Closed carolinan closed 1 year ago
Is there a way I can set the iso.toolbar props to always show the list view and the inspector, without the ability to toggle them on and off?
My current settings:
'toolbar' => array( 'navigation' => true, // list view 'inspector' => true, // block settings sidebar 'undo' => true, 'inserter' => false, // block inserter at top left 'documentInspector' => null, // document settings sidebar ),
No, it's not currently possible to do that. The logic matches how Gutenberg works.
Thank you :)
Is there a way I can set the iso.toolbar props to always show the list view and the inspector, without the ability to toggle them on and off?
My current settings: