我想为管理员提供完整的工具栏,但为用户配置了 zikula。我已经弄清楚要更改哪个模板:
modules/zikula/ScribiteModule/Editor/CKEditor/Resources/views/editorheader.html.twig
当然,我可以在那里改变它。但我希望在 Scribit 更新的情况下安全。所以我知道我必须将更改后的副本放入
app/resources/ZikulaScribiteModule/...
是什么 ...?
工具栏配置文件的相同问题
modules/zikula/ScribiteModule/Editor/CKEditor/vendor/ckeditor/custconfig.js
这个文件去哪儿了?
几个月前我问过这个问题:我怎样才能在 CKEditor 中为两个不同的组设置两个不同的工具栏? 但是现在 ScribitModule 被转移到了新的 symfony stile 而不再是 Zikula legacy。