Commit bfb2e066 authored by Steven Ayers's avatar Steven Ayers Committed by Steven Ayers
Browse files

Issue #3300791 by bluegeek9: schema and config

parent ef0b7a20
Loading
Loading
Loading
Loading
+29 −0
Original line number Diff line number Diff line
@@ -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