You are here

cookie_banner.schema.yml in Cookie_Banner 8

config/schema/cookie_banner.schema.yml

File

config/schema/cookie_banner.schema.yml
View source
  1. # Schema for the configuration files of the Cookie Banner module.
  2. cookie_banner.settings:
  3. type: mapping
  4. label: 'Cookie Banner settings.'
  5. mapping:
  6. use_cookie_message:
  7. type: label
  8. label: 'Cookie policy main message'
  9. translatable: true
  10. more_info_url:
  11. type: label
  12. label: 'Link URL'
  13. more_info_message:
  14. type: label
  15. label: 'Link text'
  16. translatable: true