You are here

context_groups.schema.yml in Context groups 8.2

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

File

config/schema/context_groups.schema.yml
View source
  1. context.*.third_party.context_groups:
  2. type: sequence
  3. label: 'Context groups settings on context'
  4. sequence:
  5. - type: mapping
  6. label: A context group
  7. mapping:
  8. children:
  9. type: sequence
  10. label: 'The blocks belonging to the group'
  11. sequence:
  12. - type: string
  13. label: 'The block uuid'
  14. label:
  15. type: string
  16. label: 'Readable name of the group'
  17. theme:
  18. type: string
  19. label: 'Theme name'
  20. parent:
  21. type: string
  22. label: 'The parent group of this group'
  23. weight:
  24. type: integer
  25. label: 'The weight of the group'