HomeDev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideGitHubNuGetDev CommunityDoc feedbackLog In
GitHubNuGetDev CommunityDoc feedback


Note

This content does not apply to Commerce 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:

  1. 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"_).

  2. Uncomment the **CuteEditorDefaultFilesPath** element.