You are here

cookiebot.schema.yml in Cookiebot - Cookie consent, Cookie monitoring and Cookie control 8

config/schema/cookiebot.schema.yml

File

config/schema/cookiebot.schema.yml
View source
  1. # Schema for the configuration files of the Cookiebot module.
  2. cookiebot.settings:
  3. type: config_object
  4. label: "Cookiebot settings"
  5. mapping:
  6. cookiebot_cbid:
  7. type: string
  8. label: "Your cookiebot Domain Group ID (CBID)."
  9. cookiebot_block_cookies:
  10. type: boolean
  11. label: "Automatically block all cookies."
  12. cookiebot_iab_enabled:
  13. type: boolean
  14. label: "Enabling IAB framework."
  15. cookiebot_show_declaration:
  16. type: boolean
  17. label: "Show the Cookiebot cookie declaration."
  18. cookiebot_show_declaration_node_path:
  19. type: label
  20. label: "Show the full cookie declaration on the node page with the given title."
  21. exclude_paths:
  22. type: string
  23. label: "Exclude paths."
  24. exclude_admin_theme:
  25. type: boolean
  26. label: "Exclude admin pages."
  27. exclude_uid_1:
  28. type: boolean
  29. label: "Exclude user 1."
  30. message_placeholder_cookieconsent_optout_marketing_show:
  31. type: boolean
  32. label: "Show placeholder message for blocked marketing elements."
  33. message_placeholder_cookieconsent_optout_marketing:
  34. type: text_format
  35. label: "Placebolder message for blocked marketing elements."