Silverstripe 4.2
I tried to add the font color picker in the toolbar in TintMCE like the way I did in SilverStripe 3.
in /app/_config.php:
use SilverStripe\Forms\HTMLEditor\HtmlEditorConfig;
HtmlEditorConfig::get('cms')->ButtonsBefore('formatselect', 'forecolor');
But this doesn’t work anymore. Checked already:
But doesn’t give me the solution (but maybe it’s me… )