You are here

dashboard_entity.schema.yml in Draggable dashboard 8.2

Same filename and directory in other branches
  1. 8 config/schema/dashboard_entity.schema.yml
config/schema/dashboard_entity.schema.yml

File

config/schema/dashboard_entity.schema.yml
View source
  1. draggable_dashboard.block:
  2. type: mapping
  3. label: 'Dashboard block'
  4. mapping:
  5. settings:
  6. type: block.settings.[id]
  7. column:
  8. type: string
  9. label: 'Column'
  10. weight:
  11. type: integer
  12. label: 'Block weight'
  13. draggable_dashboard.dashboard_entity.*:
  14. type: config_entity
  15. label: 'Dashboard config'
  16. mapping:
  17. id:
  18. type: string
  19. label: 'ID'
  20. title:
  21. type: label
  22. label: 'Label'
  23. uuid:
  24. type: string
  25. columns:
  26. type: integer
  27. label: 'Columns'
  28. blocks:
  29. type: sequence
  30. label: 'Blocks'
  31. sequence:
  32. type: draggable_dashboard.block