Chris@0: # Schema for the configuration files of the statistics module. Chris@0: Chris@0: statistics.settings: Chris@0: type: config_object Chris@0: label: 'Statistics settings' Chris@0: mapping: Chris@0: count_content_views: Chris@0: type: integer Chris@0: label: 'Count content views' Chris@0: display_max_age: Chris@0: type: integer Chris@0: label: 'How long any statistics may be cached, i.e. the refresh interval' Chris@0: Chris@0: block.settings.statistics_popular_block: Chris@0: type: block_settings Chris@0: label: 'Popular content block settings' Chris@0: mapping: Chris@0: top_day_num: Chris@0: type: integer Chris@0: label: 'Number of day\s top views to display' Chris@0: top_all_num: Chris@0: type: integer Chris@0: label: 'Number of all time views to display' Chris@0: top_last_num: Chris@0: type: integer Chris@0: label: 'Number of most recent views to display'