diff --git a/core/modules/statistics/config/statistics.schema.yml b/core/modules/statistics/config/statistics.schema.yml new file mode 100644 index 0000000..0eff54b --- /dev/null +++ b/core/modules/statistics/config/statistics.schema.yml @@ -0,0 +1,26 @@ +# Module settings +statistics.settings: + type: mapping + label: 'Statistics settings' + mapping: + "access_log": + type: mapping + mapping: + "enabled": + type: boolean + "max_lifetime": + type: integer + "count_content_views": + type: integer + "block": + type: mapping + mapping: + "popular": + type: mapping + mapping: + "top_day_limit": + type: integer + "top_all_limit": + type: integer + "top_recent_limit": + type: integer