How can fonts/colors be set in the editor?

I'm using advanced editor but don't see how it's possible to change either fonts or colors
0
I'm using advanced editor but don't see how it's possible to change either fonts or colors
Comments
or what? the editor input in real time or the formatted? Do you not see buttons ? Can you not use html ? what exactly is your problem ?
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Basically you have two options: one (which I would disencourage!) is to edit /plugins/editor/class.editor.plugin.php. There is a list of which features are enabled and which are disabled:
The second way (and the preferred way) is to change the settings with a plugin. You do not need to write such a plugin by yourself, it already exists: https://open.vanillaforums.com/addon/aeconfig-plugin
Thanks RJ, I'll give that a try...
They are disabled because they are an accessibility nightmare. I strongly recommend against giving those controls to users. So strongly, in fact, that we removed them as features.