You are here

language_cookie.schema.yml in Language Cookie 8

config/schema/language_cookie.schema.yml

File

config/schema/language_cookie.schema.yml
View source
  1. language_cookie.negotiation:
  2. type: config_object
  3. label: 'Language cookie settings'
  4. mapping:
  5. param:
  6. type: string
  7. label: 'Cookie parameter'
  8. time:
  9. type: integer
  10. label: 'Cookie duration'
  11. path:
  12. type: string
  13. label: 'The cookie available server path'
  14. domain:
  15. type: string
  16. label: 'The cookie domain scope'
  17. secure:
  18. type: boolean
  19. label: 'Only send cookie over secure https connections.'
  20. http_only:
  21. type: boolean
  22. label: 'Prevent client-side scripts from accessing the cookie.'
  23. language_type:
  24. type: string
  25. label: 'The language type to use (interface/content/url)'
  26. set_on_every_pageload:
  27. type: boolean
  28. label: 'Re-send cookie on every page load'
  29. blacklisted_paths:
  30. type: sequence
  31. label: 'Blacklisted paths'
  32. sequence:
  33. type: string