You are here

block_visibility_group.schema.yml in Block Visibility Groups 8

config/schema/block_visibility_group.schema.yml

File

config/schema/block_visibility_group.schema.yml
View source
  1. block_visibility_groups.block_visibility_group.*:
  2. type: config_entity
  3. label: 'Block Visibility Group config'
  4. mapping:
  5. id:
  6. type: string
  7. label: 'ID'
  8. label:
  9. type: label
  10. label: 'Label'
  11. uuid:
  12. type: string
  13. logic:
  14. type: string
  15. label: 'Logic'
  16. conditions:
  17. type: sequence
  18. label: 'Conditions'
  19. sequence:
  20. - type: condition.plugin.[id]
  21. label: 'Condition'
  22. allow_other_conditions:
  23. type: boolean
  24. label: 'Allow Other Conditions'
  25. condition.plugin.condition_group:
  26. type: condition.plugin
  27. mapping:
  28. block_visibility_group:
  29. type: string