You are here

layout_builder_styles.schema.yml in Layout Builder Styles 8

config/schema/layout_builder_styles.schema.yml

File

config/schema/layout_builder_styles.schema.yml
View source
  1. layout_builder_styles.style.*:
  2. type: config_entity
  3. label: 'Layout builder style config'
  4. mapping:
  5. id:
  6. type: string
  7. label: 'ID'
  8. label:
  9. type: label
  10. label: 'Label'
  11. classes:
  12. type: string
  13. label: 'Classes'
  14. type:
  15. type: string
  16. label: 'Type'
  17. block_restrictions:
  18. type: sequence
  19. label: 'Block restrictions'
  20. sequence:
  21. type: string
  22. layout_restrictions:
  23. type: sequence
  24. label: 'Layout restrictions'
  25. sequence:
  26. type: string
  27. weight:
  28. type: integer
  29. label: 'Weight'
  30. uuid:
  31. type: string
  32. layout_builder_styles.settings:
  33. type: config_object
  34. mapping:
  35. multiselect:
  36. type: string
  37. label: "Multiple styles selectable"
  38. form_type:
  39. type: string
  40. label: "How the styles selector should be displayed"