Hi, I'm upgrading v8 site which had some simple tinymce plugins, how do I add one in the Umbraco v11? Where do I have to add JS file and how to properly set appsettings config so it gets picked up?
Yeah, I have read all of this, it is clear how to set up the app settings, but I can't find anything about how to handle custom plugin code, where to put it so it gets picked up properly by tinymce?
Umbraco 11 TinyMce V6 Custom Plugin
Hi, I'm upgrading v8 site which had some simple tinymce plugins, how do I add one in the Umbraco v11? Where do I have to add JS file and how to properly set appsettings config so it gets picked up?
The "RichTextEditor" aka TinyMce is now configured in the appSettings.json. You'll find more information on the following documentation pages:
The first link is probably the best place to start (but unfortunately the most difficult to find in the documentation).
Yeah, I have read all of this, it is clear how to set up the app settings, but I can't find anything about how to handle custom plugin code, where to put it so it gets picked up properly by tinymce?
Hi mc2,
I believe your javascript files should be placed in
is working on a reply...