You are here

cookies.config.schema.yml in COOKiES Consent Management 1.0.x

config/schema/cookies.config.schema.yml

File

config/schema/cookies.config.schema.yml
View source
  1. cookies.config:
  2. type: config_object
  3. label: 'COOKiES config'
  4. mapping:
  5. cookie_name:
  6. type: string
  7. label: 'Name'
  8. cookie_expires:
  9. type: integer
  10. label: 'Expiration'
  11. cookie_domain:
  12. type: string
  13. label: 'Domain'
  14. cookie_secure:
  15. type: boolean
  16. label: 'Secure mode'
  17. cookie_same_site:
  18. type: string
  19. label: 'SameSite'
  20. open_settings_hash:
  21. type: string
  22. label: 'URL hash'
  23. show_deny_all:
  24. type: boolean
  25. label: 'Show "Deny All" button'
  26. settings_as_link:
  27. type: boolean
  28. label: 'Display "Settings" as Link'
  29. group_consent:
  30. type: boolean
  31. label: 'Group consent'
  32. cookie_docs:
  33. type: boolean
  34. label: 'Display "cookie documentation" links.'
  35. lib_load_from_cdn:
  36. type: boolean
  37. label: 'Load Cookies JSR from CDN.'
  38. lib_scroll_limit:
  39. type: integer
  40. label: 'Scroll limit (px)'
  41. use_default_styles:
  42. type: boolean
  43. label: 'Use original Cookies JSR layout.'
  44. use_callback:
  45. type: boolean
  46. label: 'Use callback'
  47. callback_method:
  48. type: string
  49. label: 'Callback method'
  50. callback_url:
  51. type: path
  52. label: 'Callback URL'