Mercurial > hg > isophonics-drupal-site
view core/modules/statistics/config/schema/statistics.schema.yml @ 13:5fb285c0d0e3
Update Drupal core to 8.4.7 via Composer. Security update; I *think* we've
been lucky to get away with this so far, as we don't support self-registration
which seems to be used by the so-called "drupalgeddon 2" attack that 8.4.5
was vulnerable to.
author | Chris Cannam |
---|---|
date | Mon, 23 Apr 2018 09:33:26 +0100 |
parents | 4c8ae668cc8c |
children |
line wrap: on
line source
# Schema for the configuration files of the statistics module. statistics.settings: type: config_object label: 'Statistics settings' mapping: count_content_views: type: integer label: 'Count content views' display_max_age: type: integer label: 'How long any statistics may be cached, i.e. the refresh interval' block.settings.statistics_popular_block: type: block_settings label: 'Popular content block settings' mapping: top_day_num: type: integer label: 'Number of day\s top views to display' top_all_num: type: integer label: 'Number of all time views to display' top_last_num: type: integer label: 'Number of most recent views to display'