You are here

cookieconsent.schema.yml in CookieConsent 8

config/schema/cookieconsent.schema.yml

File

config/schema/cookieconsent.schema.yml
View source
  1. # Schema for the configuration files of the CookieConsent module.
  2. cookieconsent.settings:
  3. type: config_object
  4. label: 'Cookie settings'
  5. mapping:
  6. headline_text:
  7. type: text
  8. label: 'Headline text'
  9. accept_button_text:
  10. type: label
  11. label: 'Accept button text'
  12. read_more_button_text:
  13. type: label
  14. label: 'Read more button text'
  15. cookie_policy:
  16. type: label
  17. label: 'Your cookie policy'