Unlock Full Rich Text Editor In Sitecore
As Usual Sitecore Team not forget hidden gems,
This blog will let you enable all hidden buttons in Sitecore RTE (Rich Text Editor) as per your requirements.
Sitecore provide us with more than one profile in Core Database for RTE, I will show you each one with path in core Database:
Profiles Path:
"/sitecore/system/Settings/Html Editor Profiles"
Profiles Types:
There's four types of profiles for RTE
click on Images to view the full size
Step 1: Create new config file
Step 2: Add the following code to change the default RTE
<sitecore>
<settings>
<setting name="HtmlEditor.DefaultProfile" value="/sitecore/system/Settings/Html Editor Profiles/Rich Text Full" />
</settings>
</sitecore>
Step 3: Copy the new config file into your instance
Comments
Post a Comment