Replace the default editor
Describes how to replace the default simple textbox editor in the Catalog Management subsystem section of Commerce Manager with a WYSIWYG editor in Optimizely Commerce Connect 13.
Note
This content does not apply to Commerce Connect versions 14+.
The Commerce Manager Framework meta-field data types include a long HTML meta-field. By default, this field is editable using a simple textbox editor in the Catalog Management subsystem section of Commerce Manager. However, you can enable a WYSIWYG editor control instead.Â
Enable the WYSIWYG editor control
Make the following changes in the Commerce Manager web.config file:
- Set the value attribute of the HtmlEditorControl to the path of the CuteEditor Editor Control (for example, ...value="~/Apps/Core/Controls/Editors/CuteEditor/EditorControl.ascx").
- Uncomment the CuteEditorDefaultFilesPath element.
Updated 2 months ago