I would like to add ckeditor plugins and/or change the Toolbar of ckeditor used in the oddo web cms (module: website).
I know that that the editor is initialized and configured through odoo/addons/website/static/src/js/website.editor.js and if found a function that returns some config for CKEDITOR website.RTE._config() . But i cant figure out how to change or e^xtend this in my own addon?
What is the correct way to change the configuration of the ckeditor in through my own addon?