statistics.schema.yml

drupal/core/modules/statistics/config/schema/statistics.schema.yml

File

drupal/core/modules/statistics/config/schema/statistics.schema.yml
View source
  1. # Schema for the configuration files of the statistics module.
  2. statistics.settings:
  3. type: mapping
  4. label: 'Statistics settings'
  5. mapping:
  6. access_log:
  7. type: mapping
  8. label: 'Access log settings'
  9. mapping:
  10. enabled:
  11. type: boolean
  12. label: 'Enable'
  13. max_lifetime:
  14. type: integer
  15. label: 'Maximum lifetime'
  16. count_content_views:
  17. type: integer
  18. label: 'Count content views'
  19. block:
  20. type: mapping
  21. label: 'Block settings'
  22. mapping:
  23. popular:
  24. type: mapping
  25. label: 'Popular content block'
  26. mapping:
  27. top_day_limit:
  28. type: integer
  29. label: 'Number of day''s top views to display'
  30. top_all_limit:
  31. type: integer
  32. label: 'Number of all time views to display'
  33. top_recent_limit:
  34. type: integer
  35. label: 'Number of most recent views to display'