TinyMCE refresh the table_class_list
# help-with-umbraco
m
Umbraco v15 I need to refresh the list of classes that TinyMCE shows in the table property. The list is generated from some content in the Umbraco content nodes. But how do I refresh the TinyMCE configuration on-the-fly with out restarting the Umbraco application? Can I change the manifest loaded at startup and the make Umbraco refresh the TinyMCE settings?
m
FYI..
Copy code
Change Rich Text Editor UI
Umbraco 15 includes two options for rich text editing: Tiptap and TinyMCE. TinyMCE will eventually be phased out of the CMS.

This article will guide you through switching from TinyMCE UI to the new Tiptap UI.
https://docs.umbraco.com/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/rich-text-editor/change-rich-text-editor-ui
not sure on the whole lit thing in v15.. but https://github.com/umbraco/Umbraco-CMS/blob/contrib/src/Umbraco.Web.UI.Client/src/external/tinymce/index.ts suggests that tinymce is a global variable you can access and then renitialise? (or use the tinymce api to update what you need?)
m
Yeah, we know. But we need tinyMCE and its pro+plugins
6 Views