Add Rich Text Full Editor to Sitecore Page Editor

4.9k Views Asked by At

I know there is a web.config Sitecore setting that will update the default text editor within the content editor for Sitecore to use the full text editor:

<setting name="HtmlEditor.DefaultProfile" value="/sitecore/system/Settings/Html Editor Profiles/Rich Text Full" />

However, this does not provide the full rich text editor toolbar within Page Editor Mode. Is there another setting that I am missing or is this implemented differently?

2

There are 2 best solutions below

2
On

When in page editor the "rich text" field will have the buttons in the folder WebEdit under your DefaultProfile eg. /sitecore/system/Settings/Html Editor Profiles/Rich Text Full.

However you will get the normal Page Editor opened in a popup window if you click the leftmost button "Edit the text", when you have selected the field. There you will have your full profile (if selected as default).

I don't think all the buttons work in page editor, so I would recommend you school the editors to use the popup, which they also do when using the Content Editor.

0
On

Add the /sitecore/system/Settings/HTML Editor Profiles/Rich Text Full to the source field in the Builder tab when in template Manager mode.