Loading config/schema/visitors.config.yml→config/schema/visitors.schema.yml +29 −0 Original line number Diff line number Diff line Loading @@ -50,3 +50,32 @@ visitors.config: theme: type: string label: 'visitors active theme' block.settings.visitors_block: type: block_settings label: 'Visitors block configuration' mapping: show_last_registered_user: type: boolean label: 'show last registered user' show_published_nodes: type: boolean label: 'show published nodes' show_registered_users_count: type: boolean label: 'show count of registered users' show_since_date: type: boolean label: 'show registration date' show_total_visitors: type: boolean label: 'show total visitors' show_unique_visitor: type: boolean label: 'show unique visitors' show_user_ip: type: boolean label: 'show user ip' start_count_total_visitors: type: integer label: 'initial total visitors count' No newline at end of file Loading
config/schema/visitors.config.yml→config/schema/visitors.schema.yml +29 −0 Original line number Diff line number Diff line Loading @@ -50,3 +50,32 @@ visitors.config: theme: type: string label: 'visitors active theme' block.settings.visitors_block: type: block_settings label: 'Visitors block configuration' mapping: show_last_registered_user: type: boolean label: 'show last registered user' show_published_nodes: type: boolean label: 'show published nodes' show_registered_users_count: type: boolean label: 'show count of registered users' show_since_date: type: boolean label: 'show registration date' show_total_visitors: type: boolean label: 'show total visitors' show_unique_visitor: type: boolean label: 'show unique visitors' show_user_ip: type: boolean label: 'show user ip' start_count_total_visitors: type: integer label: 'initial total visitors count' No newline at end of file