Я заметил, что атрибут CMSParagraphComponent content можно редактировать с помощью RichTextBox, как показано на изображении ниже: ![enter image description here](https://i.stack.imgur.com/BrsGL.png)
Я хочу отредактировать свой пользовательский атрибут таким же образом (с изображенным RichTextBox).Как я могу это сделать?
Я попытался настроить backoffice-config.xml для использования wysiwyg:
<context merge-by="type" type="MyType" component="editor-area" module="moduleBackoffice">
<editorArea:editorArea xmlns:editorArea="http://www.hybris.com/cockpitng/component/editorArea">
<editorArea:tab merge-mode="replace" name="hmc.properties">
<editorArea:section name="hmc.properties">
<editorArea:attribute
editor="com.hybris.cockpitng.editor.localized(com.hybris.cockpitng.editor.wysiwyg)"
qualifier="customStringAttribute"/>
</editorArea:section>
</editorArea:tab>
</editorArea:editorArea>
</context>
Но это толькоотражается в backoffice и не влияет на SmartEdit.
Как я могу использовать RichTextBox в smartEdit?
Версия Hybris: 6.7.0.3