Rich Text Editor Plugins
Information on how to work with TinyMCE plugins in the rich text editor.
Overview
Open-Source Plugins
Premium Plugins
Adding a Plugin
{
"Umbraco": {
"CMS": {
"RichTextEditor": {
"Plugins": ["wordcount"],
"CustomConfig": {
"statusbar": true
}
}
}
}
}Adding a premium plugin
Creating a Custom Plugin
Examples


Learn more
Last updated
Was this helpful?