Looking at the other discussion posts here there is some information about

Looking at the other discussion posts here there is some information about how to use the setConfig method. Because this component is using TinyMCE 4.9 instead of the newer 5.0, which has built in skins for dark mode and etc, how exactly is the user supposed to be able to use a custom skin, like the ones created in the TinyMCE skin creation software? If been trying to use it like so, inputing a URL that points to the folder where my skin is held using the skin_url property, but all that shows up after doing this is an invisible editor. Any ideas about what i should do from here?

editor.setConfig("{ \"selector\": \"textarea\", \"skin_url\": \"insert folder url here\"}");

Hi, 2.0 version now uses 5.x tinymce. Didn’t try other skins though, but I’d assume built-in skins should work with getElement().setAttribute(“skin”, “skinname”); Custom skin url in the same way probablby, but I haven’t tested them at all.