This is my code:
This is the code to add redactor:
$(document).ready(
function()
{
$('#redactor_content').redactor();
}
);
I want to limit the number of buttons on the toolbar. For example only have basic formatting like bold, italic, etc.
How can I remove buttons from the toolbar?
Use the
buttonssetting:This is extract from documentation: