I'd like to extend the Format dropdown of TinyMCE, which was upgraded to version 6 with the upgrade to Umbraco 11.
If I create my own stylesheet as documented here, it wipes out the default dropdowns as seen above and overwrites them with my new stylesheet. Is it possible to extend the format dropdown and not replace it?
I wrote a blog post about this for Umbraco 9+ as it can be a bit of a headache to maintain because it requires escaping of the double quote character for appsettings
Extend TinyMCE 6 in Umbraco 11
I'd like to extend the Format dropdown of TinyMCE, which was upgraded to version 6 with the upgrade to Umbraco 11.
If I create my own stylesheet as documented here, it wipes out the default dropdowns as seen above and overwrites them with my new stylesheet. Is it possible to extend the format dropdown and not replace it?
Hi Mark,
I wrote a blog post about this for Umbraco 9+ as it can be a bit of a headache to maintain because it requires escaping of the double quote character for appsettings
https://umbraco.themediawizards.co.uk/the-grimoire/formatting-for-richtexteditor-config/
The code example allows you to maintain the section in a nicely formatted json file.
is working on a reply...