Skip to content
Snippets Groups Projects
Commit e098adc6 authored by Peter Neyens's avatar Peter Neyens Committed by Tim Diels
Browse files

Issue #3393163 by p-neyens, tim-diels: Provide a correct config schema

parent 1afb90ba
Branches 1.0.x
No related tags found
1 merge request!8Issue #3393163 by p-neyens: provide config schema
layoutbuilder_extras.settings: layoutbuilder_extras.settings:
type: config_object type: config_object
label: 'Layoutbuilder extras' label: 'Layoutbuilder extras'
mapping:
section_actions_position:
type: string
label: 'Position of the section actions'
constraints:
Choice:
- left
- top
enable_redirect_on_save:
type: boolean
label: 'Enable redirect to layout builder on node save'
enable_configure_ajax_save:
type: boolean
label: 'Enable layout builder configure form live changes'
remove_empty_divs:
type: boolean
label: 'Remove empty divs'
enable_drag_handle_icon:
type: boolean
label: 'Enable drag handle icon'
enable_admin_css:
type: boolean
label: 'Enable admin css'
contextual_links_only_lb:
type: boolean
label: 'Only allow contextual links on layout builder'
contextual_links_roles:
type: sequence
label: 'User roles'
sequence:
type: string
label: 'Role'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment