Move into nested docroot

This commit is contained in:
Rob Davies 2017-02-13 15:31:17 +00:00
parent 83a0d3a149
commit c8b70abde9
13405 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,5 @@
access_log:
enabled: false
max_lifetime: 259200
count_content_views: 0
display_max_age: 3600

View file

@ -0,0 +1,36 @@
# Schema for the configuration files of the statistics module.
statistics.settings:
type: config_object
label: 'Statistics settings'
mapping:
access_log:
type: mapping
label: 'Access log settings'
mapping:
enabled:
type: boolean
label: 'Enable'
max_lifetime:
type: integer
label: 'Maximum lifetime'
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'

View file

@ -0,0 +1,9 @@
# Schema for the views plugins of the Statistics module.
views.field.statistics_numeric:
type: views.field.numeric
label: 'Numeric values from the statistics module'
views.field.node_counter_timestamp:
type: views.field.date
label: 'The most recent time the node has been viewed'