You are here

nodeviewcount.schema.yml in Node view count 8

config/schema/nodeviewcount.schema.yml

File

config/schema/nodeviewcount.schema.yml
View source
  1. # Schema for the configuration files of the nodeviewcount module.
  2. nodeviewcount.settings:
  3. type: config_object
  4. label: 'Node view count settings'
  5. mapping:
  6. node_types:
  7. type: sequence
  8. label: 'Node types'
  9. sequence:
  10. type: string
  11. view_modes:
  12. type: sequence
  13. label: 'View modes'
  14. sequence:
  15. type: string
  16. user_roles:
  17. type: sequence
  18. label: 'User roles'
  19. sequence:
  20. type: string
  21. excluded_user_roles:
  22. type: sequence
  23. label: 'Excluded user roles'
  24. sequence:
  25. type: string
  26. logs_life_time:
  27. label: 'Logs life time'
  28. type: integer