You are here

access_filter.schema.yml in Access Filter 8

config/schema/access_filter.schema.yml

File

config/schema/access_filter.schema.yml
View source
  1. access_filter.filter.*:
  2. type: config_entity
  3. label: 'Access filter'
  4. mapping:
  5. id:
  6. type: string
  7. label: 'Filter identifier'
  8. name:
  9. type: label
  10. label: 'Name'
  11. status:
  12. type: integer
  13. label: 'Status'
  14. conditions:
  15. type: string
  16. label: 'Conditions'
  17. rules:
  18. type: string
  19. label: 'Rules'
  20. response:
  21. type: string
  22. label: 'Response'
  23. uuid:
  24. type: string
  25. label: 'UUID'
  26. weight:
  27. type: integer
  28. label: 'Weight'