You are here

dynamic_layouts.schema.yml in Dynamic Layouts 8

config/schema/dynamic_layouts.schema.yml

File

config/schema/dynamic_layouts.schema.yml
View source
  1. dynamic_layouts.dynamic_layout.*:
  2. type: config_entity
  3. label: 'Dynamic layout'
  4. mapping:
  5. id:
  6. type: string
  7. label: 'ID'
  8. label:
  9. type: label
  10. label: 'Label'
  11. weight:
  12. type: integer
  13. label: 'Weight'
  14. category:
  15. type: string
  16. label: 'Category'
  17. regions:
  18. type: text
  19. label: 'Regions'
  20. default_column_class:
  21. type: text
  22. label: 'Default column class'
  23. default_row_class:
  24. type: text
  25. label: 'Default row class'
  26. dynamic_layouts.dynamic_layout_settings.*:
  27. type: config_entity
  28. label: 'Dynamic layout settings'
  29. mapping:
  30. id:
  31. type: string
  32. label: 'ID'
  33. label:
  34. type: label
  35. label: 'Label'
  36. settings:
  37. type: text
  38. label: 'Settings'