You are here

hotjar.schema.yml in Hotjar 8.2

Same filename and directory in other branches
  1. 8 config/schema/hotjar.schema.yml
config/schema/hotjar.schema.yml

File

config/schema/hotjar.schema.yml
View source
  1. # Schema for the configuration files of the hotjar module.
  2. hotjar.settings:
  3. type: config_object
  4. label: 'Hotjar settings'
  5. mapping:
  6. account:
  7. type: label
  8. label: 'Hotjar ID'
  9. translatable: true
  10. snippet_version:
  11. type: integer
  12. label: 'Hotjar version'
  13. snippet_path:
  14. type: label
  15. label: 'Snippet path'
  16. translatable: true
  17. attachment_mode:
  18. type: string
  19. label: 'Attachment mode'
  20. visibility_pages:
  21. type: integer
  22. label: 'Add tracking to specific pages'
  23. pages:
  24. type: string
  25. label: 'Pages by their paths'
  26. visibility_roles:
  27. type: integer
  28. label: 'Add tracking for specific roles'
  29. roles:
  30. type: sequence
  31. label: 'Roles'
  32. sequence:
  33. type: string
  34. label: 'Role'