You are here

response_header.schema.yml in HTTP Response Headers 2.0.x

Same filename and directory in other branches
  1. 8.2 config/schema/response_header.schema.yml
config/schema/response_header.schema.yml

File

config/schema/response_header.schema.yml
View source
  1. # Schema for the configuration entities of the HTTP Response Headers module.
  2. http_response_headers.response_header.*:
  3. type: config_entity
  4. label: 'Example config'
  5. mapping:
  6. id:
  7. type: string
  8. label: 'ID'
  9. label:
  10. type: label
  11. label: 'Label'
  12. description:
  13. type: string
  14. label: 'description'
  15. group:
  16. type: string
  17. label: 'Header group'
  18. nullable: TRUE
  19. name:
  20. type: string
  21. label: 'Header type'
  22. value:
  23. type: string
  24. label: 'Header value'
  25. nullable: TRUE