Commit ef0b7a20 authored by Steven Ayers's avatar Steven Ayers
Browse files

Issue #3300791 by bluegeek9: schema and config

parent 87fa913a
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
chart_height: 430
chart_width: 700
exclude_user1: 0
exclude_user1: false
excluded_roles: []
flush_log_timer: 0
items_per_page: 10
show_last_registered_user: 1
show_published_nodes: 1
show_registered_users_count: 1
show_since_date: 1
show_total_visitors: 1
show_unique_visitor: 1
show_user_ip: 1
show_last_registered_user: true
show_published_nodes: true
show_registered_users_count: true
show_since_date: true
show_total_visitors: true
show_unique_visitor: true
show_user_ip: true
start_count_total_visitors: 0
theme: admin
+18 −3
Original line number Diff line number Diff line
visitors.config:
  type: config_object
  label: 'Visitors config'
  label: 'Visitors Settings'
  mapping:
    chart_height:
      type: integer
      label: 'chart height'
    chart_width:
      type: integer
      label: 'chart width'
    exclude_user1:
      type: boolean
      label: 'exclude user1'
    excluded_roles:
      label: 'excluded roles from logs'
      type: sequence
      sequence:
        type: string
        label: 'roles'
        label: 'role'
    flush_log_timer:
      label: 'log retention time'
      type: integer
    items_per_page:
      type: integer
      label: 'items per page'
    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'
    theme:
      type: string
      label: 'visitors active theme'