You are here

hotjar.schema.yml in Hotjar 8

Same filename and directory in other branches
  1. 8.2 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: string
  8. label: 'Hotjar ID'
  9. snippet_version:
  10. type: integer
  11. label: 'Hotjar version'
  12. visibility_pages:
  13. type: integer
  14. label: 'Add tracking to specific pages'
  15. pages:
  16. type: string
  17. label: 'Pages by their paths'
  18. visibility_roles:
  19. type: integer
  20. label: 'Add tracking for specific roles'
  21. roles:
  22. type: sequence
  23. label: 'Roles'
  24. sequence:
  25. type: string
  26. label: 'Role'