File Browser

toolbars.toolbar-1.browser.file

Property NameTypeDefault

toolbars.toolbar-1.browser.file

bool

true

This option allows you to enable or disable the file picker within the toolbar. By default, this option is set to true, indicating that the file picker is enabled.

The file picker provides a convenient way to select and insert files into the CKEditor field. However, in some cases, you may want to disable the file picker functionality.

To disable the file picker within Toolbar 1, update the value of toolbars.toolbar-1.browser.file in the config/nova-ckeditor.php file to false.

This feature was introduced in version 7.3.0 of the NovaCKEditor

Last updated