I want to have for admin the full toolbar but for the users the zikula configured one. I figured out already which template to change:
modules/zikula/ScribiteModule/Editor/CKEditor/Resources/views/editorheader.html.twig
Of course I can just change it there. But I want to be safe in case of Scribite update. So I know I have to place my changed copy into
app/resources/ZikulaScribiteModule/...
What is the ...?
Same question for the toolbar configuration file
modules/zikula/ScribiteModule/Editor/CKEditor/vendor/ckeditor/custconfig.js
Where is this file going?
I asked that question already some months ago: How can I manage to have two different toolbars in CKEditor for two different groups? But now the ScribiteModule is transfered to the new symfony stile and not Zikula legacy anymore.