These v19 docs are archived 🔒.
Go to the
latest docs home
or try if
this exact page is available
in the latest docs.
Class QuickEditConfigRoot
Quick Edit - Full configuration at root, with enable
and rules for modules
and innerBlocks
Package: Api.Js.SxcJs
Properties
buttons
The buttons configuration on the root.
Will be used for the modules
and innerBlocks
if not specified there.
Note that if not specified, will always default to true for all buttons.
Declaration
buttons?: QuickEditConfigButtons
Property Value
Type | Description |
---|---|
QuickEditConfigButtons |
enable
Determine whether this section is enabled.
Declaration
enable?: boolean | "auto"
Property Value
Type | Description |
---|---|
boolean | "auto" |
innerBlocks
Optional configuration for the Inner Content Blocks.
Declaration
innerBlocks?: QuickEditConfig
Property Value
Type | Description |
---|---|
QuickEditConfig |
modules
Optional configuration for the Modules.
Declaration
modules?: QuickEditConfig
Property Value
Type | Description |
---|---|
QuickEditConfig |