You are here

cors.schema.yml in CORS 8

config/schema/cors.schema.yml

File

config/schema/cors.schema.yml
View source
  1. # Schema for the configuration files of the aggregator module.
  2. cors.settings:
  3. type: mapping
  4. label: 'CORS settings'
  5. mapping:
  6. type: mapping
  7. label: 'Domains'
  8. domains:
  9. type: mapping
  10. label: 'Domain'
  11. mapping:
  12. path:
  13. type: string
  14. label: 'Path'