Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / statistics / config / schema / statistics.schema.yml
1 # Schema for the configuration files of the statistics module.
2
3 statistics.settings:
4   type: config_object
5   label: 'Statistics settings'
6   mapping:
7     count_content_views:
8       type: integer
9       label: 'Count content views'
10     display_max_age:
11       type: integer
12       label: 'How long any statistics may be cached, i.e. the refresh interval'
13
14 block.settings.statistics_popular_block:
15   type: block_settings
16   label: 'Popular content block settings'
17   mapping:
18     top_day_num:
19       type: integer
20       label: 'Number of day\s top views to display'
21     top_all_num:
22       type: integer
23       label: 'Number of all time views to display'
24     top_last_num:
25       type: integer
26       label: 'Number of most recent views to display'