-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Description
Hello,
Is it possible to edit the header tool levels ?
I want to disable H1 and I tried this but it's stil allowing H1 when editing :
'toolSettings' => [
'header' => [
'activated' => true,
'placeholder' => 'Header',
'defaultLevel'=> 3,
'levels'=> [2, 3, 4, 5],
'shortcut' => 'CMD+SHIFT+H'
],
...
Metadata
Metadata
Assignees
Labels
No labels