Multiple Toolbars
To utilize multiple toolbars in your Nova resources, you can easily duplicate the configuration of toolbars.toolbar-1
in the config/nova-ckeditor.php
file. Then, you can reference the cloned toolbar configuration in the options of your CkEditor fields.
Add a new array item to the
toolbars
array, defining your new toolbar. For example:
config/nova-ckeditor.php
Use it in your CkEditor field:
Last updated