Add toolbar buttons to File-based Editor Settings

Hi all,

Small feature request:

Could you add ‘html_toolbar_buttons’ to the ‘Default HTML Editor Settings’ in config/editor.php, so we can set a default set of toolbar buttons?

At the moment, we have to manually change the list for every website we create and if something reverts to default, we lose the custom set of buttons.

Hope you can make this happen :slight_smile:

Thanks in advance

  • Kevin

After some research in the modules files, I’ve found the solution :slight_smile:

You can use the key ‘toolbar_buttons’ for the default settings. I only used the key ‘html_toolbar_buttons’, so problem solved!