response_header.schema.yml in HTTP Response Headers 2.0.x
Same filename and directory in other branches
config/schema/response_header.schema.yml
File
config/schema/response_header.schema.ymlView source
- # Schema for the configuration entities of the HTTP Response Headers module.
- http_response_headers.response_header.*:
- type: config_entity
- label: 'Example config'
- mapping:
- id:
- type: string
- label: 'ID'
- label:
- type: label
- label: 'Label'
- description:
- type: string
- label: 'description'
- group:
- type: string
- label: 'Header group'
- nullable: TRUE
- name:
- type: string
- label: 'Header type'
- value:
- type: string
- label: 'Header value'
- nullable: TRUE