Apply database updates
This commit is contained in:
parent
c23d471489
commit
ed3029d217
51 changed files with 2521 additions and 38 deletions
|
@ -1,5 +1,6 @@
|
|||
_core:
|
||||
default_config_hash: NX6_WyjygzZfQY-9SZq6_5fmh_KUK7L0XlOqaAXkRCQ
|
||||
langcode: en
|
||||
interval: 60000
|
||||
only_on_form_change: false
|
||||
active_on:
|
||||
|
|
|
@ -6,5 +6,5 @@ _core:
|
|||
default_config_hash: pOGP3cCvZKJh3KvC3N1wt5CzxZgG0DOu7KDyFMi3gZw
|
||||
id: slide
|
||||
label: Slide
|
||||
revision: 1
|
||||
revision: true
|
||||
description: ''
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
_core:
|
||||
default_config_hash: QDFjOXYIYVwCPQYHY4wAx4DUqOEkNaZokIx6DGApR9I
|
||||
_core: null
|
||||
langcode: en
|
||||
enable_globally: 0
|
||||
enable_globally_on_admin_routes: false
|
||||
default_challenge: riddler/Riddler
|
||||
|
@ -12,3 +12,4 @@ default_validation: 1
|
|||
persistence: 1
|
||||
enable_stats: false
|
||||
log_wrong_responses: true
|
||||
default_config_hash: QDFjOXYIYVwCPQYHY4wAx4DUqOEkNaZokIx6DGApR9I
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
_core:
|
||||
default_config_hash: y7oCzsZ-B0R-nyeSFO1f2h9BEChUQGSZT-3cqXd-sLE
|
||||
langcode: en
|
||||
bundle_types: { }
|
||||
available_alerts:
|
||||
1: true
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
uuid: 7d22051c-41f5-432d-9dd4-89e810796d7a
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- admin_toolbar_links_access_filter
|
||||
id: config_sync.module.admin_toolbar_links_access_filter
|
||||
snapshotSet: config_sync
|
||||
extensionType: module
|
||||
extensionName: admin_toolbar_links_access_filter
|
||||
items: { }
|
|
@ -3,7 +3,6 @@ _core:
|
|||
module:
|
||||
action: 0
|
||||
admin_toolbar: 0
|
||||
admin_toolbar_links_access_filter: 0
|
||||
admin_toolbar_search: 0
|
||||
admin_toolbar_tools: 0
|
||||
antibot: 0
|
||||
|
|
|
@ -66,7 +66,7 @@ image_upload:
|
|||
status: true
|
||||
scheme: public
|
||||
directory: inline-images
|
||||
max_size: ''
|
||||
max_size: null
|
||||
max_dimensions:
|
||||
width: 0
|
||||
height: 0
|
||||
width: null
|
||||
height: null
|
||||
|
|
|
@ -50,4 +50,5 @@ settings:
|
|||
linkit_profile: default
|
||||
media_media:
|
||||
allow_view_mode_override: false
|
||||
image_upload: { }
|
||||
image_upload:
|
||||
status: false
|
||||
|
|
|
@ -42,9 +42,3 @@ settings:
|
|||
method: force
|
||||
image_upload:
|
||||
status: false
|
||||
scheme: public
|
||||
directory: inline-images
|
||||
max_size: ''
|
||||
max_dimensions:
|
||||
width: null
|
||||
height: null
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
_core:
|
||||
default_config_hash: x8k6uOqmSHPqpp71jYGxHF3_SAs3U-Pha3YCntQIhPU
|
||||
langcode: en
|
||||
api_key: null
|
||||
domain: ''
|
||||
use_oauth: false
|
||||
|
|
|
@ -13,7 +13,7 @@ _core:
|
|||
name: Article
|
||||
type: article
|
||||
description: 'Use <em>articles</em> for time-sensitive content like news, press releases or blog posts.'
|
||||
help: ''
|
||||
help: null
|
||||
new_revision: true
|
||||
preview_mode: 0
|
||||
display_submitted: true
|
||||
|
|
|
@ -14,7 +14,7 @@ _core:
|
|||
name: Blog
|
||||
type: blog
|
||||
description: 'Use <em>blog</em> for personal or journal-like posts.'
|
||||
help: ''
|
||||
help: null
|
||||
new_revision: true
|
||||
preview_mode: 0
|
||||
display_submitted: true
|
||||
|
|
|
@ -14,7 +14,7 @@ _core:
|
|||
name: Collection
|
||||
type: collection
|
||||
description: 'Create a <em>collection</em> to bring together ordered listings of Articles, Blog posts, or other content. This is useful for magazine issues or online books (referencing each chapter) or to create a meta-resource of recommended resources and people.'
|
||||
help: ''
|
||||
help: null
|
||||
new_revision: true
|
||||
preview_mode: 1
|
||||
display_submitted: false
|
||||
|
|
|
@ -12,7 +12,7 @@ third_party_settings:
|
|||
name: Gleaning
|
||||
type: gleaning
|
||||
description: 'A gleaning is a quick link to material posted somewhere else online. It should have a title, a link, and can also have a comment. '
|
||||
help: ''
|
||||
help: null
|
||||
new_revision: true
|
||||
preview_mode: 0
|
||||
display_submitted: false
|
||||
|
|
|
@ -14,7 +14,7 @@ _core:
|
|||
name: 'Landing page (DEPRECATED)'
|
||||
type: landing_page
|
||||
description: 'Use Page instead. (Landing pages can be used for custom pages such as the home page.)'
|
||||
help: ''
|
||||
help: null
|
||||
new_revision: true
|
||||
preview_mode: 1
|
||||
display_submitted: false
|
||||
|
|
|
@ -15,7 +15,7 @@ _core:
|
|||
name: Page
|
||||
type: page
|
||||
description: "Use <em>pages</em> for your basic static content, such as an 'About us' page."
|
||||
help: ''
|
||||
help: null
|
||||
new_revision: true
|
||||
preview_mode: 0
|
||||
display_submitted: false
|
||||
|
|
|
@ -14,7 +14,7 @@ _core:
|
|||
name: Person
|
||||
type: people
|
||||
description: 'Use the <em>person</em> content type for people such as staff, volunteers, contributors.'
|
||||
help: ''
|
||||
help: null
|
||||
new_revision: true
|
||||
preview_mode: 0
|
||||
display_submitted: false
|
||||
|
|
|
@ -3,4 +3,4 @@ _core:
|
|||
threshold:
|
||||
requirements_warning: 172800
|
||||
requirements_error: 1209600
|
||||
logging: 1
|
||||
logging: true
|
||||
|
|
|
@ -2,7 +2,7 @@ _core:
|
|||
default_config_hash: V9UurX2GPT05NWKG9f2GWQqFG2TRG8vczidwjpy7Woo
|
||||
first_day: 0
|
||||
country:
|
||||
default: ''
|
||||
default: null
|
||||
timezone:
|
||||
default: UTC
|
||||
user:
|
||||
|
|
|
@ -8,3 +8,4 @@ name: 'Article type'
|
|||
vid: article_type
|
||||
description: 'For categorizing articles.'
|
||||
weight: 0
|
||||
new_revision: false
|
||||
|
|
|
@ -8,3 +8,4 @@ name: 'Collection type'
|
|||
vid: collection_type
|
||||
description: 'For categorizing collections on aspects unique to collections.'
|
||||
weight: 0
|
||||
new_revision: false
|
||||
|
|
|
@ -8,3 +8,4 @@ name: 'People type'
|
|||
vid: people_type
|
||||
description: 'For categorizing people content.'
|
||||
weight: 0
|
||||
new_revision: false
|
||||
|
|
|
@ -8,3 +8,4 @@ name: Tags
|
|||
vid: tags
|
||||
description: 'Use tags to group content if you need categories beyond the given topics.'
|
||||
weight: 0
|
||||
new_revision: false
|
||||
|
|
|
@ -8,3 +8,4 @@ name: Topics
|
|||
vid: topics
|
||||
description: 'Use topics to group content into categories.'
|
||||
weight: 0
|
||||
new_revision: false
|
||||
|
|
|
@ -43,6 +43,7 @@ display:
|
|||
items_per_page_options_all_label: '- All -'
|
||||
offset: false
|
||||
offset_label: Offset
|
||||
pagination_heading_level: h4
|
||||
exposed_form:
|
||||
type: basic
|
||||
options:
|
||||
|
|
|
@ -102,6 +102,7 @@ display:
|
|||
offset: false
|
||||
offset_label: Offset
|
||||
quantity: 10
|
||||
pagination_heading_level: h4
|
||||
exposed_form:
|
||||
type: basic
|
||||
options:
|
||||
|
|
|
@ -287,6 +287,7 @@ display:
|
|||
items_per_page_options_all_label: '- All -'
|
||||
offset: false
|
||||
offset_label: Offset
|
||||
pagination_heading_level: h4
|
||||
exposed_form:
|
||||
type: basic
|
||||
options:
|
||||
|
|
|
@ -99,6 +99,7 @@ display:
|
|||
items_per_page_options_all_label: '- All -'
|
||||
offset: false
|
||||
offset_label: Offset
|
||||
pagination_heading_level: h4
|
||||
exposed_form:
|
||||
type: basic
|
||||
options:
|
||||
|
|
|
@ -92,6 +92,7 @@ display:
|
|||
offset: false
|
||||
offset_label: Offset
|
||||
quantity: 9
|
||||
pagination_heading_level: h4
|
||||
exposed_form:
|
||||
type: basic
|
||||
options:
|
||||
|
@ -240,7 +241,7 @@ display:
|
|||
admin_label: ''
|
||||
entity_type: node
|
||||
entity_field: uid
|
||||
plugin_id: numeric
|
||||
plugin_id: entity_target_id
|
||||
default_action: default
|
||||
exception:
|
||||
value: all
|
||||
|
@ -267,6 +268,7 @@ display:
|
|||
validate_options: { }
|
||||
break_phrase: false
|
||||
not: false
|
||||
target_entity_type_id: user
|
||||
defaults:
|
||||
relationships: false
|
||||
arguments: false
|
||||
|
|
|
@ -99,6 +99,7 @@ display:
|
|||
items_per_page_options_all_label: '- All -'
|
||||
offset: false
|
||||
offset_label: Offset
|
||||
pagination_heading_level: h4
|
||||
exposed_form:
|
||||
type: basic
|
||||
options:
|
||||
|
|
|
@ -284,6 +284,7 @@ display:
|
|||
items_per_page_options_all_label: '- All -'
|
||||
offset: false
|
||||
offset_label: Offset
|
||||
pagination_heading_level: h4
|
||||
exposed_form:
|
||||
type: basic
|
||||
options:
|
||||
|
|
|
@ -550,6 +550,7 @@ display:
|
|||
offset: false
|
||||
offset_label: Offset
|
||||
quantity: 9
|
||||
pagination_heading_level: h4
|
||||
exposed_form:
|
||||
type: basic
|
||||
options:
|
||||
|
|
|
@ -255,6 +255,7 @@ display:
|
|||
previous: '‹ Previous'
|
||||
first: '« First'
|
||||
last: 'Last »'
|
||||
pagination_heading_level: h4
|
||||
exposed_form:
|
||||
type: basic
|
||||
options:
|
||||
|
|
|
@ -535,6 +535,7 @@ display:
|
|||
items_per_page_options_all_label: '- All -'
|
||||
offset: false
|
||||
offset_label: Offset
|
||||
pagination_heading_level: h4
|
||||
exposed_form:
|
||||
type: basic
|
||||
options:
|
||||
|
@ -1070,6 +1071,7 @@ display:
|
|||
items_per_page_options_all_label: '- All -'
|
||||
offset: false
|
||||
offset_label: Offset
|
||||
pagination_heading_level: h4
|
||||
empty: { }
|
||||
arguments:
|
||||
fid:
|
||||
|
|
|
@ -47,6 +47,7 @@ display:
|
|||
offset: false
|
||||
offset_label: Offset
|
||||
quantity: 9
|
||||
pagination_heading_level: h4
|
||||
exposed_form:
|
||||
type: basic
|
||||
options:
|
||||
|
|
|
@ -90,6 +90,7 @@ display:
|
|||
items_per_page_options_all_label: '- All -'
|
||||
offset: false
|
||||
offset_label: Offset
|
||||
pagination_heading_level: h4
|
||||
exposed_form:
|
||||
type: basic
|
||||
options:
|
||||
|
@ -301,6 +302,7 @@ display:
|
|||
offset: false
|
||||
offset_label: Offset
|
||||
quantity: 9
|
||||
pagination_heading_level: h4
|
||||
defaults:
|
||||
pager: false
|
||||
display_extenders: { }
|
||||
|
|
|
@ -210,6 +210,7 @@ display:
|
|||
items_per_page_options_all_label: '- All -'
|
||||
offset: false
|
||||
offset_label: Offset
|
||||
pagination_heading_level: h4
|
||||
exposed_form:
|
||||
type: basic
|
||||
options:
|
||||
|
|
|
@ -539,6 +539,7 @@ display:
|
|||
offset: false
|
||||
offset_label: Offset
|
||||
quantity: 9
|
||||
pagination_heading_level: h4
|
||||
exposed_form:
|
||||
type: basic
|
||||
options:
|
||||
|
|
|
@ -153,6 +153,7 @@ display:
|
|||
items_per_page_options_all_label: '- All -'
|
||||
offset: false
|
||||
offset_label: Offset
|
||||
pagination_heading_level: h4
|
||||
exposed_form:
|
||||
type: basic
|
||||
options:
|
||||
|
|
|
@ -432,6 +432,7 @@ display:
|
|||
offset: false
|
||||
offset_label: Offset
|
||||
quantity: 9
|
||||
pagination_heading_level: h4
|
||||
exposed_form:
|
||||
type: basic
|
||||
options:
|
||||
|
|
|
@ -243,6 +243,7 @@ display:
|
|||
offset: false
|
||||
offset_label: Offset
|
||||
quantity: 9
|
||||
pagination_heading_level: h4
|
||||
exposed_form:
|
||||
type: basic
|
||||
options:
|
||||
|
|
|
@ -115,6 +115,7 @@ display:
|
|||
offset: false
|
||||
offset_label: Offset
|
||||
quantity: 9
|
||||
pagination_heading_level: h4
|
||||
exposed_form:
|
||||
type: basic
|
||||
options:
|
||||
|
|
|
@ -43,6 +43,7 @@ display:
|
|||
items_per_page_options_all_label: '- All -'
|
||||
offset: false
|
||||
offset_label: Offset
|
||||
pagination_heading_level: h4
|
||||
exposed_form:
|
||||
type: basic
|
||||
options:
|
||||
|
|
|
@ -480,6 +480,7 @@ display:
|
|||
offset: false
|
||||
offset_label: Offset
|
||||
quantity: 9
|
||||
pagination_heading_level: h4
|
||||
exposed_form:
|
||||
type: basic
|
||||
options:
|
||||
|
|
729
config/sync/views.view.visitors_browser.yml
Normal file
729
config/sync/views.view.visitors_browser.yml
Normal file
|
@ -0,0 +1,729 @@
|
|||
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: { }
|
1153
config/sync/views.view.visitors_device.yml
Normal file
1153
config/sync/views.view.visitors_device.yml
Normal file
File diff suppressed because it is too large
Load diff
582
config/sync/views.view.visitors_operating_system.yml
Normal file
582
config/sync/views.view.visitors_operating_system.yml
Normal file
|
@ -0,0 +1,582 @@
|
|||
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: { }
|
|
@ -317,6 +317,7 @@ display:
|
|||
offset: false
|
||||
offset_label: Offset
|
||||
quantity: 9
|
||||
pagination_heading_level: h4
|
||||
exposed_form:
|
||||
type: basic
|
||||
options:
|
||||
|
|
|
@ -150,6 +150,7 @@ display:
|
|||
offset: false
|
||||
offset_label: Offset
|
||||
quantity: 9
|
||||
pagination_heading_level: h4
|
||||
exposed_form:
|
||||
type: basic
|
||||
options:
|
||||
|
|
|
@ -454,6 +454,7 @@ display:
|
|||
items_per_page_options_all_label: '- All -'
|
||||
offset: false
|
||||
offset_label: Offset
|
||||
pagination_heading_level: h4
|
||||
exposed_form:
|
||||
type: basic
|
||||
options:
|
||||
|
|
|
@ -16,6 +16,9 @@ counter:
|
|||
entity_types:
|
||||
- node
|
||||
display_max_age: 3600
|
||||
codesnippet:
|
||||
before: ''
|
||||
after: ''
|
||||
privacy:
|
||||
disablecookies: false
|
||||
visibility:
|
||||
|
@ -31,7 +34,5 @@ visibility:
|
|||
user_role_roles: { }
|
||||
user_account_mode: 1
|
||||
exclude_user1: false
|
||||
codesnippet:
|
||||
before: ''
|
||||
after: ''
|
||||
performance: false
|
||||
script_type: minified
|
||||
|
|
Loading…
Add table
Reference in a new issue