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

  1. Default


  2. IDE


  3. Medium


  4. Full


How To Apply:

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

Enjoy the full featured RTE

Comments

Popular posts from this blog

Sitecore Multi list Code Data Source

Organize media files using Sitecore PowerShell

C# Numeric types Overflow