You are here

dashboards.schema.yml in Dashboards with Layout Builder 8

Same filename and directory in other branches
  1. 2.0.x config/schema/dashboards.schema.yml
config/schema/dashboards.schema.yml

File

config/schema/dashboards.schema.yml
View source
  1. dashboards.settings:
  2. type: config_object
  3. label: 'Dashboard settings'
  4. mapping:
  5. alpha:
  6. type: integer
  7. label: 'Alpha'
  8. shades:
  9. type: integer
  10. label: 'Shades'
  11. colormap:
  12. type: string
  13. label: 'Colormap'
  14. dashboards.dashboard.*:
  15. type: config_entity
  16. label: 'Dashboard'
  17. mapping:
  18. id:
  19. type: string
  20. label: 'Machine Name'
  21. admin_label:
  22. type: string
  23. label: 'Admin Label'
  24. category:
  25. type: string
  26. label: 'Category'
  27. frontend:
  28. type: boolean
  29. label: 'Frontend'
  30. weight:
  31. type: integer
  32. label: 'Weight'
  33. sections:
  34. type: sequence
  35. sequence:
  36. type: layout_builder.section