vinkla / extended-acf

Register advanced custom fields with object-oriented PHP
MIT License
446 stars 61 forks source link

Adding customizable toolbars for the WYSIWYG editor field #127

Closed vinkla closed 1 year ago

vinkla commented 1 year ago

Adding the ability to create custom toolbars on-the-go, rather than having to register them globally in the functions.php file, would be a great enhancement.

WysiwygEditor::make('Text')->toolbar(['bold', 'italic', 'numlist']);

@lgladdy are there any plans to add the ability to select tools for the WYSIWYG field from the ACF dashboard in the future?

vinkla commented 1 year ago

This has been added in 60ef9b05be196959f555e9cac62c593fa5d8ffd7.