Download
We're evolving to serve you better! This current forum has transitioned to read-only mode. For new discussions, support, and engagement, we've moved to GitHub Discussions.

Allow the scripts and configurations in tinymce editor

#996
Avatar photo[anonymous]

Hi

I tried the same process, and the toolbar2 in post editor is not removed.
I use Publii on linux, do I have to refresh something ?

in Publii/testsite/input/themes/simple/config.json
juste before “customElements”, I added :

`”extensions”: {`
`”postEditorConfigOverride”: true,`
`”postEditorCustomScript”: true`
`},`

In same folder
I created tinymce.override.json, I added only :

`{`
`”toolbar2″: “false”,`
`”extended_valid_elements”: “*[*]”`
`}`