dashboard_entity.schema.yml in Draggable dashboard 8.2
Same filename and directory in other branches
config/schema/dashboard_entity.schema.yml
File
config/schema/dashboard_entity.schema.ymlView source
- draggable_dashboard.block:
- type: mapping
- label: 'Dashboard block'
- mapping:
- settings:
- type: block.settings.[id]
- column:
- type: string
- label: 'Column'
- weight:
- type: integer
- label: 'Block weight'
-
- draggable_dashboard.dashboard_entity.*:
- type: config_entity
- label: 'Dashboard config'
- mapping:
- id:
- type: string
- label: 'ID'
- title:
- type: label
- label: 'Label'
- uuid:
- type: string
- columns:
- type: integer
- label: 'Columns'
- blocks:
- type: sequence
- label: 'Blocks'
- sequence:
- type: draggable_dashboard.block