Customize Redactor

Hello !
My question is simple : can I customize Redactor ?
I would like to have less buttons in the toolbar : no Outdent, Indent, Table for example.
Sorry for my bad english !

Yes sure @krysttof!

You can change the Redactor settings under admin>js>redactor>redactor_options.js and remove the tables plugin

Good luck and let us all know how it goes!

Thank’s for your reply.
In the redactor_options.js file.
To hide somme buttons, use this code :
buttonsHide: ['html','deleted','outdent','indent','file','alignment','horizontalrule'],
To hide a plugin, like Table, use this code :
plugins: ['imagemanager','fullscreen']

1 Like

This topic was automatically closed after 2 hours. New replies are no longer allowed.