Allow the scripts and configurations in tinymce editor
August 19, 2020 at 10:41 pm#3579

Like others, I am having trouble overriding TinyMCE. I’m using an override of the blank theme. In site/input/themes/blank-override I have the following config.json:
{ "name": "Blank", "version": "1.0.0.0", "...": "edited for brevity", "extensions": { "postEditorConfigOverride": true, "postEditorCustomScript": true } }
and the following tinymce.override.json:
{ "toolbar1": "styleselect formatselect searchreplace removeformat undo redo", "toolbar2": "image bullist numlist bold italic link unlink media table" }