Apply database updates
This commit is contained in:
parent
e70878de65
commit
86aa0345a2
14 changed files with 9775 additions and 3220 deletions
config/sync
charts.settings.ymlcore.extension.ymlsearch_api.index.article.ymlsearch_api.index.blog.ymlsearch_api.index.collection.ymlsearch_api.index.content.ymlsearch_api.index.people.ymlviews.view.visitors.ymlviews.view.visitors_browser.ymlviews.view.visitors_geoip.ymlviews.view.visitors_operating_system.ymlviews.view.visitors_recent_visits.ymlviews.view.visitors_top_visits.ymlvisitors.config.yml
75
config/sync/charts.settings.yml
Normal file
75
config/sync/charts.settings.yml
Normal file
|
@ -0,0 +1,75 @@
|
||||||
|
_core:
|
||||||
|
default_config_hash: wZ5T1cqvSG3zUPxdtz_BgdBiNjgy1K1Al-L3iT7sPh8
|
||||||
|
dependencies: { }
|
||||||
|
charts_default_settings:
|
||||||
|
library: ''
|
||||||
|
type: line
|
||||||
|
display:
|
||||||
|
title: ''
|
||||||
|
subtitle: ''
|
||||||
|
colors:
|
||||||
|
- '#006fb0'
|
||||||
|
- '#f07c33'
|
||||||
|
- '#342e9c'
|
||||||
|
- '#579b17'
|
||||||
|
- '#3f067a'
|
||||||
|
- '#cbde67'
|
||||||
|
- '#7643b6'
|
||||||
|
- '#738d00'
|
||||||
|
- '#c157c7'
|
||||||
|
- '#02dab1'
|
||||||
|
- '#ed56b4'
|
||||||
|
- '#d8d981'
|
||||||
|
- '#004695'
|
||||||
|
- '#736000'
|
||||||
|
- '#a5a5ff'
|
||||||
|
- '#833a00'
|
||||||
|
- '#ff9ee9'
|
||||||
|
- '#684507'
|
||||||
|
- '#fe4f85'
|
||||||
|
- '#5d0011'
|
||||||
|
- '#ffa67b'
|
||||||
|
- '#88005c'
|
||||||
|
- '#ff9b8f'
|
||||||
|
- '#85000f'
|
||||||
|
- '#ff7581'
|
||||||
|
color_changer: false
|
||||||
|
title_position: out
|
||||||
|
tooltips: true
|
||||||
|
tooltips_use_html: false
|
||||||
|
data_markers: false
|
||||||
|
data_labels: false
|
||||||
|
legend: false
|
||||||
|
legend_position: right
|
||||||
|
background: ''
|
||||||
|
three_dimensional: 0
|
||||||
|
polar: 0
|
||||||
|
dimensions:
|
||||||
|
width: ''
|
||||||
|
width_units: '%'
|
||||||
|
height: ''
|
||||||
|
height_units: ''
|
||||||
|
gauge:
|
||||||
|
max: '100'
|
||||||
|
min: '0'
|
||||||
|
green_from: '85'
|
||||||
|
green_to: '100'
|
||||||
|
yellow_from: '50'
|
||||||
|
yellow_to: '85'
|
||||||
|
red_from: '0'
|
||||||
|
red_to: '50'
|
||||||
|
xaxis:
|
||||||
|
title: ''
|
||||||
|
labels_rotation: '0'
|
||||||
|
yaxis:
|
||||||
|
title: ''
|
||||||
|
min: ''
|
||||||
|
max: ''
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
decimal_count: ''
|
||||||
|
labels_rotation: '0'
|
||||||
|
advanced:
|
||||||
|
debug: false
|
||||||
|
requirements:
|
||||||
|
cdn: true
|
|
@ -13,6 +13,8 @@ module:
|
||||||
block_visibility_groups: 0
|
block_visibility_groups: 0
|
||||||
breakpoint: 0
|
breakpoint: 0
|
||||||
captcha: 0
|
captcha: 0
|
||||||
|
charts: 0
|
||||||
|
charts_chartjs: 0
|
||||||
checklistapi: 0
|
checklistapi: 0
|
||||||
ckeditor: 0
|
ckeditor: 0
|
||||||
ckeditor5: 0
|
ckeditor5: 0
|
||||||
|
|
|
@ -3,17 +3,16 @@ langcode: en
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
|
- core.entity_view_mode.node.search_index
|
||||||
- field.storage.node.field_article_type
|
- field.storage.node.field_article_type
|
||||||
- field.storage.node.field_authors
|
- field.storage.node.field_authors
|
||||||
- field.storage.node.field_summary
|
- field.storage.node.field_summary
|
||||||
- field.storage.node.field_tags
|
- field.storage.node.field_tags
|
||||||
- field.storage.node.field_topics
|
- field.storage.node.field_topics
|
||||||
- search_api.server.database
|
- search_api.server.database
|
||||||
- core.entity_view_mode.node.search_index
|
|
||||||
module:
|
module:
|
||||||
- node
|
- node
|
||||||
- user
|
- user
|
||||||
- search_api
|
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: J04p8dO7JgH6HJ11pkCigWVJg-8TXjwcS4kwaVmluI8
|
default_config_hash: J04p8dO7JgH6HJ11pkCigWVJg-8TXjwcS4kwaVmluI8
|
||||||
id: article
|
id: article
|
||||||
|
|
|
@ -3,15 +3,14 @@ langcode: en
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
|
- core.entity_view_mode.node.search_index
|
||||||
- field.storage.node.field_summary
|
- field.storage.node.field_summary
|
||||||
- field.storage.node.field_tags
|
- field.storage.node.field_tags
|
||||||
- field.storage.node.field_topics
|
- field.storage.node.field_topics
|
||||||
- search_api.server.database
|
- search_api.server.database
|
||||||
- core.entity_view_mode.node.search_index
|
|
||||||
module:
|
module:
|
||||||
- node
|
- node
|
||||||
- user
|
- user
|
||||||
- search_api
|
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: LVXH3P5V5qSiUZzvZXvCnxDkd1deRiRJxfXyTLWGOFM
|
default_config_hash: LVXH3P5V5qSiUZzvZXvCnxDkd1deRiRJxfXyTLWGOFM
|
||||||
id: blog
|
id: blog
|
||||||
|
|
|
@ -3,17 +3,16 @@ langcode: en
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
|
- core.entity_view_mode.node.search_index
|
||||||
- field.storage.node.field_authors
|
- field.storage.node.field_authors
|
||||||
- field.storage.node.field_collection_type
|
- field.storage.node.field_collection_type
|
||||||
- field.storage.node.field_summary
|
- field.storage.node.field_summary
|
||||||
- field.storage.node.field_tags
|
- field.storage.node.field_tags
|
||||||
- field.storage.node.field_topics
|
- field.storage.node.field_topics
|
||||||
- search_api.server.database
|
- search_api.server.database
|
||||||
- core.entity_view_mode.node.search_index
|
|
||||||
module:
|
module:
|
||||||
- node
|
- node
|
||||||
- user
|
- user
|
||||||
- search_api
|
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: _QVCLp7W8HxV52MEnKkYc2bX5i3NFf4ejVOfuTApG9g
|
default_config_hash: _QVCLp7W8HxV52MEnKkYc2bX5i3NFf4ejVOfuTApG9g
|
||||||
id: collection
|
id: collection
|
||||||
|
|
|
@ -3,15 +3,14 @@ langcode: en
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
|
- core.entity_view_mode.node.full
|
||||||
- field.storage.node.field_summary
|
- field.storage.node.field_summary
|
||||||
- field.storage.node.field_tags
|
- field.storage.node.field_tags
|
||||||
- field.storage.node.field_topics
|
- field.storage.node.field_topics
|
||||||
- search_api.server.database
|
- search_api.server.database
|
||||||
- core.entity_view_mode.node.full
|
|
||||||
module:
|
module:
|
||||||
- node
|
- node
|
||||||
- user
|
- user
|
||||||
- search_api
|
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: q4urWOU1mmYKKSBzYuwpRBTSIJnFwzapGP4bnCajbFs
|
default_config_hash: q4urWOU1mmYKKSBzYuwpRBTSIJnFwzapGP4bnCajbFs
|
||||||
id: content
|
id: content
|
||||||
|
|
|
@ -3,14 +3,13 @@ langcode: en
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
|
- core.entity_view_mode.node.search_index
|
||||||
- field.storage.node.field_people_type
|
- field.storage.node.field_people_type
|
||||||
- field.storage.node.field_summary
|
- field.storage.node.field_summary
|
||||||
- search_api.server.database
|
- search_api.server.database
|
||||||
- core.entity_view_mode.node.search_index
|
|
||||||
module:
|
module:
|
||||||
- node
|
- node
|
||||||
- user
|
- user
|
||||||
- search_api
|
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: MppSSFf9_oAEuTYEXp1R5nK30k5xRKvptoEDwKw9v6o
|
default_config_hash: MppSSFf9_oAEuTYEXp1R5nK30k5xRKvptoEDwKw9v6o
|
||||||
id: people
|
id: people
|
||||||
|
|
8491
config/sync/views.view.visitors.yml
Normal file
8491
config/sync/views.view.visitors.yml
Normal file
File diff suppressed because it is too large
Load diff
|
@ -1,729 +0,0 @@
|
||||||
uuid: 1cf911a1-8857-4981-9894-656b77e637d1
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- visitors
|
|
||||||
id: visitors_browser
|
|
||||||
label: Browsers
|
|
||||||
module: views
|
|
||||||
description: 'Web browser reports'
|
|
||||||
tag: ''
|
|
||||||
base_table: visitors
|
|
||||||
base_field: ''
|
|
||||||
display:
|
|
||||||
default:
|
|
||||||
id: default
|
|
||||||
display_title: Default
|
|
||||||
display_plugin: default
|
|
||||||
position: 0
|
|
||||||
display_options:
|
|
||||||
fields:
|
|
||||||
config_browser_name:
|
|
||||||
id: config_browser_name
|
|
||||||
table: visitors
|
|
||||||
field: config_browser_name
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
plugin_id: standard
|
|
||||||
label: Browser
|
|
||||||
exclude: false
|
|
||||||
alter:
|
|
||||||
alter_text: false
|
|
||||||
text: ''
|
|
||||||
make_link: false
|
|
||||||
path: ''
|
|
||||||
absolute: false
|
|
||||||
external: false
|
|
||||||
replace_spaces: false
|
|
||||||
path_case: none
|
|
||||||
trim_whitespace: false
|
|
||||||
alt: ''
|
|
||||||
rel: ''
|
|
||||||
link_class: ''
|
|
||||||
prefix: ''
|
|
||||||
suffix: ''
|
|
||||||
target: ''
|
|
||||||
nl2br: false
|
|
||||||
max_length: 0
|
|
||||||
word_boundary: true
|
|
||||||
ellipsis: true
|
|
||||||
more_link: false
|
|
||||||
more_link_text: ''
|
|
||||||
more_link_path: ''
|
|
||||||
strip_tags: false
|
|
||||||
trim: false
|
|
||||||
preserve_tags: ''
|
|
||||||
html: false
|
|
||||||
element_type: ''
|
|
||||||
element_class: ''
|
|
||||||
element_label_type: ''
|
|
||||||
element_label_class: ''
|
|
||||||
element_label_colon: true
|
|
||||||
element_wrapper_type: ''
|
|
||||||
element_wrapper_class: ''
|
|
||||||
element_default_classes: true
|
|
||||||
empty: ''
|
|
||||||
hide_empty: false
|
|
||||||
empty_zero: false
|
|
||||||
hide_alter_empty: true
|
|
||||||
visitor_id:
|
|
||||||
id: visitor_id
|
|
||||||
table: visitors
|
|
||||||
field: visitor_id
|
|
||||||
relationship: none
|
|
||||||
group_type: count_distinct
|
|
||||||
admin_label: ''
|
|
||||||
plugin_id: standard
|
|
||||||
label: 'Unique visitors'
|
|
||||||
exclude: false
|
|
||||||
alter:
|
|
||||||
alter_text: false
|
|
||||||
text: ''
|
|
||||||
make_link: false
|
|
||||||
path: ''
|
|
||||||
absolute: false
|
|
||||||
external: false
|
|
||||||
replace_spaces: false
|
|
||||||
path_case: none
|
|
||||||
trim_whitespace: false
|
|
||||||
alt: ''
|
|
||||||
rel: ''
|
|
||||||
link_class: ''
|
|
||||||
prefix: ''
|
|
||||||
suffix: ''
|
|
||||||
target: ''
|
|
||||||
nl2br: false
|
|
||||||
max_length: 0
|
|
||||||
word_boundary: true
|
|
||||||
ellipsis: true
|
|
||||||
more_link: false
|
|
||||||
more_link_text: ''
|
|
||||||
more_link_path: ''
|
|
||||||
strip_tags: false
|
|
||||||
trim: false
|
|
||||||
preserve_tags: ''
|
|
||||||
html: false
|
|
||||||
element_type: ''
|
|
||||||
element_class: ''
|
|
||||||
element_label_type: ''
|
|
||||||
element_label_class: ''
|
|
||||||
element_label_colon: true
|
|
||||||
element_wrapper_type: ''
|
|
||||||
element_wrapper_class: ''
|
|
||||||
element_default_classes: true
|
|
||||||
empty: ''
|
|
||||||
hide_empty: false
|
|
||||||
empty_zero: false
|
|
||||||
hide_alter_empty: true
|
|
||||||
pager:
|
|
||||||
type: mini
|
|
||||||
options:
|
|
||||||
offset: 0
|
|
||||||
pagination_heading_level: h4
|
|
||||||
items_per_page: 10
|
|
||||||
total_pages: null
|
|
||||||
id: 0
|
|
||||||
tags:
|
|
||||||
next: ››
|
|
||||||
previous: ‹‹
|
|
||||||
expose:
|
|
||||||
items_per_page: false
|
|
||||||
items_per_page_label: 'Items per page'
|
|
||||||
items_per_page_options: '5, 10, 25, 50'
|
|
||||||
items_per_page_options_all: false
|
|
||||||
items_per_page_options_all_label: '- All -'
|
|
||||||
offset: false
|
|
||||||
offset_label: Offset
|
|
||||||
exposed_form:
|
|
||||||
type: basic
|
|
||||||
options:
|
|
||||||
submit_button: Apply
|
|
||||||
reset_button: false
|
|
||||||
reset_button_label: Reset
|
|
||||||
exposed_sorts_label: 'Sort by'
|
|
||||||
expose_sort_order: true
|
|
||||||
sort_asc_label: Asc
|
|
||||||
sort_desc_label: Desc
|
|
||||||
access:
|
|
||||||
type: none
|
|
||||||
options: { }
|
|
||||||
cache:
|
|
||||||
type: none
|
|
||||||
options: { }
|
|
||||||
empty: { }
|
|
||||||
sorts: { }
|
|
||||||
arguments: { }
|
|
||||||
filters:
|
|
||||||
visitors_date_time:
|
|
||||||
id: visitors_date_time
|
|
||||||
table: visitors
|
|
||||||
field: visitors_date_time
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
plugin_id: visitors_date
|
|
||||||
operator: between
|
|
||||||
value:
|
|
||||||
min: from
|
|
||||||
max: to
|
|
||||||
value: ''
|
|
||||||
type: global
|
|
||||||
group: 1
|
|
||||||
exposed: false
|
|
||||||
expose:
|
|
||||||
operator_id: ''
|
|
||||||
label: ''
|
|
||||||
description: ''
|
|
||||||
use_operator: false
|
|
||||||
operator: ''
|
|
||||||
operator_limit_selection: false
|
|
||||||
operator_list: { }
|
|
||||||
identifier: ''
|
|
||||||
required: false
|
|
||||||
remember: false
|
|
||||||
multiple: false
|
|
||||||
remember_roles:
|
|
||||||
authenticated: authenticated
|
|
||||||
min_placeholder: ''
|
|
||||||
max_placeholder: ''
|
|
||||||
placeholder: ''
|
|
||||||
is_grouped: false
|
|
||||||
group_info:
|
|
||||||
label: ''
|
|
||||||
description: ''
|
|
||||||
identifier: ''
|
|
||||||
optional: true
|
|
||||||
widget: select
|
|
||||||
multiple: false
|
|
||||||
remember: false
|
|
||||||
default_group: All
|
|
||||||
default_group_multiple: { }
|
|
||||||
group_items: { }
|
|
||||||
bot:
|
|
||||||
id: bot
|
|
||||||
table: visitors
|
|
||||||
field: bot
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
plugin_id: boolean
|
|
||||||
operator: '='
|
|
||||||
value: '0'
|
|
||||||
group: 1
|
|
||||||
exposed: false
|
|
||||||
expose:
|
|
||||||
operator_id: ''
|
|
||||||
label: ''
|
|
||||||
description: ''
|
|
||||||
use_operator: false
|
|
||||||
operator: ''
|
|
||||||
operator_limit_selection: false
|
|
||||||
operator_list: { }
|
|
||||||
identifier: ''
|
|
||||||
required: false
|
|
||||||
remember: false
|
|
||||||
multiple: false
|
|
||||||
remember_roles:
|
|
||||||
authenticated: authenticated
|
|
||||||
is_grouped: false
|
|
||||||
group_info:
|
|
||||||
label: ''
|
|
||||||
description: ''
|
|
||||||
identifier: ''
|
|
||||||
optional: true
|
|
||||||
widget: select
|
|
||||||
multiple: false
|
|
||||||
remember: false
|
|
||||||
default_group: All
|
|
||||||
default_group_multiple: { }
|
|
||||||
group_items: { }
|
|
||||||
style:
|
|
||||||
type: table
|
|
||||||
options:
|
|
||||||
grouping: { }
|
|
||||||
row_class: ''
|
|
||||||
default_row_class: true
|
|
||||||
columns:
|
|
||||||
config_browser_name: config_browser_name
|
|
||||||
visitor_id: visitor_id
|
|
||||||
default: visitor_id
|
|
||||||
info:
|
|
||||||
config_browser_name:
|
|
||||||
sortable: false
|
|
||||||
default_sort_order: asc
|
|
||||||
align: views-align-left
|
|
||||||
separator: ''
|
|
||||||
empty_column: false
|
|
||||||
responsive: ''
|
|
||||||
visitor_id:
|
|
||||||
sortable: true
|
|
||||||
default_sort_order: desc
|
|
||||||
align: views-align-right
|
|
||||||
separator: ''
|
|
||||||
empty_column: false
|
|
||||||
responsive: priority-low
|
|
||||||
override: true
|
|
||||||
sticky: false
|
|
||||||
summary: ''
|
|
||||||
empty_table: false
|
|
||||||
caption: ''
|
|
||||||
description: ''
|
|
||||||
row:
|
|
||||||
type: fields
|
|
||||||
options:
|
|
||||||
default_field_elements: true
|
|
||||||
inline: { }
|
|
||||||
separator: ''
|
|
||||||
hide_empty: false
|
|
||||||
query:
|
|
||||||
type: views_query
|
|
||||||
options:
|
|
||||||
query_comment: ''
|
|
||||||
disable_sql_rewrite: false
|
|
||||||
distinct: false
|
|
||||||
replica: false
|
|
||||||
query_tags: { }
|
|
||||||
relationships: { }
|
|
||||||
use_ajax: true
|
|
||||||
group_by: true
|
|
||||||
header: { }
|
|
||||||
footer:
|
|
||||||
result:
|
|
||||||
id: result
|
|
||||||
table: views
|
|
||||||
field: result
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
plugin_id: result
|
|
||||||
empty: false
|
|
||||||
content: '@start - @end of @total'
|
|
||||||
display_extenders: { }
|
|
||||||
cache_metadata:
|
|
||||||
max-age: -1
|
|
||||||
contexts:
|
|
||||||
- 'languages:language_interface'
|
|
||||||
- url.query_args
|
|
||||||
tags: { }
|
|
||||||
browser:
|
|
||||||
id: browser
|
|
||||||
display_title: Browsers
|
|
||||||
display_plugin: embed
|
|
||||||
position: 1
|
|
||||||
display_options:
|
|
||||||
defaults:
|
|
||||||
footer: false
|
|
||||||
display_description: ''
|
|
||||||
footer:
|
|
||||||
result:
|
|
||||||
id: result
|
|
||||||
table: views
|
|
||||||
field: result
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
plugin_id: result
|
|
||||||
empty: false
|
|
||||||
content: '@start - @end of @total <br/>'
|
|
||||||
visitors_display_link:
|
|
||||||
id: visitors_display_link
|
|
||||||
table: visitors
|
|
||||||
field: visitors_display_link
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
plugin_id: visitors_display_link
|
|
||||||
label: 'Browser Version'
|
|
||||||
empty: false
|
|
||||||
display_id: version
|
|
||||||
display_extenders: { }
|
|
||||||
cache_metadata:
|
|
||||||
max-age: -1
|
|
||||||
contexts:
|
|
||||||
- 'languages:language_interface'
|
|
||||||
- url.query_args
|
|
||||||
tags: { }
|
|
||||||
engine:
|
|
||||||
id: engine
|
|
||||||
display_title: Engine
|
|
||||||
display_plugin: embed
|
|
||||||
position: 3
|
|
||||||
display_options:
|
|
||||||
fields:
|
|
||||||
config_browser_engine:
|
|
||||||
id: config_browser_engine
|
|
||||||
table: visitors
|
|
||||||
field: config_browser_engine
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
plugin_id: standard
|
|
||||||
label: Engine
|
|
||||||
exclude: false
|
|
||||||
alter:
|
|
||||||
alter_text: false
|
|
||||||
text: ''
|
|
||||||
make_link: false
|
|
||||||
path: ''
|
|
||||||
absolute: false
|
|
||||||
external: false
|
|
||||||
replace_spaces: false
|
|
||||||
path_case: none
|
|
||||||
trim_whitespace: false
|
|
||||||
alt: ''
|
|
||||||
rel: ''
|
|
||||||
link_class: ''
|
|
||||||
prefix: ''
|
|
||||||
suffix: ''
|
|
||||||
target: ''
|
|
||||||
nl2br: false
|
|
||||||
max_length: 0
|
|
||||||
word_boundary: true
|
|
||||||
ellipsis: true
|
|
||||||
more_link: false
|
|
||||||
more_link_text: ''
|
|
||||||
more_link_path: ''
|
|
||||||
strip_tags: false
|
|
||||||
trim: false
|
|
||||||
preserve_tags: ''
|
|
||||||
html: false
|
|
||||||
element_type: ''
|
|
||||||
element_class: ''
|
|
||||||
element_label_type: ''
|
|
||||||
element_label_class: ''
|
|
||||||
element_label_colon: true
|
|
||||||
element_wrapper_type: ''
|
|
||||||
element_wrapper_class: ''
|
|
||||||
element_default_classes: true
|
|
||||||
empty: ''
|
|
||||||
hide_empty: false
|
|
||||||
empty_zero: false
|
|
||||||
hide_alter_empty: true
|
|
||||||
visitor_id:
|
|
||||||
id: visitor_id
|
|
||||||
table: visitors
|
|
||||||
field: visitor_id
|
|
||||||
relationship: none
|
|
||||||
group_type: count_distinct
|
|
||||||
admin_label: ''
|
|
||||||
plugin_id: standard
|
|
||||||
label: 'Unique visitors'
|
|
||||||
exclude: false
|
|
||||||
alter:
|
|
||||||
alter_text: false
|
|
||||||
text: ''
|
|
||||||
make_link: false
|
|
||||||
path: ''
|
|
||||||
absolute: false
|
|
||||||
external: false
|
|
||||||
replace_spaces: false
|
|
||||||
path_case: none
|
|
||||||
trim_whitespace: false
|
|
||||||
alt: ''
|
|
||||||
rel: ''
|
|
||||||
link_class: ''
|
|
||||||
prefix: ''
|
|
||||||
suffix: ''
|
|
||||||
target: ''
|
|
||||||
nl2br: false
|
|
||||||
max_length: 0
|
|
||||||
word_boundary: true
|
|
||||||
ellipsis: true
|
|
||||||
more_link: false
|
|
||||||
more_link_text: ''
|
|
||||||
more_link_path: ''
|
|
||||||
strip_tags: false
|
|
||||||
trim: false
|
|
||||||
preserve_tags: ''
|
|
||||||
html: false
|
|
||||||
element_type: ''
|
|
||||||
element_class: ''
|
|
||||||
element_label_type: ''
|
|
||||||
element_label_class: ''
|
|
||||||
element_label_colon: true
|
|
||||||
element_wrapper_type: ''
|
|
||||||
element_wrapper_class: ''
|
|
||||||
element_default_classes: true
|
|
||||||
empty: ''
|
|
||||||
hide_empty: false
|
|
||||||
empty_zero: false
|
|
||||||
hide_alter_empty: true
|
|
||||||
style:
|
|
||||||
type: table
|
|
||||||
options:
|
|
||||||
grouping: { }
|
|
||||||
row_class: ''
|
|
||||||
default_row_class: true
|
|
||||||
columns:
|
|
||||||
config_browser_engine: config_browser_engine
|
|
||||||
visitor_id: visitor_id
|
|
||||||
default: visitor_id
|
|
||||||
info:
|
|
||||||
config_browser_engine:
|
|
||||||
sortable: false
|
|
||||||
default_sort_order: asc
|
|
||||||
align: views-align-left
|
|
||||||
separator: ''
|
|
||||||
empty_column: false
|
|
||||||
responsive: ''
|
|
||||||
visitor_id:
|
|
||||||
sortable: true
|
|
||||||
default_sort_order: desc
|
|
||||||
align: views-align-right
|
|
||||||
separator: ''
|
|
||||||
empty_column: false
|
|
||||||
responsive: priority-low
|
|
||||||
override: true
|
|
||||||
sticky: false
|
|
||||||
summary: ''
|
|
||||||
empty_table: false
|
|
||||||
caption: ''
|
|
||||||
description: ''
|
|
||||||
row:
|
|
||||||
type: fields
|
|
||||||
options:
|
|
||||||
default_field_elements: true
|
|
||||||
inline: { }
|
|
||||||
separator: ''
|
|
||||||
hide_empty: false
|
|
||||||
defaults:
|
|
||||||
style: false
|
|
||||||
row: false
|
|
||||||
fields: false
|
|
||||||
display_description: ''
|
|
||||||
display_extenders: { }
|
|
||||||
cache_metadata:
|
|
||||||
max-age: -1
|
|
||||||
contexts:
|
|
||||||
- 'languages:language_interface'
|
|
||||||
- url.query_args
|
|
||||||
tags: { }
|
|
||||||
version:
|
|
||||||
id: version
|
|
||||||
display_title: Version
|
|
||||||
display_plugin: embed
|
|
||||||
position: 2
|
|
||||||
display_options:
|
|
||||||
fields:
|
|
||||||
config_browser_name:
|
|
||||||
id: config_browser_name
|
|
||||||
table: visitors
|
|
||||||
field: config_browser_name
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
plugin_id: visitors_browser
|
|
||||||
label: 'Browser Name'
|
|
||||||
exclude: true
|
|
||||||
alter:
|
|
||||||
alter_text: false
|
|
||||||
text: ''
|
|
||||||
make_link: false
|
|
||||||
path: ''
|
|
||||||
absolute: false
|
|
||||||
external: false
|
|
||||||
replace_spaces: false
|
|
||||||
path_case: none
|
|
||||||
trim_whitespace: false
|
|
||||||
alt: ''
|
|
||||||
rel: ''
|
|
||||||
link_class: ''
|
|
||||||
prefix: ''
|
|
||||||
suffix: ''
|
|
||||||
target: ''
|
|
||||||
nl2br: false
|
|
||||||
max_length: 0
|
|
||||||
word_boundary: true
|
|
||||||
ellipsis: true
|
|
||||||
more_link: false
|
|
||||||
more_link_text: ''
|
|
||||||
more_link_path: ''
|
|
||||||
strip_tags: false
|
|
||||||
trim: false
|
|
||||||
preserve_tags: ''
|
|
||||||
html: false
|
|
||||||
element_type: ''
|
|
||||||
element_class: ''
|
|
||||||
element_label_type: ''
|
|
||||||
element_label_class: ''
|
|
||||||
element_label_colon: true
|
|
||||||
element_wrapper_type: ''
|
|
||||||
element_wrapper_class: ''
|
|
||||||
element_default_classes: true
|
|
||||||
empty: ''
|
|
||||||
hide_empty: false
|
|
||||||
empty_zero: false
|
|
||||||
hide_alter_empty: true
|
|
||||||
config_browser_version:
|
|
||||||
id: config_browser_version
|
|
||||||
table: visitors
|
|
||||||
field: config_browser_version
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
plugin_id: standard
|
|
||||||
label: 'Browser Version'
|
|
||||||
exclude: false
|
|
||||||
alter:
|
|
||||||
alter_text: true
|
|
||||||
text: '{{ config_browser_name }} {{ config_browser_version }} '
|
|
||||||
make_link: false
|
|
||||||
path: ''
|
|
||||||
absolute: false
|
|
||||||
external: false
|
|
||||||
replace_spaces: false
|
|
||||||
path_case: none
|
|
||||||
trim_whitespace: false
|
|
||||||
alt: ''
|
|
||||||
rel: ''
|
|
||||||
link_class: ''
|
|
||||||
prefix: ''
|
|
||||||
suffix: ''
|
|
||||||
target: ''
|
|
||||||
nl2br: false
|
|
||||||
max_length: 0
|
|
||||||
word_boundary: true
|
|
||||||
ellipsis: true
|
|
||||||
more_link: false
|
|
||||||
more_link_text: ''
|
|
||||||
more_link_path: ''
|
|
||||||
strip_tags: false
|
|
||||||
trim: false
|
|
||||||
preserve_tags: ''
|
|
||||||
html: false
|
|
||||||
element_type: ''
|
|
||||||
element_class: ''
|
|
||||||
element_label_type: ''
|
|
||||||
element_label_class: ''
|
|
||||||
element_label_colon: true
|
|
||||||
element_wrapper_type: ''
|
|
||||||
element_wrapper_class: ''
|
|
||||||
element_default_classes: true
|
|
||||||
empty: ''
|
|
||||||
hide_empty: false
|
|
||||||
empty_zero: false
|
|
||||||
hide_alter_empty: true
|
|
||||||
visitor_id:
|
|
||||||
id: visitor_id
|
|
||||||
table: visitors
|
|
||||||
field: visitor_id
|
|
||||||
relationship: none
|
|
||||||
group_type: count_distinct
|
|
||||||
admin_label: ''
|
|
||||||
plugin_id: standard
|
|
||||||
label: 'Unique visitors'
|
|
||||||
exclude: false
|
|
||||||
alter:
|
|
||||||
alter_text: false
|
|
||||||
text: ''
|
|
||||||
make_link: false
|
|
||||||
path: ''
|
|
||||||
absolute: false
|
|
||||||
external: false
|
|
||||||
replace_spaces: false
|
|
||||||
path_case: none
|
|
||||||
trim_whitespace: false
|
|
||||||
alt: ''
|
|
||||||
rel: ''
|
|
||||||
link_class: ''
|
|
||||||
prefix: ''
|
|
||||||
suffix: ''
|
|
||||||
target: ''
|
|
||||||
nl2br: false
|
|
||||||
max_length: 0
|
|
||||||
word_boundary: true
|
|
||||||
ellipsis: true
|
|
||||||
more_link: false
|
|
||||||
more_link_text: ''
|
|
||||||
more_link_path: ''
|
|
||||||
strip_tags: false
|
|
||||||
trim: false
|
|
||||||
preserve_tags: ''
|
|
||||||
html: false
|
|
||||||
element_type: ''
|
|
||||||
element_class: ''
|
|
||||||
element_label_type: ''
|
|
||||||
element_label_class: ''
|
|
||||||
element_label_colon: true
|
|
||||||
element_wrapper_type: ''
|
|
||||||
element_wrapper_class: ''
|
|
||||||
element_default_classes: true
|
|
||||||
empty: ''
|
|
||||||
hide_empty: false
|
|
||||||
empty_zero: false
|
|
||||||
hide_alter_empty: true
|
|
||||||
style:
|
|
||||||
type: table
|
|
||||||
options:
|
|
||||||
grouping: { }
|
|
||||||
row_class: ''
|
|
||||||
default_row_class: true
|
|
||||||
columns:
|
|
||||||
config_browser_version: config_browser_version
|
|
||||||
visitor_id: visitor_id
|
|
||||||
default: visitor_id
|
|
||||||
info:
|
|
||||||
config_browser_version:
|
|
||||||
sortable: false
|
|
||||||
default_sort_order: asc
|
|
||||||
align: ''
|
|
||||||
separator: ''
|
|
||||||
empty_column: false
|
|
||||||
responsive: ''
|
|
||||||
visitor_id:
|
|
||||||
sortable: true
|
|
||||||
default_sort_order: desc
|
|
||||||
align: views-align-right
|
|
||||||
separator: ''
|
|
||||||
empty_column: false
|
|
||||||
responsive: priority-low
|
|
||||||
override: true
|
|
||||||
sticky: false
|
|
||||||
summary: ''
|
|
||||||
empty_table: false
|
|
||||||
caption: ''
|
|
||||||
description: ''
|
|
||||||
row:
|
|
||||||
type: fields
|
|
||||||
options:
|
|
||||||
default_field_elements: true
|
|
||||||
inline: { }
|
|
||||||
separator: ''
|
|
||||||
hide_empty: false
|
|
||||||
defaults:
|
|
||||||
style: false
|
|
||||||
row: false
|
|
||||||
fields: false
|
|
||||||
footer: false
|
|
||||||
display_description: 'Browser version'
|
|
||||||
footer:
|
|
||||||
result:
|
|
||||||
id: result
|
|
||||||
table: views
|
|
||||||
field: result
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
plugin_id: result
|
|
||||||
empty: false
|
|
||||||
content: '@start - @end of @total <br/>'
|
|
||||||
visitors_display_link:
|
|
||||||
id: visitors_display_link
|
|
||||||
table: visitors
|
|
||||||
field: visitors_display_link
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
plugin_id: visitors_display_link
|
|
||||||
label: Browsers
|
|
||||||
empty: false
|
|
||||||
display_id: browser
|
|
||||||
display_extenders: { }
|
|
||||||
cache_metadata:
|
|
||||||
max-age: -1
|
|
||||||
contexts:
|
|
||||||
- 'languages:language_interface'
|
|
||||||
- url.query_args
|
|
||||||
tags: { }
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,582 +0,0 @@
|
||||||
uuid: 9a2cba55-c99f-4200-a9f1-099e98e3d8a8
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- visitors
|
|
||||||
id: visitors_operating_system
|
|
||||||
label: 'Operating Systems'
|
|
||||||
module: views
|
|
||||||
description: ''
|
|
||||||
tag: ''
|
|
||||||
base_table: visitors
|
|
||||||
base_field: ''
|
|
||||||
display:
|
|
||||||
default:
|
|
||||||
id: default
|
|
||||||
display_title: Default
|
|
||||||
display_plugin: default
|
|
||||||
position: 0
|
|
||||||
display_options:
|
|
||||||
fields:
|
|
||||||
config_os:
|
|
||||||
id: config_os
|
|
||||||
table: visitors
|
|
||||||
field: config_os
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
plugin_id: standard
|
|
||||||
label: 'Operating System families'
|
|
||||||
exclude: false
|
|
||||||
alter:
|
|
||||||
alter_text: false
|
|
||||||
text: ''
|
|
||||||
make_link: false
|
|
||||||
path: ''
|
|
||||||
absolute: false
|
|
||||||
external: false
|
|
||||||
replace_spaces: false
|
|
||||||
path_case: none
|
|
||||||
trim_whitespace: false
|
|
||||||
alt: ''
|
|
||||||
rel: ''
|
|
||||||
link_class: ''
|
|
||||||
prefix: ''
|
|
||||||
suffix: ''
|
|
||||||
target: ''
|
|
||||||
nl2br: false
|
|
||||||
max_length: 0
|
|
||||||
word_boundary: true
|
|
||||||
ellipsis: true
|
|
||||||
more_link: false
|
|
||||||
more_link_text: ''
|
|
||||||
more_link_path: ''
|
|
||||||
strip_tags: false
|
|
||||||
trim: false
|
|
||||||
preserve_tags: ''
|
|
||||||
html: false
|
|
||||||
element_type: ''
|
|
||||||
element_class: ''
|
|
||||||
element_label_type: ''
|
|
||||||
element_label_class: ''
|
|
||||||
element_label_colon: true
|
|
||||||
element_wrapper_type: ''
|
|
||||||
element_wrapper_class: ''
|
|
||||||
element_default_classes: true
|
|
||||||
empty: ''
|
|
||||||
hide_empty: false
|
|
||||||
empty_zero: false
|
|
||||||
hide_alter_empty: true
|
|
||||||
visitor_id:
|
|
||||||
id: visitor_id
|
|
||||||
table: visitors
|
|
||||||
field: visitor_id
|
|
||||||
relationship: none
|
|
||||||
group_type: count_distinct
|
|
||||||
admin_label: ''
|
|
||||||
plugin_id: standard
|
|
||||||
label: 'Unique visitors'
|
|
||||||
exclude: false
|
|
||||||
alter:
|
|
||||||
alter_text: false
|
|
||||||
text: ''
|
|
||||||
make_link: false
|
|
||||||
path: ''
|
|
||||||
absolute: false
|
|
||||||
external: false
|
|
||||||
replace_spaces: false
|
|
||||||
path_case: none
|
|
||||||
trim_whitespace: false
|
|
||||||
alt: ''
|
|
||||||
rel: ''
|
|
||||||
link_class: ''
|
|
||||||
prefix: ''
|
|
||||||
suffix: ''
|
|
||||||
target: ''
|
|
||||||
nl2br: false
|
|
||||||
max_length: 0
|
|
||||||
word_boundary: true
|
|
||||||
ellipsis: true
|
|
||||||
more_link: false
|
|
||||||
more_link_text: ''
|
|
||||||
more_link_path: ''
|
|
||||||
strip_tags: false
|
|
||||||
trim: false
|
|
||||||
preserve_tags: ''
|
|
||||||
html: false
|
|
||||||
element_type: ''
|
|
||||||
element_class: ''
|
|
||||||
element_label_type: ''
|
|
||||||
element_label_class: ''
|
|
||||||
element_label_colon: true
|
|
||||||
element_wrapper_type: ''
|
|
||||||
element_wrapper_class: ''
|
|
||||||
element_default_classes: true
|
|
||||||
empty: ''
|
|
||||||
hide_empty: false
|
|
||||||
empty_zero: false
|
|
||||||
hide_alter_empty: true
|
|
||||||
pager:
|
|
||||||
type: mini
|
|
||||||
options:
|
|
||||||
offset: 0
|
|
||||||
pagination_heading_level: h4
|
|
||||||
items_per_page: 10
|
|
||||||
total_pages: null
|
|
||||||
id: 0
|
|
||||||
tags:
|
|
||||||
next: ››
|
|
||||||
previous: ‹‹
|
|
||||||
expose:
|
|
||||||
items_per_page: false
|
|
||||||
items_per_page_label: 'Items per page'
|
|
||||||
items_per_page_options: '5, 10, 25, 50'
|
|
||||||
items_per_page_options_all: false
|
|
||||||
items_per_page_options_all_label: '- All -'
|
|
||||||
offset: false
|
|
||||||
offset_label: Offset
|
|
||||||
exposed_form:
|
|
||||||
type: basic
|
|
||||||
options:
|
|
||||||
submit_button: Apply
|
|
||||||
reset_button: false
|
|
||||||
reset_button_label: Reset
|
|
||||||
exposed_sorts_label: 'Sort by'
|
|
||||||
expose_sort_order: true
|
|
||||||
sort_asc_label: Asc
|
|
||||||
sort_desc_label: Desc
|
|
||||||
access:
|
|
||||||
type: none
|
|
||||||
options: { }
|
|
||||||
cache:
|
|
||||||
type: none
|
|
||||||
options: { }
|
|
||||||
empty: { }
|
|
||||||
sorts: { }
|
|
||||||
arguments: { }
|
|
||||||
filters:
|
|
||||||
bot:
|
|
||||||
id: bot
|
|
||||||
table: visitors
|
|
||||||
field: bot
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
plugin_id: boolean
|
|
||||||
operator: '='
|
|
||||||
value: '0'
|
|
||||||
group: 1
|
|
||||||
exposed: false
|
|
||||||
expose:
|
|
||||||
operator_id: ''
|
|
||||||
label: ''
|
|
||||||
description: ''
|
|
||||||
use_operator: false
|
|
||||||
operator: ''
|
|
||||||
operator_limit_selection: false
|
|
||||||
operator_list: { }
|
|
||||||
identifier: ''
|
|
||||||
required: false
|
|
||||||
remember: false
|
|
||||||
multiple: false
|
|
||||||
remember_roles:
|
|
||||||
authenticated: authenticated
|
|
||||||
is_grouped: false
|
|
||||||
group_info:
|
|
||||||
label: ''
|
|
||||||
description: ''
|
|
||||||
identifier: ''
|
|
||||||
optional: true
|
|
||||||
widget: select
|
|
||||||
multiple: false
|
|
||||||
remember: false
|
|
||||||
default_group: All
|
|
||||||
default_group_multiple: { }
|
|
||||||
group_items: { }
|
|
||||||
visitors_date_time:
|
|
||||||
id: visitors_date_time
|
|
||||||
table: visitors
|
|
||||||
field: visitors_date_time
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
plugin_id: visitors_date
|
|
||||||
operator: between
|
|
||||||
value:
|
|
||||||
min: from
|
|
||||||
max: to
|
|
||||||
value: ''
|
|
||||||
type: global
|
|
||||||
group: 1
|
|
||||||
exposed: false
|
|
||||||
expose:
|
|
||||||
operator_id: ''
|
|
||||||
label: ''
|
|
||||||
description: ''
|
|
||||||
use_operator: false
|
|
||||||
operator: ''
|
|
||||||
operator_limit_selection: false
|
|
||||||
operator_list: { }
|
|
||||||
identifier: ''
|
|
||||||
required: false
|
|
||||||
remember: false
|
|
||||||
multiple: false
|
|
||||||
remember_roles:
|
|
||||||
authenticated: authenticated
|
|
||||||
min_placeholder: ''
|
|
||||||
max_placeholder: ''
|
|
||||||
placeholder: ''
|
|
||||||
is_grouped: false
|
|
||||||
group_info:
|
|
||||||
label: ''
|
|
||||||
description: ''
|
|
||||||
identifier: ''
|
|
||||||
optional: true
|
|
||||||
widget: select
|
|
||||||
multiple: false
|
|
||||||
remember: false
|
|
||||||
default_group: All
|
|
||||||
default_group_multiple: { }
|
|
||||||
group_items: { }
|
|
||||||
style:
|
|
||||||
type: table
|
|
||||||
options:
|
|
||||||
grouping: { }
|
|
||||||
row_class: ''
|
|
||||||
default_row_class: true
|
|
||||||
columns:
|
|
||||||
config_os: config_os
|
|
||||||
visitor_id: visitor_id
|
|
||||||
default: visitor_id
|
|
||||||
info:
|
|
||||||
config_os:
|
|
||||||
sortable: false
|
|
||||||
default_sort_order: asc
|
|
||||||
align: views-align-left
|
|
||||||
separator: ''
|
|
||||||
empty_column: false
|
|
||||||
responsive: ''
|
|
||||||
visitor_id:
|
|
||||||
sortable: true
|
|
||||||
default_sort_order: desc
|
|
||||||
align: views-align-right
|
|
||||||
separator: ''
|
|
||||||
empty_column: false
|
|
||||||
responsive: ''
|
|
||||||
override: true
|
|
||||||
sticky: false
|
|
||||||
summary: ''
|
|
||||||
empty_table: false
|
|
||||||
caption: ''
|
|
||||||
description: ''
|
|
||||||
row:
|
|
||||||
type: fields
|
|
||||||
options:
|
|
||||||
default_field_elements: true
|
|
||||||
inline: { }
|
|
||||||
separator: ''
|
|
||||||
hide_empty: false
|
|
||||||
query:
|
|
||||||
type: views_query
|
|
||||||
options:
|
|
||||||
query_comment: ''
|
|
||||||
disable_sql_rewrite: false
|
|
||||||
distinct: false
|
|
||||||
replica: false
|
|
||||||
query_tags: { }
|
|
||||||
relationships: { }
|
|
||||||
use_ajax: true
|
|
||||||
group_by: true
|
|
||||||
header: { }
|
|
||||||
footer:
|
|
||||||
result:
|
|
||||||
id: result
|
|
||||||
table: views
|
|
||||||
field: result
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
plugin_id: result
|
|
||||||
empty: false
|
|
||||||
content: '@start - @end of @total'
|
|
||||||
display_extenders: { }
|
|
||||||
cache_metadata:
|
|
||||||
max-age: -1
|
|
||||||
contexts:
|
|
||||||
- 'languages:language_interface'
|
|
||||||
- url.query_args
|
|
||||||
tags: { }
|
|
||||||
family:
|
|
||||||
id: family
|
|
||||||
display_title: Family
|
|
||||||
display_plugin: embed
|
|
||||||
position: 1
|
|
||||||
display_options:
|
|
||||||
defaults:
|
|
||||||
footer: false
|
|
||||||
display_description: ''
|
|
||||||
footer:
|
|
||||||
result:
|
|
||||||
id: result
|
|
||||||
table: views
|
|
||||||
field: result
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
plugin_id: result
|
|
||||||
empty: false
|
|
||||||
content: '@start - @end of @total <br/>'
|
|
||||||
visitors_display_link:
|
|
||||||
id: visitors_display_link
|
|
||||||
table: visitors
|
|
||||||
field: visitors_display_link
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
plugin_id: visitors_display_link
|
|
||||||
label: 'Operating System versions'
|
|
||||||
empty: false
|
|
||||||
display_id: version
|
|
||||||
display_extenders: { }
|
|
||||||
cache_metadata:
|
|
||||||
max-age: -1
|
|
||||||
contexts:
|
|
||||||
- 'languages:language_interface'
|
|
||||||
- url.query_args
|
|
||||||
tags: { }
|
|
||||||
version:
|
|
||||||
id: version
|
|
||||||
display_title: Version
|
|
||||||
display_plugin: embed
|
|
||||||
position: 2
|
|
||||||
display_options:
|
|
||||||
fields:
|
|
||||||
config_os_version:
|
|
||||||
id: config_os_version
|
|
||||||
table: visitors
|
|
||||||
field: config_os_version
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
plugin_id: standard
|
|
||||||
label: 'Operating System versions'
|
|
||||||
exclude: true
|
|
||||||
alter:
|
|
||||||
alter_text: false
|
|
||||||
text: '{{ config_os }} {{ config_os_version }} '
|
|
||||||
make_link: false
|
|
||||||
path: ''
|
|
||||||
absolute: false
|
|
||||||
external: false
|
|
||||||
replace_spaces: false
|
|
||||||
path_case: none
|
|
||||||
trim_whitespace: false
|
|
||||||
alt: ''
|
|
||||||
rel: ''
|
|
||||||
link_class: ''
|
|
||||||
prefix: ''
|
|
||||||
suffix: ''
|
|
||||||
target: ''
|
|
||||||
nl2br: false
|
|
||||||
max_length: 0
|
|
||||||
word_boundary: true
|
|
||||||
ellipsis: true
|
|
||||||
more_link: false
|
|
||||||
more_link_text: ''
|
|
||||||
more_link_path: ''
|
|
||||||
strip_tags: false
|
|
||||||
trim: false
|
|
||||||
preserve_tags: ''
|
|
||||||
html: false
|
|
||||||
element_type: ''
|
|
||||||
element_class: ''
|
|
||||||
element_label_type: ''
|
|
||||||
element_label_class: ''
|
|
||||||
element_label_colon: true
|
|
||||||
element_wrapper_type: ''
|
|
||||||
element_wrapper_class: ''
|
|
||||||
element_default_classes: true
|
|
||||||
empty: Unknown
|
|
||||||
hide_empty: false
|
|
||||||
empty_zero: false
|
|
||||||
hide_alter_empty: false
|
|
||||||
config_os:
|
|
||||||
id: config_os
|
|
||||||
table: visitors
|
|
||||||
field: config_os
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
plugin_id: standard
|
|
||||||
label: 'Operating System versions'
|
|
||||||
exclude: false
|
|
||||||
alter:
|
|
||||||
alter_text: true
|
|
||||||
text: '{{ config_os }} {{ config_os_version }}'
|
|
||||||
make_link: false
|
|
||||||
path: ''
|
|
||||||
absolute: false
|
|
||||||
external: false
|
|
||||||
replace_spaces: false
|
|
||||||
path_case: none
|
|
||||||
trim_whitespace: false
|
|
||||||
alt: ''
|
|
||||||
rel: ''
|
|
||||||
link_class: ''
|
|
||||||
prefix: ''
|
|
||||||
suffix: ''
|
|
||||||
target: ''
|
|
||||||
nl2br: false
|
|
||||||
max_length: 0
|
|
||||||
word_boundary: true
|
|
||||||
ellipsis: true
|
|
||||||
more_link: false
|
|
||||||
more_link_text: ''
|
|
||||||
more_link_path: ''
|
|
||||||
strip_tags: false
|
|
||||||
trim: false
|
|
||||||
preserve_tags: ''
|
|
||||||
html: false
|
|
||||||
element_type: ''
|
|
||||||
element_class: ''
|
|
||||||
element_label_type: ''
|
|
||||||
element_label_class: ''
|
|
||||||
element_label_colon: true
|
|
||||||
element_wrapper_type: ''
|
|
||||||
element_wrapper_class: ''
|
|
||||||
element_default_classes: true
|
|
||||||
empty: ''
|
|
||||||
hide_empty: false
|
|
||||||
empty_zero: false
|
|
||||||
hide_alter_empty: true
|
|
||||||
visitor_id:
|
|
||||||
id: visitor_id
|
|
||||||
table: visitors
|
|
||||||
field: visitor_id
|
|
||||||
relationship: none
|
|
||||||
group_type: count_distinct
|
|
||||||
admin_label: ''
|
|
||||||
plugin_id: standard
|
|
||||||
label: 'Unique visitors'
|
|
||||||
exclude: false
|
|
||||||
alter:
|
|
||||||
alter_text: false
|
|
||||||
text: ''
|
|
||||||
make_link: false
|
|
||||||
path: ''
|
|
||||||
absolute: false
|
|
||||||
external: false
|
|
||||||
replace_spaces: false
|
|
||||||
path_case: none
|
|
||||||
trim_whitespace: false
|
|
||||||
alt: ''
|
|
||||||
rel: ''
|
|
||||||
link_class: ''
|
|
||||||
prefix: ''
|
|
||||||
suffix: ''
|
|
||||||
target: ''
|
|
||||||
nl2br: false
|
|
||||||
max_length: 0
|
|
||||||
word_boundary: true
|
|
||||||
ellipsis: true
|
|
||||||
more_link: false
|
|
||||||
more_link_text: ''
|
|
||||||
more_link_path: ''
|
|
||||||
strip_tags: false
|
|
||||||
trim: false
|
|
||||||
preserve_tags: ''
|
|
||||||
html: false
|
|
||||||
element_type: ''
|
|
||||||
element_class: ''
|
|
||||||
element_label_type: ''
|
|
||||||
element_label_class: ''
|
|
||||||
element_label_colon: true
|
|
||||||
element_wrapper_type: ''
|
|
||||||
element_wrapper_class: ''
|
|
||||||
element_default_classes: true
|
|
||||||
empty: ''
|
|
||||||
hide_empty: false
|
|
||||||
empty_zero: false
|
|
||||||
hide_alter_empty: true
|
|
||||||
style:
|
|
||||||
type: table
|
|
||||||
options:
|
|
||||||
grouping: { }
|
|
||||||
row_class: ''
|
|
||||||
default_row_class: true
|
|
||||||
columns:
|
|
||||||
config_os: config_os
|
|
||||||
config_os_version: config_os_version
|
|
||||||
visitor_id: visitor_id
|
|
||||||
default: visitor_id
|
|
||||||
info:
|
|
||||||
config_os:
|
|
||||||
sortable: false
|
|
||||||
default_sort_order: asc
|
|
||||||
align: views-align-left
|
|
||||||
separator: ''
|
|
||||||
empty_column: false
|
|
||||||
responsive: ''
|
|
||||||
config_os_version:
|
|
||||||
sortable: false
|
|
||||||
default_sort_order: asc
|
|
||||||
align: views-align-left
|
|
||||||
separator: ''
|
|
||||||
empty_column: false
|
|
||||||
responsive: ''
|
|
||||||
visitor_id:
|
|
||||||
sortable: true
|
|
||||||
default_sort_order: desc
|
|
||||||
align: views-align-right
|
|
||||||
separator: ''
|
|
||||||
empty_column: false
|
|
||||||
responsive: priority-low
|
|
||||||
override: true
|
|
||||||
sticky: false
|
|
||||||
summary: ''
|
|
||||||
empty_table: false
|
|
||||||
caption: ''
|
|
||||||
description: ''
|
|
||||||
row:
|
|
||||||
type: fields
|
|
||||||
options:
|
|
||||||
default_field_elements: true
|
|
||||||
inline: { }
|
|
||||||
separator: ''
|
|
||||||
hide_empty: false
|
|
||||||
defaults:
|
|
||||||
style: false
|
|
||||||
row: false
|
|
||||||
fields: false
|
|
||||||
footer: false
|
|
||||||
display_description: ''
|
|
||||||
footer:
|
|
||||||
result:
|
|
||||||
id: result
|
|
||||||
table: views
|
|
||||||
field: result
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
plugin_id: result
|
|
||||||
empty: false
|
|
||||||
content: '@start - @end of @total <br/>'
|
|
||||||
visitors_display_link:
|
|
||||||
id: visitors_display_link
|
|
||||||
table: visitors
|
|
||||||
field: visitors_display_link
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
plugin_id: visitors_display_link
|
|
||||||
label: 'Operating System families'
|
|
||||||
empty: false
|
|
||||||
display_id: family
|
|
||||||
display_extenders: { }
|
|
||||||
cache_metadata:
|
|
||||||
max-age: -1
|
|
||||||
contexts:
|
|
||||||
- 'languages:language_interface'
|
|
||||||
- url.query_args
|
|
||||||
tags: { }
|
|
|
@ -1,604 +0,0 @@
|
||||||
uuid: 0879c0fb-b44b-44f9-8ba5-11f5fc5fb7d4
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- user
|
|
||||||
- visitors
|
|
||||||
_core:
|
|
||||||
default_config_hash: PkfifZUxhfn8hGbu2AUSXWOPzoGfJ1cLv4GK3BkF0AY
|
|
||||||
id: visitors_recent_visits
|
|
||||||
label: 'Recent Visits'
|
|
||||||
module: views
|
|
||||||
description: ''
|
|
||||||
tag: ''
|
|
||||||
base_table: visitors
|
|
||||||
base_field: ''
|
|
||||||
display:
|
|
||||||
default:
|
|
||||||
id: default
|
|
||||||
display_title: Default
|
|
||||||
display_plugin: default
|
|
||||||
position: 0
|
|
||||||
display_options:
|
|
||||||
fields:
|
|
||||||
visitors_id:
|
|
||||||
id: visitors_id
|
|
||||||
table: visitors
|
|
||||||
field: visitors_id
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
entity_type: null
|
|
||||||
entity_field: null
|
|
||||||
plugin_id: numeric
|
|
||||||
label: ID
|
|
||||||
exclude: false
|
|
||||||
alter:
|
|
||||||
alter_text: false
|
|
||||||
text: ''
|
|
||||||
make_link: false
|
|
||||||
path: ''
|
|
||||||
absolute: false
|
|
||||||
external: false
|
|
||||||
replace_spaces: false
|
|
||||||
path_case: none
|
|
||||||
trim_whitespace: false
|
|
||||||
alt: ''
|
|
||||||
rel: ''
|
|
||||||
link_class: ''
|
|
||||||
prefix: ''
|
|
||||||
suffix: ''
|
|
||||||
target: ''
|
|
||||||
nl2br: false
|
|
||||||
max_length: 0
|
|
||||||
word_boundary: true
|
|
||||||
ellipsis: true
|
|
||||||
more_link: false
|
|
||||||
more_link_text: ''
|
|
||||||
more_link_path: ''
|
|
||||||
strip_tags: false
|
|
||||||
trim: false
|
|
||||||
preserve_tags: ''
|
|
||||||
html: false
|
|
||||||
element_type: ''
|
|
||||||
element_class: ''
|
|
||||||
element_label_type: ''
|
|
||||||
element_label_class: ''
|
|
||||||
element_label_colon: true
|
|
||||||
element_wrapper_type: ''
|
|
||||||
element_wrapper_class: ''
|
|
||||||
element_default_classes: true
|
|
||||||
empty: ''
|
|
||||||
hide_empty: false
|
|
||||||
empty_zero: false
|
|
||||||
hide_alter_empty: true
|
|
||||||
set_precision: false
|
|
||||||
precision: 0
|
|
||||||
decimal: .
|
|
||||||
separator: ''
|
|
||||||
format_plural: false
|
|
||||||
format_plural_string: !!binary MQNAY291bnQ=
|
|
||||||
prefix: ''
|
|
||||||
suffix: ''
|
|
||||||
visitors_date_time:
|
|
||||||
id: visitors_date_time
|
|
||||||
table: visitors
|
|
||||||
field: visitors_date_time
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
plugin_id: date
|
|
||||||
label: Date
|
|
||||||
exclude: false
|
|
||||||
alter:
|
|
||||||
alter_text: false
|
|
||||||
text: ''
|
|
||||||
make_link: false
|
|
||||||
path: ''
|
|
||||||
absolute: false
|
|
||||||
external: false
|
|
||||||
replace_spaces: false
|
|
||||||
path_case: none
|
|
||||||
trim_whitespace: false
|
|
||||||
alt: ''
|
|
||||||
rel: ''
|
|
||||||
link_class: ''
|
|
||||||
prefix: ''
|
|
||||||
suffix: ''
|
|
||||||
target: ''
|
|
||||||
nl2br: false
|
|
||||||
max_length: 0
|
|
||||||
word_boundary: true
|
|
||||||
ellipsis: true
|
|
||||||
more_link: false
|
|
||||||
more_link_text: ''
|
|
||||||
more_link_path: ''
|
|
||||||
strip_tags: false
|
|
||||||
trim: false
|
|
||||||
preserve_tags: ''
|
|
||||||
html: false
|
|
||||||
element_type: ''
|
|
||||||
element_class: ''
|
|
||||||
element_label_type: ''
|
|
||||||
element_label_class: ''
|
|
||||||
element_label_colon: true
|
|
||||||
element_wrapper_type: ''
|
|
||||||
element_wrapper_class: ''
|
|
||||||
element_default_classes: true
|
|
||||||
empty: ''
|
|
||||||
hide_empty: false
|
|
||||||
empty_zero: false
|
|
||||||
hide_alter_empty: true
|
|
||||||
date_format: short
|
|
||||||
custom_date_format: ''
|
|
||||||
timezone: ''
|
|
||||||
visitors_url:
|
|
||||||
id: visitors_url
|
|
||||||
table: visitors
|
|
||||||
field: visitors_url
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
plugin_id: standard
|
|
||||||
label: URL
|
|
||||||
exclude: false
|
|
||||||
alter:
|
|
||||||
alter_text: false
|
|
||||||
text: ''
|
|
||||||
make_link: false
|
|
||||||
path: ''
|
|
||||||
absolute: false
|
|
||||||
external: false
|
|
||||||
replace_spaces: false
|
|
||||||
path_case: none
|
|
||||||
trim_whitespace: false
|
|
||||||
alt: ''
|
|
||||||
rel: ''
|
|
||||||
link_class: ''
|
|
||||||
prefix: ''
|
|
||||||
suffix: ''
|
|
||||||
target: ''
|
|
||||||
nl2br: false
|
|
||||||
max_length: 0
|
|
||||||
word_boundary: true
|
|
||||||
ellipsis: true
|
|
||||||
more_link: false
|
|
||||||
more_link_text: ''
|
|
||||||
more_link_path: ''
|
|
||||||
strip_tags: false
|
|
||||||
trim: false
|
|
||||||
preserve_tags: ''
|
|
||||||
html: false
|
|
||||||
element_type: ''
|
|
||||||
element_class: ''
|
|
||||||
element_label_type: ''
|
|
||||||
element_label_class: ''
|
|
||||||
element_label_colon: true
|
|
||||||
element_wrapper_type: ''
|
|
||||||
element_wrapper_class: ''
|
|
||||||
element_default_classes: true
|
|
||||||
empty: ''
|
|
||||||
hide_empty: false
|
|
||||||
empty_zero: false
|
|
||||||
hide_alter_empty: true
|
|
||||||
name:
|
|
||||||
id: name
|
|
||||||
table: users_field_data
|
|
||||||
field: name
|
|
||||||
relationship: visitors_uid
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
entity_type: user
|
|
||||||
entity_field: name
|
|
||||||
plugin_id: field
|
|
||||||
label: User
|
|
||||||
exclude: false
|
|
||||||
alter:
|
|
||||||
alter_text: false
|
|
||||||
text: ''
|
|
||||||
make_link: false
|
|
||||||
path: ''
|
|
||||||
absolute: false
|
|
||||||
external: false
|
|
||||||
replace_spaces: false
|
|
||||||
path_case: none
|
|
||||||
trim_whitespace: false
|
|
||||||
alt: ''
|
|
||||||
rel: ''
|
|
||||||
link_class: ''
|
|
||||||
prefix: ''
|
|
||||||
suffix: ''
|
|
||||||
target: ''
|
|
||||||
nl2br: false
|
|
||||||
max_length: 0
|
|
||||||
word_boundary: true
|
|
||||||
ellipsis: true
|
|
||||||
more_link: false
|
|
||||||
more_link_text: ''
|
|
||||||
more_link_path: ''
|
|
||||||
strip_tags: false
|
|
||||||
trim: false
|
|
||||||
preserve_tags: ''
|
|
||||||
html: false
|
|
||||||
element_type: ''
|
|
||||||
element_class: ''
|
|
||||||
element_label_type: ''
|
|
||||||
element_label_class: ''
|
|
||||||
element_label_colon: true
|
|
||||||
element_wrapper_type: ''
|
|
||||||
element_wrapper_class: ''
|
|
||||||
element_default_classes: true
|
|
||||||
empty: ''
|
|
||||||
hide_empty: false
|
|
||||||
empty_zero: false
|
|
||||||
hide_alter_empty: true
|
|
||||||
click_sort_column: value
|
|
||||||
type: user_name
|
|
||||||
settings:
|
|
||||||
link_to_entity: true
|
|
||||||
group_column: value
|
|
||||||
group_columns: { }
|
|
||||||
group_rows: true
|
|
||||||
delta_limit: 0
|
|
||||||
delta_offset: 0
|
|
||||||
delta_reversed: false
|
|
||||||
delta_first_last: false
|
|
||||||
multi_type: separator
|
|
||||||
separator: ', '
|
|
||||||
field_api_classes: false
|
|
||||||
nothing:
|
|
||||||
id: nothing
|
|
||||||
table: views
|
|
||||||
field: nothing
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
plugin_id: custom
|
|
||||||
label: Details
|
|
||||||
exclude: false
|
|
||||||
alter:
|
|
||||||
alter_text: true
|
|
||||||
text: details
|
|
||||||
make_link: true
|
|
||||||
path: 'internal:/visitors/hits/{{ visitors_id }}'
|
|
||||||
absolute: false
|
|
||||||
external: false
|
|
||||||
replace_spaces: false
|
|
||||||
path_case: none
|
|
||||||
trim_whitespace: false
|
|
||||||
alt: ''
|
|
||||||
rel: ''
|
|
||||||
link_class: ''
|
|
||||||
prefix: ''
|
|
||||||
suffix: ''
|
|
||||||
target: ''
|
|
||||||
nl2br: false
|
|
||||||
max_length: 0
|
|
||||||
word_boundary: true
|
|
||||||
ellipsis: true
|
|
||||||
more_link: false
|
|
||||||
more_link_text: ''
|
|
||||||
more_link_path: ''
|
|
||||||
strip_tags: false
|
|
||||||
trim: false
|
|
||||||
preserve_tags: ''
|
|
||||||
html: false
|
|
||||||
element_type: ''
|
|
||||||
element_class: ''
|
|
||||||
element_label_type: ''
|
|
||||||
element_label_class: ''
|
|
||||||
element_label_colon: true
|
|
||||||
element_wrapper_type: ''
|
|
||||||
element_wrapper_class: ''
|
|
||||||
element_default_classes: true
|
|
||||||
empty: ''
|
|
||||||
hide_empty: false
|
|
||||||
empty_zero: false
|
|
||||||
hide_alter_empty: false
|
|
||||||
pager:
|
|
||||||
type: full
|
|
||||||
options:
|
|
||||||
offset: 0
|
|
||||||
items_per_page: 10
|
|
||||||
total_pages: null
|
|
||||||
id: 0
|
|
||||||
tags:
|
|
||||||
next: ››
|
|
||||||
previous: ‹‹
|
|
||||||
first: '« First'
|
|
||||||
last: 'Last »'
|
|
||||||
expose:
|
|
||||||
items_per_page: false
|
|
||||||
items_per_page_label: 'Items per page'
|
|
||||||
items_per_page_options: '5, 10, 25, 50'
|
|
||||||
items_per_page_options_all: false
|
|
||||||
items_per_page_options_all_label: '- All -'
|
|
||||||
offset: false
|
|
||||||
offset_label: Offset
|
|
||||||
quantity: 9
|
|
||||||
pagination_heading_level: h4
|
|
||||||
exposed_form:
|
|
||||||
type: basic
|
|
||||||
options:
|
|
||||||
submit_button: Apply
|
|
||||||
reset_button: false
|
|
||||||
reset_button_label: Reset
|
|
||||||
exposed_sorts_label: 'Sort by'
|
|
||||||
expose_sort_order: true
|
|
||||||
sort_asc_label: Asc
|
|
||||||
sort_desc_label: Desc
|
|
||||||
access:
|
|
||||||
type: none
|
|
||||||
options: { }
|
|
||||||
cache:
|
|
||||||
type: none
|
|
||||||
options: { }
|
|
||||||
empty: { }
|
|
||||||
sorts: { }
|
|
||||||
arguments:
|
|
||||||
route:
|
|
||||||
id: route
|
|
||||||
table: visitors
|
|
||||||
field: route
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
plugin_id: string
|
|
||||||
default_action: ignore
|
|
||||||
exception:
|
|
||||||
value: all
|
|
||||||
title_enable: false
|
|
||||||
title: All
|
|
||||||
title_enable: false
|
|
||||||
title: ''
|
|
||||||
default_argument_type: fixed
|
|
||||||
default_argument_options:
|
|
||||||
argument: ''
|
|
||||||
summary_options:
|
|
||||||
base_path: ''
|
|
||||||
count: true
|
|
||||||
override: false
|
|
||||||
items_per_page: 25
|
|
||||||
summary:
|
|
||||||
sort_order: asc
|
|
||||||
number_of_records: 0
|
|
||||||
format: default_summary
|
|
||||||
specify_validation: false
|
|
||||||
validate:
|
|
||||||
type: none
|
|
||||||
fail: 'not found'
|
|
||||||
validate_options: { }
|
|
||||||
glossary: false
|
|
||||||
limit: 0
|
|
||||||
case: none
|
|
||||||
path_case: none
|
|
||||||
transform_dash: false
|
|
||||||
break_phrase: false
|
|
||||||
filters:
|
|
||||||
visitors_date_time:
|
|
||||||
id: visitors_date_time
|
|
||||||
table: visitors
|
|
||||||
field: visitors_date_time
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
plugin_id: visitors_date
|
|
||||||
operator: between
|
|
||||||
value:
|
|
||||||
min: from
|
|
||||||
max: to
|
|
||||||
value: ''
|
|
||||||
type: global
|
|
||||||
group: 1
|
|
||||||
exposed: false
|
|
||||||
expose:
|
|
||||||
operator_id: ''
|
|
||||||
label: ''
|
|
||||||
description: ''
|
|
||||||
use_operator: false
|
|
||||||
operator: ''
|
|
||||||
operator_limit_selection: false
|
|
||||||
operator_list: { }
|
|
||||||
identifier: ''
|
|
||||||
required: false
|
|
||||||
remember: false
|
|
||||||
multiple: false
|
|
||||||
remember_roles:
|
|
||||||
authenticated: authenticated
|
|
||||||
min_placeholder: ''
|
|
||||||
max_placeholder: ''
|
|
||||||
placeholder: ''
|
|
||||||
is_grouped: false
|
|
||||||
group_info:
|
|
||||||
label: ''
|
|
||||||
description: ''
|
|
||||||
identifier: ''
|
|
||||||
optional: true
|
|
||||||
widget: select
|
|
||||||
multiple: false
|
|
||||||
remember: false
|
|
||||||
default_group: All
|
|
||||||
default_group_multiple: { }
|
|
||||||
group_items: { }
|
|
||||||
bot:
|
|
||||||
id: bot
|
|
||||||
table: visitors
|
|
||||||
field: bot
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
plugin_id: boolean
|
|
||||||
operator: '='
|
|
||||||
value: '0'
|
|
||||||
group: 1
|
|
||||||
exposed: false
|
|
||||||
expose:
|
|
||||||
operator_id: ''
|
|
||||||
label: ''
|
|
||||||
description: ''
|
|
||||||
use_operator: false
|
|
||||||
operator: ''
|
|
||||||
operator_limit_selection: false
|
|
||||||
operator_list: { }
|
|
||||||
identifier: ''
|
|
||||||
required: false
|
|
||||||
remember: false
|
|
||||||
multiple: false
|
|
||||||
remember_roles:
|
|
||||||
authenticated: authenticated
|
|
||||||
is_grouped: false
|
|
||||||
group_info:
|
|
||||||
label: ''
|
|
||||||
description: ''
|
|
||||||
identifier: ''
|
|
||||||
optional: true
|
|
||||||
widget: select
|
|
||||||
multiple: false
|
|
||||||
remember: false
|
|
||||||
default_group: All
|
|
||||||
default_group_multiple: { }
|
|
||||||
group_items: { }
|
|
||||||
style:
|
|
||||||
type: table
|
|
||||||
options:
|
|
||||||
grouping: { }
|
|
||||||
row_class: ''
|
|
||||||
default_row_class: true
|
|
||||||
columns:
|
|
||||||
visitors_id: visitors_id
|
|
||||||
default: visitors_id
|
|
||||||
info:
|
|
||||||
visitors_id:
|
|
||||||
sortable: true
|
|
||||||
default_sort_order: desc
|
|
||||||
align: ''
|
|
||||||
separator: ''
|
|
||||||
empty_column: false
|
|
||||||
responsive: ''
|
|
||||||
override: true
|
|
||||||
sticky: false
|
|
||||||
summary: ''
|
|
||||||
empty_table: false
|
|
||||||
caption: ''
|
|
||||||
description: ''
|
|
||||||
row:
|
|
||||||
type: fields
|
|
||||||
options:
|
|
||||||
default_field_elements: true
|
|
||||||
inline: { }
|
|
||||||
separator: ''
|
|
||||||
hide_empty: false
|
|
||||||
query:
|
|
||||||
type: views_query
|
|
||||||
options:
|
|
||||||
query_comment: ''
|
|
||||||
disable_sql_rewrite: false
|
|
||||||
distinct: false
|
|
||||||
replica: false
|
|
||||||
query_tags: { }
|
|
||||||
relationships:
|
|
||||||
visitors_uid:
|
|
||||||
id: visitors_uid
|
|
||||||
table: visitors
|
|
||||||
field: visitors_uid
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: uid
|
|
||||||
plugin_id: standard
|
|
||||||
required: false
|
|
||||||
use_ajax: true
|
|
||||||
header:
|
|
||||||
result:
|
|
||||||
id: result
|
|
||||||
table: views
|
|
||||||
field: result
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
plugin_id: result
|
|
||||||
empty: false
|
|
||||||
content: 'Displaying @start - @end of @total'
|
|
||||||
footer: { }
|
|
||||||
display_extenders: { }
|
|
||||||
cache_metadata:
|
|
||||||
max-age: -1
|
|
||||||
contexts:
|
|
||||||
- 'languages:language_content'
|
|
||||||
- 'languages:language_interface'
|
|
||||||
- url
|
|
||||||
- url.query_args
|
|
||||||
tags: { }
|
|
||||||
host:
|
|
||||||
id: host
|
|
||||||
display_title: Host
|
|
||||||
display_plugin: embed
|
|
||||||
position: 2
|
|
||||||
display_options:
|
|
||||||
arguments:
|
|
||||||
visitors_ip:
|
|
||||||
id: visitors_ip
|
|
||||||
table: visitors
|
|
||||||
field: visitors_ip
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
plugin_id: string
|
|
||||||
default_action: ignore
|
|
||||||
exception:
|
|
||||||
value: all
|
|
||||||
title_enable: false
|
|
||||||
title: All
|
|
||||||
title_enable: false
|
|
||||||
title: ''
|
|
||||||
default_argument_type: fixed
|
|
||||||
default_argument_options:
|
|
||||||
argument: ''
|
|
||||||
summary_options:
|
|
||||||
base_path: ''
|
|
||||||
count: true
|
|
||||||
override: false
|
|
||||||
items_per_page: 25
|
|
||||||
summary:
|
|
||||||
sort_order: asc
|
|
||||||
number_of_records: 0
|
|
||||||
format: default_summary
|
|
||||||
specify_validation: false
|
|
||||||
validate:
|
|
||||||
type: none
|
|
||||||
fail: 'not found'
|
|
||||||
validate_options: { }
|
|
||||||
glossary: false
|
|
||||||
limit: 0
|
|
||||||
case: none
|
|
||||||
path_case: none
|
|
||||||
transform_dash: false
|
|
||||||
break_phrase: false
|
|
||||||
defaults:
|
|
||||||
arguments: false
|
|
||||||
display_description: ''
|
|
||||||
display_extenders: { }
|
|
||||||
cache_metadata:
|
|
||||||
max-age: -1
|
|
||||||
contexts:
|
|
||||||
- 'languages:language_content'
|
|
||||||
- 'languages:language_interface'
|
|
||||||
- url
|
|
||||||
- url.query_args
|
|
||||||
tags: { }
|
|
||||||
recent:
|
|
||||||
id: recent
|
|
||||||
display_title: Route
|
|
||||||
display_plugin: embed
|
|
||||||
position: 1
|
|
||||||
display_options:
|
|
||||||
display_description: ''
|
|
||||||
display_extenders: { }
|
|
||||||
cache_metadata:
|
|
||||||
max-age: -1
|
|
||||||
contexts:
|
|
||||||
- 'languages:language_content'
|
|
||||||
- 'languages:language_interface'
|
|
||||||
- url
|
|
||||||
- url.query_args
|
|
||||||
tags: { }
|
|
|
@ -1,629 +0,0 @@
|
||||||
uuid: da24ea8c-fe72-403b-993c-cdb86f67c850
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- visitors
|
|
||||||
_core:
|
|
||||||
default_config_hash: cTLBGAStQ2AurD9E0bTRb3gehMNf9MJvf2AD5y6Mb7o
|
|
||||||
id: visitors_top_visits
|
|
||||||
label: 'Top Visits'
|
|
||||||
module: views
|
|
||||||
description: ''
|
|
||||||
tag: ''
|
|
||||||
base_table: visitors
|
|
||||||
base_field: ''
|
|
||||||
display:
|
|
||||||
default:
|
|
||||||
id: default
|
|
||||||
display_title: Default
|
|
||||||
display_plugin: default
|
|
||||||
position: 0
|
|
||||||
display_options:
|
|
||||||
fields:
|
|
||||||
visitors_path:
|
|
||||||
id: visitors_path
|
|
||||||
table: visitors
|
|
||||||
field: visitors_path
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
plugin_id: standard
|
|
||||||
label: Path
|
|
||||||
exclude: false
|
|
||||||
alter:
|
|
||||||
alter_text: false
|
|
||||||
text: ''
|
|
||||||
make_link: false
|
|
||||||
path: ''
|
|
||||||
absolute: false
|
|
||||||
external: false
|
|
||||||
replace_spaces: false
|
|
||||||
path_case: none
|
|
||||||
trim_whitespace: false
|
|
||||||
alt: ''
|
|
||||||
rel: ''
|
|
||||||
link_class: ''
|
|
||||||
prefix: ''
|
|
||||||
suffix: ''
|
|
||||||
target: ''
|
|
||||||
nl2br: false
|
|
||||||
max_length: 0
|
|
||||||
word_boundary: true
|
|
||||||
ellipsis: true
|
|
||||||
more_link: false
|
|
||||||
more_link_text: ''
|
|
||||||
more_link_path: ''
|
|
||||||
strip_tags: false
|
|
||||||
trim: false
|
|
||||||
preserve_tags: ''
|
|
||||||
html: false
|
|
||||||
element_type: ''
|
|
||||||
element_class: ''
|
|
||||||
element_label_type: ''
|
|
||||||
element_label_class: ''
|
|
||||||
element_label_colon: true
|
|
||||||
element_wrapper_type: ''
|
|
||||||
element_wrapper_class: ''
|
|
||||||
element_default_classes: true
|
|
||||||
empty: ''
|
|
||||||
hide_empty: false
|
|
||||||
empty_zero: false
|
|
||||||
hide_alter_empty: true
|
|
||||||
visitors_id:
|
|
||||||
id: visitors_id
|
|
||||||
table: visitors
|
|
||||||
field: visitors_id
|
|
||||||
relationship: none
|
|
||||||
group_type: count
|
|
||||||
admin_label: ''
|
|
||||||
entity_type: null
|
|
||||||
entity_field: null
|
|
||||||
plugin_id: numeric
|
|
||||||
label: Visits
|
|
||||||
exclude: false
|
|
||||||
alter:
|
|
||||||
alter_text: false
|
|
||||||
text: ''
|
|
||||||
make_link: false
|
|
||||||
path: ''
|
|
||||||
absolute: false
|
|
||||||
external: false
|
|
||||||
replace_spaces: false
|
|
||||||
path_case: none
|
|
||||||
trim_whitespace: false
|
|
||||||
alt: ''
|
|
||||||
rel: ''
|
|
||||||
link_class: ''
|
|
||||||
prefix: ''
|
|
||||||
suffix: ''
|
|
||||||
target: ''
|
|
||||||
nl2br: false
|
|
||||||
max_length: 0
|
|
||||||
word_boundary: true
|
|
||||||
ellipsis: true
|
|
||||||
more_link: false
|
|
||||||
more_link_text: ''
|
|
||||||
more_link_path: ''
|
|
||||||
strip_tags: false
|
|
||||||
trim: false
|
|
||||||
preserve_tags: ''
|
|
||||||
html: false
|
|
||||||
element_type: ''
|
|
||||||
element_class: ''
|
|
||||||
element_label_type: ''
|
|
||||||
element_label_class: ''
|
|
||||||
element_label_colon: true
|
|
||||||
element_wrapper_type: ''
|
|
||||||
element_wrapper_class: ''
|
|
||||||
element_default_classes: true
|
|
||||||
empty: ''
|
|
||||||
hide_empty: false
|
|
||||||
empty_zero: false
|
|
||||||
hide_alter_empty: true
|
|
||||||
set_precision: false
|
|
||||||
precision: 0
|
|
||||||
decimal: .
|
|
||||||
separator: ','
|
|
||||||
format_plural: false
|
|
||||||
format_plural_string: 1\x03@count
|
|
||||||
prefix: ''
|
|
||||||
suffix: ''
|
|
||||||
pager:
|
|
||||||
type: full
|
|
||||||
options:
|
|
||||||
offset: 0
|
|
||||||
items_per_page: 10
|
|
||||||
total_pages: null
|
|
||||||
id: 0
|
|
||||||
tags:
|
|
||||||
next: ››
|
|
||||||
previous: ‹‹
|
|
||||||
first: '« First'
|
|
||||||
last: 'Last »'
|
|
||||||
expose:
|
|
||||||
items_per_page: false
|
|
||||||
items_per_page_label: 'Items per page'
|
|
||||||
items_per_page_options: '5, 10, 25, 50'
|
|
||||||
items_per_page_options_all: false
|
|
||||||
items_per_page_options_all_label: '- All -'
|
|
||||||
offset: false
|
|
||||||
offset_label: Offset
|
|
||||||
quantity: 9
|
|
||||||
pagination_heading_level: h4
|
|
||||||
exposed_form:
|
|
||||||
type: basic
|
|
||||||
options:
|
|
||||||
submit_button: Apply
|
|
||||||
reset_button: false
|
|
||||||
reset_button_label: Reset
|
|
||||||
exposed_sorts_label: 'Sort by'
|
|
||||||
expose_sort_order: true
|
|
||||||
sort_asc_label: Asc
|
|
||||||
sort_desc_label: Desc
|
|
||||||
access:
|
|
||||||
type: none
|
|
||||||
options: { }
|
|
||||||
cache:
|
|
||||||
type: none
|
|
||||||
options: { }
|
|
||||||
empty: { }
|
|
||||||
sorts: { }
|
|
||||||
arguments: { }
|
|
||||||
filters:
|
|
||||||
visitors_date_time:
|
|
||||||
id: visitors_date_time
|
|
||||||
table: visitors
|
|
||||||
field: visitors_date_time
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
plugin_id: visitors_date
|
|
||||||
operator: between
|
|
||||||
value:
|
|
||||||
min: from
|
|
||||||
max: to
|
|
||||||
value: ''
|
|
||||||
type: global
|
|
||||||
group: 1
|
|
||||||
exposed: false
|
|
||||||
expose:
|
|
||||||
operator_id: ''
|
|
||||||
label: ''
|
|
||||||
description: ''
|
|
||||||
use_operator: false
|
|
||||||
operator: ''
|
|
||||||
operator_limit_selection: false
|
|
||||||
operator_list: { }
|
|
||||||
identifier: ''
|
|
||||||
required: false
|
|
||||||
remember: false
|
|
||||||
multiple: false
|
|
||||||
remember_roles:
|
|
||||||
authenticated: authenticated
|
|
||||||
min_placeholder: ''
|
|
||||||
max_placeholder: ''
|
|
||||||
placeholder: ''
|
|
||||||
is_grouped: false
|
|
||||||
group_info:
|
|
||||||
label: ''
|
|
||||||
description: ''
|
|
||||||
identifier: ''
|
|
||||||
optional: true
|
|
||||||
widget: select
|
|
||||||
multiple: false
|
|
||||||
remember: false
|
|
||||||
default_group: All
|
|
||||||
default_group_multiple: { }
|
|
||||||
group_items: { }
|
|
||||||
bot:
|
|
||||||
id: bot
|
|
||||||
table: visitors
|
|
||||||
field: bot
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
plugin_id: boolean
|
|
||||||
operator: '='
|
|
||||||
value: '0'
|
|
||||||
group: 1
|
|
||||||
exposed: false
|
|
||||||
expose:
|
|
||||||
operator_id: ''
|
|
||||||
label: ''
|
|
||||||
description: ''
|
|
||||||
use_operator: false
|
|
||||||
operator: ''
|
|
||||||
operator_limit_selection: false
|
|
||||||
operator_list: { }
|
|
||||||
identifier: ''
|
|
||||||
required: false
|
|
||||||
remember: false
|
|
||||||
multiple: false
|
|
||||||
remember_roles:
|
|
||||||
authenticated: authenticated
|
|
||||||
is_grouped: false
|
|
||||||
group_info:
|
|
||||||
label: ''
|
|
||||||
description: ''
|
|
||||||
identifier: ''
|
|
||||||
optional: true
|
|
||||||
widget: select
|
|
||||||
multiple: false
|
|
||||||
remember: false
|
|
||||||
default_group: All
|
|
||||||
default_group_multiple: { }
|
|
||||||
group_items: { }
|
|
||||||
style:
|
|
||||||
type: table
|
|
||||||
options:
|
|
||||||
grouping: { }
|
|
||||||
row_class: ''
|
|
||||||
default_row_class: true
|
|
||||||
columns:
|
|
||||||
visitors_ip: visitors_ip
|
|
||||||
visitors_id: visitors_id
|
|
||||||
default: visitors_id
|
|
||||||
info:
|
|
||||||
visitors_ip:
|
|
||||||
sortable: true
|
|
||||||
default_sort_order: asc
|
|
||||||
align: ''
|
|
||||||
separator: ''
|
|
||||||
empty_column: false
|
|
||||||
responsive: ''
|
|
||||||
visitors_id:
|
|
||||||
sortable: true
|
|
||||||
default_sort_order: desc
|
|
||||||
align: ''
|
|
||||||
separator: ''
|
|
||||||
empty_column: false
|
|
||||||
responsive: ''
|
|
||||||
override: true
|
|
||||||
sticky: false
|
|
||||||
summary: ''
|
|
||||||
empty_table: false
|
|
||||||
caption: ''
|
|
||||||
description: ''
|
|
||||||
row:
|
|
||||||
type: fields
|
|
||||||
options:
|
|
||||||
default_field_elements: true
|
|
||||||
inline: { }
|
|
||||||
separator: ''
|
|
||||||
hide_empty: false
|
|
||||||
query:
|
|
||||||
type: views_query
|
|
||||||
options:
|
|
||||||
query_comment: ''
|
|
||||||
disable_sql_rewrite: false
|
|
||||||
distinct: false
|
|
||||||
replica: false
|
|
||||||
query_tags: { }
|
|
||||||
relationships: { }
|
|
||||||
use_ajax: true
|
|
||||||
group_by: true
|
|
||||||
header:
|
|
||||||
result:
|
|
||||||
id: result
|
|
||||||
table: views
|
|
||||||
field: result
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
plugin_id: result
|
|
||||||
empty: false
|
|
||||||
content: 'Displaying @start - @end of @total'
|
|
||||||
footer: { }
|
|
||||||
display_extenders: { }
|
|
||||||
cache_metadata:
|
|
||||||
max-age: -1
|
|
||||||
contexts:
|
|
||||||
- 'languages:language_interface'
|
|
||||||
- url.query_args
|
|
||||||
tags: { }
|
|
||||||
host:
|
|
||||||
id: host
|
|
||||||
display_title: Hosts
|
|
||||||
display_plugin: embed
|
|
||||||
position: 3
|
|
||||||
display_options:
|
|
||||||
fields:
|
|
||||||
visitors_ip:
|
|
||||||
id: visitors_ip
|
|
||||||
table: visitors
|
|
||||||
field: visitors_ip
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
plugin_id: standard
|
|
||||||
label: Host
|
|
||||||
exclude: false
|
|
||||||
alter:
|
|
||||||
alter_text: false
|
|
||||||
text: ''
|
|
||||||
make_link: true
|
|
||||||
path: 'internal:/visitors/hosts/{{ visitors_ip }}'
|
|
||||||
absolute: false
|
|
||||||
external: false
|
|
||||||
replace_spaces: false
|
|
||||||
path_case: none
|
|
||||||
trim_whitespace: false
|
|
||||||
alt: ''
|
|
||||||
rel: ''
|
|
||||||
link_class: ''
|
|
||||||
prefix: ''
|
|
||||||
suffix: ''
|
|
||||||
target: ''
|
|
||||||
nl2br: false
|
|
||||||
max_length: 0
|
|
||||||
word_boundary: true
|
|
||||||
ellipsis: true
|
|
||||||
more_link: false
|
|
||||||
more_link_text: ''
|
|
||||||
more_link_path: ''
|
|
||||||
strip_tags: false
|
|
||||||
trim: false
|
|
||||||
preserve_tags: ''
|
|
||||||
html: false
|
|
||||||
element_type: ''
|
|
||||||
element_class: ''
|
|
||||||
element_label_type: ''
|
|
||||||
element_label_class: ''
|
|
||||||
element_label_colon: true
|
|
||||||
element_wrapper_type: ''
|
|
||||||
element_wrapper_class: ''
|
|
||||||
element_default_classes: true
|
|
||||||
empty: ''
|
|
||||||
hide_empty: false
|
|
||||||
empty_zero: false
|
|
||||||
hide_alter_empty: true
|
|
||||||
visitors_id:
|
|
||||||
id: visitors_id
|
|
||||||
table: visitors
|
|
||||||
field: visitors_id
|
|
||||||
relationship: none
|
|
||||||
group_type: count
|
|
||||||
admin_label: ''
|
|
||||||
entity_type: null
|
|
||||||
entity_field: null
|
|
||||||
plugin_id: numeric
|
|
||||||
label: Visits
|
|
||||||
exclude: false
|
|
||||||
alter:
|
|
||||||
alter_text: false
|
|
||||||
text: ''
|
|
||||||
make_link: false
|
|
||||||
path: ''
|
|
||||||
absolute: false
|
|
||||||
external: false
|
|
||||||
replace_spaces: false
|
|
||||||
path_case: none
|
|
||||||
trim_whitespace: false
|
|
||||||
alt: ''
|
|
||||||
rel: ''
|
|
||||||
link_class: ''
|
|
||||||
prefix: ''
|
|
||||||
suffix: ''
|
|
||||||
target: ''
|
|
||||||
nl2br: false
|
|
||||||
max_length: 0
|
|
||||||
word_boundary: true
|
|
||||||
ellipsis: true
|
|
||||||
more_link: false
|
|
||||||
more_link_text: ''
|
|
||||||
more_link_path: ''
|
|
||||||
strip_tags: false
|
|
||||||
trim: false
|
|
||||||
preserve_tags: ''
|
|
||||||
html: false
|
|
||||||
element_type: ''
|
|
||||||
element_class: ''
|
|
||||||
element_label_type: ''
|
|
||||||
element_label_class: ''
|
|
||||||
element_label_colon: true
|
|
||||||
element_wrapper_type: ''
|
|
||||||
element_wrapper_class: ''
|
|
||||||
element_default_classes: true
|
|
||||||
empty: ''
|
|
||||||
hide_empty: false
|
|
||||||
empty_zero: false
|
|
||||||
hide_alter_empty: true
|
|
||||||
set_precision: false
|
|
||||||
precision: 0
|
|
||||||
decimal: .
|
|
||||||
separator: ','
|
|
||||||
format_plural: false
|
|
||||||
format_plural_string: 1\x03@count
|
|
||||||
prefix: ''
|
|
||||||
suffix: ''
|
|
||||||
defaults:
|
|
||||||
fields: false
|
|
||||||
display_description: ''
|
|
||||||
display_extenders: { }
|
|
||||||
cache_metadata:
|
|
||||||
max-age: -1
|
|
||||||
contexts:
|
|
||||||
- 'languages:language_interface'
|
|
||||||
- url.query_args
|
|
||||||
tags: { }
|
|
||||||
path:
|
|
||||||
id: path
|
|
||||||
display_title: Paths
|
|
||||||
display_plugin: embed
|
|
||||||
position: 1
|
|
||||||
display_options:
|
|
||||||
style:
|
|
||||||
type: table
|
|
||||||
options:
|
|
||||||
grouping: { }
|
|
||||||
row_class: ''
|
|
||||||
default_row_class: true
|
|
||||||
columns:
|
|
||||||
visitors_path: visitors_path
|
|
||||||
visitors_id: visitors_id
|
|
||||||
default: visitors_id
|
|
||||||
info:
|
|
||||||
visitors_path:
|
|
||||||
sortable: true
|
|
||||||
default_sort_order: asc
|
|
||||||
align: ''
|
|
||||||
separator: ''
|
|
||||||
empty_column: false
|
|
||||||
responsive: ''
|
|
||||||
visitors_id:
|
|
||||||
sortable: true
|
|
||||||
default_sort_order: desc
|
|
||||||
align: ''
|
|
||||||
separator: ''
|
|
||||||
empty_column: false
|
|
||||||
responsive: ''
|
|
||||||
override: true
|
|
||||||
sticky: false
|
|
||||||
summary: ''
|
|
||||||
empty_table: false
|
|
||||||
caption: ''
|
|
||||||
description: ''
|
|
||||||
row:
|
|
||||||
type: fields
|
|
||||||
options:
|
|
||||||
default_field_elements: true
|
|
||||||
inline: { }
|
|
||||||
separator: ''
|
|
||||||
hide_empty: false
|
|
||||||
defaults:
|
|
||||||
style: false
|
|
||||||
row: false
|
|
||||||
display_description: ''
|
|
||||||
display_extenders: { }
|
|
||||||
cache_metadata:
|
|
||||||
max-age: -1
|
|
||||||
contexts:
|
|
||||||
- 'languages:language_interface'
|
|
||||||
- url.query_args
|
|
||||||
tags: { }
|
|
||||||
route:
|
|
||||||
id: route
|
|
||||||
display_title: Routes
|
|
||||||
display_plugin: embed
|
|
||||||
position: 2
|
|
||||||
display_options:
|
|
||||||
fields:
|
|
||||||
route:
|
|
||||||
id: route
|
|
||||||
table: visitors
|
|
||||||
field: route
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
plugin_id: standard
|
|
||||||
label: Route
|
|
||||||
exclude: false
|
|
||||||
alter:
|
|
||||||
alter_text: false
|
|
||||||
text: ''
|
|
||||||
make_link: true
|
|
||||||
path: 'internal:/visitors/route/{{ route }}'
|
|
||||||
absolute: false
|
|
||||||
external: false
|
|
||||||
replace_spaces: false
|
|
||||||
path_case: none
|
|
||||||
trim_whitespace: false
|
|
||||||
alt: ''
|
|
||||||
rel: ''
|
|
||||||
link_class: ''
|
|
||||||
prefix: ''
|
|
||||||
suffix: ''
|
|
||||||
target: ''
|
|
||||||
nl2br: false
|
|
||||||
max_length: 0
|
|
||||||
word_boundary: true
|
|
||||||
ellipsis: true
|
|
||||||
more_link: false
|
|
||||||
more_link_text: ''
|
|
||||||
more_link_path: ''
|
|
||||||
strip_tags: false
|
|
||||||
trim: false
|
|
||||||
preserve_tags: ''
|
|
||||||
html: false
|
|
||||||
element_type: ''
|
|
||||||
element_class: ''
|
|
||||||
element_label_type: ''
|
|
||||||
element_label_class: ''
|
|
||||||
element_label_colon: true
|
|
||||||
element_wrapper_type: ''
|
|
||||||
element_wrapper_class: ''
|
|
||||||
element_default_classes: true
|
|
||||||
empty: ''
|
|
||||||
hide_empty: false
|
|
||||||
empty_zero: false
|
|
||||||
hide_alter_empty: true
|
|
||||||
visitors_id:
|
|
||||||
id: visitors_id
|
|
||||||
table: visitors
|
|
||||||
field: visitors_id
|
|
||||||
relationship: none
|
|
||||||
group_type: count
|
|
||||||
admin_label: ''
|
|
||||||
entity_type: null
|
|
||||||
entity_field: null
|
|
||||||
plugin_id: numeric
|
|
||||||
label: Visits
|
|
||||||
exclude: false
|
|
||||||
alter:
|
|
||||||
alter_text: false
|
|
||||||
text: ''
|
|
||||||
make_link: false
|
|
||||||
path: ''
|
|
||||||
absolute: false
|
|
||||||
external: false
|
|
||||||
replace_spaces: false
|
|
||||||
path_case: none
|
|
||||||
trim_whitespace: false
|
|
||||||
alt: ''
|
|
||||||
rel: ''
|
|
||||||
link_class: ''
|
|
||||||
prefix: ''
|
|
||||||
suffix: ''
|
|
||||||
target: ''
|
|
||||||
nl2br: false
|
|
||||||
max_length: 0
|
|
||||||
word_boundary: true
|
|
||||||
ellipsis: true
|
|
||||||
more_link: false
|
|
||||||
more_link_text: ''
|
|
||||||
more_link_path: ''
|
|
||||||
strip_tags: false
|
|
||||||
trim: false
|
|
||||||
preserve_tags: ''
|
|
||||||
html: false
|
|
||||||
element_type: ''
|
|
||||||
element_class: ''
|
|
||||||
element_label_type: ''
|
|
||||||
element_label_class: ''
|
|
||||||
element_label_colon: true
|
|
||||||
element_wrapper_type: ''
|
|
||||||
element_wrapper_class: ''
|
|
||||||
element_default_classes: true
|
|
||||||
empty: ''
|
|
||||||
hide_empty: false
|
|
||||||
empty_zero: false
|
|
||||||
hide_alter_empty: true
|
|
||||||
set_precision: false
|
|
||||||
precision: 0
|
|
||||||
decimal: .
|
|
||||||
separator: ','
|
|
||||||
format_plural: false
|
|
||||||
format_plural_string: 1\x03@count
|
|
||||||
prefix: ''
|
|
||||||
suffix: ''
|
|
||||||
defaults:
|
|
||||||
fields: false
|
|
||||||
display_description: ''
|
|
||||||
display_extenders: { }
|
|
||||||
cache_metadata:
|
|
||||||
max-age: -1
|
|
||||||
contexts:
|
|
||||||
- 'languages:language_interface'
|
|
||||||
- url.query_args
|
|
||||||
tags: { }
|
|
|
@ -1,7 +1,5 @@
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: 9EvDriR0owqXpyJGQ9jcg2YlrreIuyI2j4Hxh7Cdx3c
|
default_config_hash: 9EvDriR0owqXpyJGQ9jcg2YlrreIuyI2j4Hxh7Cdx3c
|
||||||
chart_height: 430
|
|
||||||
chart_width: 700
|
|
||||||
flush_log_timer: 0
|
flush_log_timer: 0
|
||||||
bot_retention_log: 0
|
bot_retention_log: 0
|
||||||
items_per_page: 10
|
items_per_page: 10
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue