dashboards.schema.yml in Dashboards with Layout Builder 8
Same filename and directory in other branches
config/schema/dashboards.schema.yml
File
config/schema/dashboards.schema.ymlView source
- dashboards.settings:
- type: config_object
- label: 'Dashboard settings'
- mapping:
- alpha:
- type: integer
- label: 'Alpha'
- shades:
- type: integer
- label: 'Shades'
- colormap:
- type: string
- label: 'Colormap'
-
- dashboards.dashboard.*:
- type: config_entity
- label: 'Dashboard'
- mapping:
- id:
- type: string
- label: 'Machine Name'
- admin_label:
- type: string
- label: 'Admin Label'
- category:
- type: string
- label: 'Category'
- frontend:
- type: boolean
- label: 'Frontend'
- weight:
- type: integer
- label: 'Weight'
- sections:
- type: sequence
- sequence:
- type: layout_builder.section