Sitecore provides four different sets of Rich Text Field editor. The source field value of Rich Text field determines the options available on Rich Text editor. Following could be its source value –
1. /sitecore/system/Settings/Html Editor Profiles/Rich Text Full
2. /sitecore/system/Settings/Html Editor Profiles/Rich Text Default
3. /sitecore/system/Settings/Html Editor Profiles/Rich Text IDE
4. /sitecore/system/Settings/Html Editor Profiles/Rich Text Medium

If source value is empty, then it would show Default RTE. To get a list of all the RT field with their respective source value for backup , below PowerShell script will provide backup.
RTE field

Now to change all the RT field source value to Rich Text Full, below PowerShell can be used –
source update
This way we can change all the RT field to have Rich Text full Editor.

Happy Coding 🙂

Leave a Comment

Your email address will not be published. Required fields are marked *