You are here

yandex_metrics.schema.yml in Yandex.Metrics 8.3

Same filename and directory in other branches
  1. 8.2 config/schema/yandex_metrics.schema.yml
config/schema/yandex_metrics.schema.yml

File

config/schema/yandex_metrics.schema.yml
View source
  1. # Schema for the configuration file of the Yandex.Metrics Counter module.
  2. yandex_metrics.settings:
  3. type: config_object
  4. label: 'Yandex.Metrics Counter settings'
  5. mapping:
  6. counter_code:
  7. type: string
  8. label: 'Counter code'
  9. visibility:
  10. type: mapping
  11. label: 'Visibility settings'
  12. mapping:
  13. path:
  14. type: mapping
  15. label: 'Page specific tracking settings'
  16. mapping:
  17. visibility:
  18. type: integer
  19. label: 'Add code to specific pages'
  20. pages:
  21. type: text
  22. label: 'Pages'
  23. role:
  24. type: mapping
  25. label: 'Role specific tracking settings'
  26. mapping:
  27. visibility:
  28. type: integer
  29. label: 'Add tracking for specific roles'
  30. roles:
  31. type: sequence
  32. label: 'Roles'
  33. sequence:
  34. type: string
  35. label: 'Role'