After set up those configuration I can see, enable and dissable added plugin on rich text editor back end configuaration. But when rendering the text box added plugin icon is missing.
Failed to load resource: the server responded with a status of 404 ()
tinymce.min.js?d=638092027150000000&umb__rnd=f7f289b0dd494faa757b445b726965bb40fae231:4
Failed to load plugin: myPlugin from url plugins/myPlugin/plugin.min.js
Tiny mce with Umbraco 11
I'm trying to add a custom plugin to Umbraco 11 tiny-mce. Installed tiny-mce version is version 6. I configured all settings on appsettings.js as explain in this documenttaion https://docs.umbraco.com/umbraco-cms/reference/configuration/richtexteditorsettings#custom-config
After set up those configuration I can see, enable and dissable added plugin on rich text editor back end configuaration. But when rendering the text box added plugin icon is missing.
Browser console error says missing plugin.js file.
Failed to load resource: the server responded with a status of 404 () tinymce.min.js?d=638092027150000000&umb__rnd=f7f289b0dd494faa757b445b726965bb40fae231:4 Failed to load plugin: myPlugin from url plugins/myPlugin/plugin.min.js
I dont have idea how to set it and where to add.
is working on a reply...