rules.context.schema.yml

config/schema/rules.context.schema.yml

File

config/schema/rules.context.schema.yml

View source
  1. rules.context.definition:
  2. type: mapping
  3. label: 'Context definition'
  4. mapping:
  5. type:
  6. type: string
  7. label: 'Type'
  8. label:
  9. type: text
  10. label: 'Label'
  11. description:
  12. type: text
  13. label: 'Description'
  14. rules.context.mapping:
  15. type: sequence
  16. label: 'Context mapping'
  17. sequence:
  18. - type: string
  19. rules.context.values:
  20. type: mapping
  21. label: 'Context values'
  22. mapping:
  23. # The entries depend on the plugin here. Plugins have to extend this and
  24. # provide a suitable schema.
  25. rules.context.processors:
  26. type: ignore
  27. label: 'Context processors'