Issue #2200623 by damiankloip: Add plugin provider to default views configuration.
parent
ab2a91198f
commit
863941874a
|
@ -13,9 +13,11 @@ display:
|
||||||
access:
|
access:
|
||||||
type: none
|
type: none
|
||||||
options: { }
|
options: { }
|
||||||
|
provider: views
|
||||||
cache:
|
cache:
|
||||||
type: none
|
type: none
|
||||||
options: { }
|
options: { }
|
||||||
|
provider: views
|
||||||
query:
|
query:
|
||||||
type: views_query
|
type: views_query
|
||||||
options:
|
options:
|
||||||
|
@ -24,6 +26,7 @@ display:
|
||||||
slave: false
|
slave: false
|
||||||
query_comment: false
|
query_comment: false
|
||||||
query_tags: { }
|
query_tags: { }
|
||||||
|
provider: views
|
||||||
exposed_form:
|
exposed_form:
|
||||||
type: basic
|
type: basic
|
||||||
options:
|
options:
|
||||||
|
@ -34,6 +37,7 @@ display:
|
||||||
expose_sort_order: true
|
expose_sort_order: true
|
||||||
sort_asc_label: Asc
|
sort_asc_label: Asc
|
||||||
sort_desc_label: Desc
|
sort_desc_label: Desc
|
||||||
|
provider: views
|
||||||
pager:
|
pager:
|
||||||
type: full
|
type: full
|
||||||
options:
|
options:
|
||||||
|
@ -55,10 +59,13 @@ display:
|
||||||
first: '« first'
|
first: '« first'
|
||||||
last: 'last »'
|
last: 'last »'
|
||||||
quantity: 9
|
quantity: 9
|
||||||
|
provider: views
|
||||||
style:
|
style:
|
||||||
type: default
|
type: default
|
||||||
|
provider: views
|
||||||
row:
|
row:
|
||||||
type: 'entity:aggregator_item'
|
type: 'entity:aggregator_item'
|
||||||
|
provider: views
|
||||||
fields:
|
fields:
|
||||||
iid:
|
iid:
|
||||||
table: aggregator_item
|
table: aggregator_item
|
||||||
|
|
|
@ -22,17 +22,22 @@ display:
|
||||||
type: perm
|
type: perm
|
||||||
options:
|
options:
|
||||||
perm: 'access comments'
|
perm: 'access comments'
|
||||||
|
provider: user
|
||||||
cache:
|
cache:
|
||||||
type: none
|
type: none
|
||||||
|
provider: views
|
||||||
query:
|
query:
|
||||||
type: views_query
|
type: views_query
|
||||||
|
provider: views
|
||||||
exposed_form:
|
exposed_form:
|
||||||
type: basic
|
type: basic
|
||||||
|
provider: views
|
||||||
pager:
|
pager:
|
||||||
type: some
|
type: some
|
||||||
options:
|
options:
|
||||||
items_per_page: 10
|
items_per_page: 10
|
||||||
offset: 0
|
offset: 0
|
||||||
|
provider: views
|
||||||
style:
|
style:
|
||||||
type: html_list
|
type: html_list
|
||||||
options:
|
options:
|
||||||
|
@ -43,6 +48,7 @@ display:
|
||||||
type: ul
|
type: ul
|
||||||
wrapper_class: item-list
|
wrapper_class: item-list
|
||||||
class: ''
|
class: ''
|
||||||
|
provider: views
|
||||||
row:
|
row:
|
||||||
type: fields
|
type: fields
|
||||||
options:
|
options:
|
||||||
|
@ -52,6 +58,7 @@ display:
|
||||||
changed: changed
|
changed: changed
|
||||||
separator: ' '
|
separator: ' '
|
||||||
hide_empty: false
|
hide_empty: false
|
||||||
|
provider: views
|
||||||
relationships:
|
relationships:
|
||||||
node:
|
node:
|
||||||
field: node
|
field: node
|
||||||
|
|
|
@ -14,9 +14,11 @@ display:
|
||||||
type: perm
|
type: perm
|
||||||
options:
|
options:
|
||||||
perm: 'access files overview'
|
perm: 'access files overview'
|
||||||
|
provider: views
|
||||||
cache:
|
cache:
|
||||||
type: none
|
type: none
|
||||||
options: { }
|
options: { }
|
||||||
|
provider: views
|
||||||
query:
|
query:
|
||||||
type: views_query
|
type: views_query
|
||||||
options:
|
options:
|
||||||
|
@ -25,6 +27,7 @@ display:
|
||||||
slave: false
|
slave: false
|
||||||
query_comment: false
|
query_comment: false
|
||||||
query_tags: { }
|
query_tags: { }
|
||||||
|
provider: views
|
||||||
exposed_form:
|
exposed_form:
|
||||||
type: basic
|
type: basic
|
||||||
options:
|
options:
|
||||||
|
@ -35,6 +38,7 @@ display:
|
||||||
expose_sort_order: true
|
expose_sort_order: true
|
||||||
sort_asc_label: Asc
|
sort_asc_label: Asc
|
||||||
sort_desc_label: Desc
|
sort_desc_label: Desc
|
||||||
|
provider: views
|
||||||
pager:
|
pager:
|
||||||
type: mini
|
type: mini
|
||||||
options:
|
options:
|
||||||
|
@ -53,6 +57,7 @@ display:
|
||||||
items_per_page_options_all_label: '- All -'
|
items_per_page_options_all_label: '- All -'
|
||||||
offset: false
|
offset: false
|
||||||
offset_label: Offset
|
offset_label: Offset
|
||||||
|
provider: views
|
||||||
style:
|
style:
|
||||||
type: table
|
type: table
|
||||||
options:
|
options:
|
||||||
|
@ -133,8 +138,10 @@ display:
|
||||||
responsive: priority-medium
|
responsive: priority-medium
|
||||||
default: 'changed'
|
default: 'changed'
|
||||||
empty_table: true
|
empty_table: true
|
||||||
|
provider: views
|
||||||
row:
|
row:
|
||||||
type: fields
|
type: fields
|
||||||
|
provider: views
|
||||||
fields:
|
fields:
|
||||||
fid:
|
fid:
|
||||||
id: fid
|
id: fid
|
||||||
|
@ -720,6 +727,7 @@ display:
|
||||||
items_per_page_options_all_label: '- All -'
|
items_per_page_options_all_label: '- All -'
|
||||||
offset: false
|
offset: false
|
||||||
offset_label: Offset
|
offset_label: Offset
|
||||||
|
provider: views
|
||||||
pager_options: false
|
pager_options: false
|
||||||
filters: { }
|
filters: { }
|
||||||
filter_groups:
|
filter_groups:
|
||||||
|
@ -1023,9 +1031,11 @@ display:
|
||||||
responsive: ''
|
responsive: ''
|
||||||
default: entity_label
|
default: entity_label
|
||||||
empty_table: true
|
empty_table: true
|
||||||
|
provider: views
|
||||||
row:
|
row:
|
||||||
type: fields
|
type: fields
|
||||||
options: { }
|
options: { }
|
||||||
|
provider: views
|
||||||
relationships:
|
relationships:
|
||||||
fid:
|
fid:
|
||||||
id: fid
|
id: fid
|
||||||
|
|
|
@ -10,10 +10,13 @@ display:
|
||||||
type: perm
|
type: perm
|
||||||
options:
|
options:
|
||||||
perm: 'access content overview'
|
perm: 'access content overview'
|
||||||
|
provider: user
|
||||||
cache:
|
cache:
|
||||||
type: none
|
type: none
|
||||||
|
provider: views
|
||||||
query:
|
query:
|
||||||
type: views_query
|
type: views_query
|
||||||
|
provider: views
|
||||||
exposed_form:
|
exposed_form:
|
||||||
type: basic
|
type: basic
|
||||||
options:
|
options:
|
||||||
|
@ -24,10 +27,12 @@ display:
|
||||||
expose_sort_order: true
|
expose_sort_order: true
|
||||||
sort_asc_label: Asc
|
sort_asc_label: Asc
|
||||||
sort_desc_label: Desc
|
sort_desc_label: Desc
|
||||||
|
provider: views
|
||||||
pager:
|
pager:
|
||||||
type: full
|
type: full
|
||||||
options:
|
options:
|
||||||
items_per_page: 50
|
items_per_page: 50
|
||||||
|
provider: views
|
||||||
style:
|
style:
|
||||||
type: table
|
type: table
|
||||||
options:
|
options:
|
||||||
|
@ -130,8 +135,10 @@ display:
|
||||||
responsive: ''
|
responsive: ''
|
||||||
default: changed
|
default: changed
|
||||||
empty_table: true
|
empty_table: true
|
||||||
|
provider: views
|
||||||
row:
|
row:
|
||||||
type: fields
|
type: fields
|
||||||
|
provider: views
|
||||||
fields:
|
fields:
|
||||||
node_bulk_form:
|
node_bulk_form:
|
||||||
id: node_bulk_form
|
id: node_bulk_form
|
||||||
|
|
|
@ -14,9 +14,11 @@ display:
|
||||||
type: perm
|
type: perm
|
||||||
options:
|
options:
|
||||||
perm: 'access content'
|
perm: 'access content'
|
||||||
|
provider: user
|
||||||
cache:
|
cache:
|
||||||
type: none
|
type: none
|
||||||
options: { }
|
options: { }
|
||||||
|
provider: views
|
||||||
query:
|
query:
|
||||||
type: views_query
|
type: views_query
|
||||||
options:
|
options:
|
||||||
|
@ -25,6 +27,7 @@ display:
|
||||||
slave: false
|
slave: false
|
||||||
query_comment: false
|
query_comment: false
|
||||||
query_tags: { }
|
query_tags: { }
|
||||||
|
provider: views
|
||||||
exposed_form:
|
exposed_form:
|
||||||
type: basic
|
type: basic
|
||||||
options:
|
options:
|
||||||
|
@ -35,11 +38,13 @@ display:
|
||||||
expose_sort_order: true
|
expose_sort_order: true
|
||||||
sort_asc_label: Asc
|
sort_asc_label: Asc
|
||||||
sort_desc_label: Desc
|
sort_desc_label: Desc
|
||||||
|
provider: views
|
||||||
pager:
|
pager:
|
||||||
type: some
|
type: some
|
||||||
options:
|
options:
|
||||||
items_per_page: 10
|
items_per_page: 10
|
||||||
offset: 0
|
offset: 0
|
||||||
|
provider: views
|
||||||
style:
|
style:
|
||||||
type: table
|
type: table
|
||||||
options:
|
options:
|
||||||
|
@ -96,8 +101,10 @@ display:
|
||||||
responsive: ''
|
responsive: ''
|
||||||
default: '-1'
|
default: '-1'
|
||||||
empty_table: false
|
empty_table: false
|
||||||
|
provider: views
|
||||||
row:
|
row:
|
||||||
type: fields
|
type: fields
|
||||||
|
provider: views
|
||||||
fields:
|
fields:
|
||||||
title:
|
title:
|
||||||
id: title
|
id: title
|
||||||
|
|
|
@ -10,9 +10,11 @@ display:
|
||||||
type: perm
|
type: perm
|
||||||
options:
|
options:
|
||||||
perm: 'access content'
|
perm: 'access content'
|
||||||
|
provider: user
|
||||||
cache:
|
cache:
|
||||||
type: none
|
type: none
|
||||||
options: { }
|
options: { }
|
||||||
|
provider: views
|
||||||
empty:
|
empty:
|
||||||
area_text_custom:
|
area_text_custom:
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
|
@ -129,6 +131,7 @@ display:
|
||||||
first: '« first'
|
first: '« first'
|
||||||
last: 'last »'
|
last: 'last »'
|
||||||
quantity: 9
|
quantity: 9
|
||||||
|
provider: views
|
||||||
query:
|
query:
|
||||||
type: views_query
|
type: views_query
|
||||||
options:
|
options:
|
||||||
|
@ -137,6 +140,7 @@ display:
|
||||||
slave: false
|
slave: false
|
||||||
query_comment: false
|
query_comment: false
|
||||||
query_tags: { }
|
query_tags: { }
|
||||||
|
provider: views
|
||||||
row:
|
row:
|
||||||
type: 'entity:node'
|
type: 'entity:node'
|
||||||
options:
|
options:
|
||||||
|
@ -144,6 +148,7 @@ display:
|
||||||
comments: false
|
comments: false
|
||||||
links: true
|
links: true
|
||||||
view_mode: teaser
|
view_mode: teaser
|
||||||
|
provider: views
|
||||||
sorts:
|
sorts:
|
||||||
sticky:
|
sticky:
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
|
@ -213,18 +218,21 @@ display:
|
||||||
options:
|
options:
|
||||||
items_per_page: 10
|
items_per_page: 10
|
||||||
offset: 0
|
offset: 0
|
||||||
|
provider: views
|
||||||
style:
|
style:
|
||||||
type: rss
|
type: rss
|
||||||
options:
|
options:
|
||||||
description: ''
|
description: ''
|
||||||
grouping: { }
|
grouping: { }
|
||||||
uses_fields: false
|
uses_fields: false
|
||||||
|
provider: views
|
||||||
row:
|
row:
|
||||||
type: node_rss
|
type: node_rss
|
||||||
options:
|
options:
|
||||||
relationship: none
|
relationship: none
|
||||||
item_length: default
|
item_length: default
|
||||||
links: false
|
links: false
|
||||||
|
provider: views
|
||||||
label: Frontpage
|
label: Frontpage
|
||||||
module: node
|
module: node
|
||||||
id: frontpage
|
id: frontpage
|
||||||
|
|
|
@ -14,8 +14,10 @@ display:
|
||||||
type: perm
|
type: perm
|
||||||
options:
|
options:
|
||||||
perm: 'administer users'
|
perm: 'administer users'
|
||||||
|
provider: user
|
||||||
cache:
|
cache:
|
||||||
type: none
|
type: none
|
||||||
|
provider: views
|
||||||
query:
|
query:
|
||||||
type: views_query
|
type: views_query
|
||||||
options:
|
options:
|
||||||
|
@ -24,6 +26,7 @@ display:
|
||||||
slave: false
|
slave: false
|
||||||
query_comment: false
|
query_comment: false
|
||||||
query_tags: { }
|
query_tags: { }
|
||||||
|
provider: views
|
||||||
exposed_form:
|
exposed_form:
|
||||||
type: basic
|
type: basic
|
||||||
options:
|
options:
|
||||||
|
@ -34,6 +37,7 @@ display:
|
||||||
expose_sort_order: true
|
expose_sort_order: true
|
||||||
sort_asc_label: Asc
|
sort_asc_label: Asc
|
||||||
sort_desc_label: Desc
|
sort_desc_label: Desc
|
||||||
|
provider: views
|
||||||
pager:
|
pager:
|
||||||
type: full
|
type: full
|
||||||
options:
|
options:
|
||||||
|
@ -55,6 +59,7 @@ display:
|
||||||
offset: false
|
offset: false
|
||||||
offset_label: Offset
|
offset_label: Offset
|
||||||
quantity: 9
|
quantity: 9
|
||||||
|
provider: views
|
||||||
style:
|
style:
|
||||||
type: table
|
type: table
|
||||||
options:
|
options:
|
||||||
|
@ -135,8 +140,10 @@ display:
|
||||||
responsive: ''
|
responsive: ''
|
||||||
default: created
|
default: created
|
||||||
empty_table: true
|
empty_table: true
|
||||||
|
provider: views
|
||||||
row:
|
row:
|
||||||
type: fields
|
type: fields
|
||||||
|
provider: views
|
||||||
fields:
|
fields:
|
||||||
user_bulk_form:
|
user_bulk_form:
|
||||||
id: user_bulk_form
|
id: user_bulk_form
|
||||||
|
|
|
@ -23,9 +23,11 @@ display:
|
||||||
type: perm
|
type: perm
|
||||||
options:
|
options:
|
||||||
perm: 'access content'
|
perm: 'access content'
|
||||||
|
provider: user
|
||||||
cache:
|
cache:
|
||||||
type: none
|
type: none
|
||||||
options: { }
|
options: { }
|
||||||
|
provider: views
|
||||||
query:
|
query:
|
||||||
type: views_query
|
type: views_query
|
||||||
options:
|
options:
|
||||||
|
@ -34,6 +36,7 @@ display:
|
||||||
slave: false
|
slave: false
|
||||||
query_comment: false
|
query_comment: false
|
||||||
query_tags: { }
|
query_tags: { }
|
||||||
|
provider: views
|
||||||
exposed_form:
|
exposed_form:
|
||||||
type: basic
|
type: basic
|
||||||
options:
|
options:
|
||||||
|
@ -44,15 +47,19 @@ display:
|
||||||
expose_sort_order: true
|
expose_sort_order: true
|
||||||
sort_asc_label: Asc
|
sort_asc_label: Asc
|
||||||
sort_desc_label: Desc
|
sort_desc_label: Desc
|
||||||
|
provider: views
|
||||||
pager:
|
pager:
|
||||||
type: some
|
type: some
|
||||||
options:
|
options:
|
||||||
items_per_page: 5
|
items_per_page: 5
|
||||||
offset: 0
|
offset: 0
|
||||||
|
provider: views
|
||||||
style:
|
style:
|
||||||
type: html_list
|
type: html_list
|
||||||
|
provider: views
|
||||||
row:
|
row:
|
||||||
type: fields
|
type: fields
|
||||||
|
provider: views
|
||||||
fields:
|
fields:
|
||||||
name:
|
name:
|
||||||
id: name
|
id: name
|
||||||
|
|
|
@ -14,9 +14,11 @@ display:
|
||||||
type: perm
|
type: perm
|
||||||
options:
|
options:
|
||||||
perm: 'access user profiles'
|
perm: 'access user profiles'
|
||||||
|
provider: user
|
||||||
cache:
|
cache:
|
||||||
type: none
|
type: none
|
||||||
options: { }
|
options: { }
|
||||||
|
provider: views
|
||||||
query:
|
query:
|
||||||
type: views_query
|
type: views_query
|
||||||
options:
|
options:
|
||||||
|
@ -25,6 +27,7 @@ display:
|
||||||
slave: false
|
slave: false
|
||||||
query_comment: false
|
query_comment: false
|
||||||
query_tags: { }
|
query_tags: { }
|
||||||
|
provider: views
|
||||||
exposed_form:
|
exposed_form:
|
||||||
type: basic
|
type: basic
|
||||||
options:
|
options:
|
||||||
|
@ -35,11 +38,13 @@ display:
|
||||||
expose_sort_order: true
|
expose_sort_order: true
|
||||||
sort_asc_label: Asc
|
sort_asc_label: Asc
|
||||||
sort_desc_label: Desc
|
sort_desc_label: Desc
|
||||||
|
provider: views
|
||||||
pager:
|
pager:
|
||||||
type: some
|
type: some
|
||||||
options:
|
options:
|
||||||
items_per_page: 10
|
items_per_page: 10
|
||||||
offset: 0
|
offset: 0
|
||||||
|
provider: views
|
||||||
style:
|
style:
|
||||||
type: html_list
|
type: html_list
|
||||||
options:
|
options:
|
||||||
|
@ -50,8 +55,10 @@ display:
|
||||||
type: ul
|
type: ul
|
||||||
wrapper_class: item-list
|
wrapper_class: item-list
|
||||||
class: ''
|
class: ''
|
||||||
|
provider: views
|
||||||
row:
|
row:
|
||||||
type: fields
|
type: fields
|
||||||
|
provider: views
|
||||||
fields:
|
fields:
|
||||||
name:
|
name:
|
||||||
id: name
|
id: name
|
||||||
|
|
|
@ -23,6 +23,8 @@ views_display:
|
||||||
label: 'Pager type'
|
label: 'Pager type'
|
||||||
options:
|
options:
|
||||||
type: views.pager.[%parent.type]
|
type: views.pager.[%parent.type]
|
||||||
|
provider:
|
||||||
|
label: 'Provider'
|
||||||
exposed_form:
|
exposed_form:
|
||||||
type: mapping
|
type: mapping
|
||||||
label: 'Exposed form'
|
label: 'Exposed form'
|
||||||
|
@ -32,6 +34,8 @@ views_display:
|
||||||
options:
|
options:
|
||||||
label: 'Options'
|
label: 'Options'
|
||||||
type: views.exposed_form.[%parent.type]
|
type: views.exposed_form.[%parent.type]
|
||||||
|
provider:
|
||||||
|
label: 'Provider'
|
||||||
access:
|
access:
|
||||||
type: mapping
|
type: mapping
|
||||||
label: 'Access'
|
label: 'Access'
|
||||||
|
@ -41,9 +45,16 @@ views_display:
|
||||||
label: 'Access type'
|
label: 'Access type'
|
||||||
options:
|
options:
|
||||||
type: views.access.[%parent.type]
|
type: views.access.[%parent.type]
|
||||||
|
provider:
|
||||||
|
label: 'Provider'
|
||||||
cache:
|
cache:
|
||||||
type: views.cache.[type]
|
type: views.cache.[type]
|
||||||
label: 'Caching'
|
label: 'Caching'
|
||||||
|
mapping:
|
||||||
|
type:
|
||||||
|
label: 'Cache type'
|
||||||
|
provider:
|
||||||
|
label: 'Provider'
|
||||||
empty:
|
empty:
|
||||||
type: sequence
|
type: sequence
|
||||||
label: 'No results behavior'
|
label: 'No results behavior'
|
||||||
|
@ -85,6 +96,8 @@ views_display:
|
||||||
label: 'Type'
|
label: 'Type'
|
||||||
options:
|
options:
|
||||||
type: views.style.[%parent.type]
|
type: views.style.[%parent.type]
|
||||||
|
provider:
|
||||||
|
label: 'Provider'
|
||||||
row:
|
row:
|
||||||
type: mapping
|
type: mapping
|
||||||
label: 'Row'
|
label: 'Row'
|
||||||
|
@ -93,6 +106,8 @@ views_display:
|
||||||
label: 'Row type'
|
label: 'Row type'
|
||||||
options:
|
options:
|
||||||
type: views.row.[%parent.type]
|
type: views.row.[%parent.type]
|
||||||
|
provider:
|
||||||
|
label: 'Provider'
|
||||||
query:
|
query:
|
||||||
type: mapping
|
type: mapping
|
||||||
label: 'Query'
|
label: 'Query'
|
||||||
|
@ -102,6 +117,8 @@ views_display:
|
||||||
label: 'Query type'
|
label: 'Query type'
|
||||||
options:
|
options:
|
||||||
type: views.query.[%parent.type]
|
type: views.query.[%parent.type]
|
||||||
|
provider:
|
||||||
|
label: 'Provider'
|
||||||
defaults:
|
defaults:
|
||||||
type: mapping
|
type: mapping
|
||||||
label: 'Defaults'
|
label: 'Defaults'
|
||||||
|
|
|
@ -18,13 +18,16 @@ display:
|
||||||
distinct: false
|
distinct: false
|
||||||
slave: false
|
slave: false
|
||||||
query_tags: { }
|
query_tags: { }
|
||||||
|
provider: views
|
||||||
title: 'Monthly archive'
|
title: 'Monthly archive'
|
||||||
access:
|
access:
|
||||||
type: none
|
type: none
|
||||||
options: { }
|
options: { }
|
||||||
|
provider: views
|
||||||
cache:
|
cache:
|
||||||
type: none
|
type: none
|
||||||
options: { }
|
options: { }
|
||||||
|
provider: views
|
||||||
exposed_form:
|
exposed_form:
|
||||||
type: basic
|
type: basic
|
||||||
options:
|
options:
|
||||||
|
@ -35,6 +38,7 @@ display:
|
||||||
expose_sort_order: true
|
expose_sort_order: true
|
||||||
sort_asc_label: Asc
|
sort_asc_label: Asc
|
||||||
sort_desc_label: Desc
|
sort_desc_label: Desc
|
||||||
|
provider: views
|
||||||
pager:
|
pager:
|
||||||
type: mini
|
type: mini
|
||||||
options:
|
options:
|
||||||
|
@ -53,6 +57,7 @@ display:
|
||||||
tags:
|
tags:
|
||||||
previous: ‹‹
|
previous: ‹‹
|
||||||
next: ››
|
next: ››
|
||||||
|
provider: views
|
||||||
sorts:
|
sorts:
|
||||||
created:
|
created:
|
||||||
id: created
|
id: created
|
||||||
|
@ -107,12 +112,14 @@ display:
|
||||||
default_row_class: true
|
default_row_class: true
|
||||||
row_class_special: true
|
row_class_special: true
|
||||||
uses_fields: false
|
uses_fields: false
|
||||||
|
provider: views
|
||||||
row:
|
row:
|
||||||
type: 'entity:node'
|
type: 'entity:node'
|
||||||
options:
|
options:
|
||||||
view_mode: teaser
|
view_mode: teaser
|
||||||
links: true
|
links: true
|
||||||
comments: false
|
comments: false
|
||||||
|
provider: node
|
||||||
header: { }
|
header: { }
|
||||||
footer: { }
|
footer: { }
|
||||||
empty: { }
|
empty: { }
|
||||||
|
@ -127,6 +134,7 @@ display:
|
||||||
query:
|
query:
|
||||||
type: views_query
|
type: views_query
|
||||||
options: { }
|
options: { }
|
||||||
|
provider: views
|
||||||
path: archive
|
path: archive
|
||||||
block_1:
|
block_1:
|
||||||
id: block_1
|
id: block_1
|
||||||
|
@ -137,6 +145,7 @@ display:
|
||||||
query:
|
query:
|
||||||
type: views_query
|
type: views_query
|
||||||
options: { }
|
options: { }
|
||||||
|
provider: views
|
||||||
defaults:
|
defaults:
|
||||||
arguments: false
|
arguments: false
|
||||||
arguments:
|
arguments:
|
||||||
|
|
|
@ -18,13 +18,16 @@ display:
|
||||||
distinct: false
|
distinct: false
|
||||||
slave: false
|
slave: false
|
||||||
query_tags: { }
|
query_tags: { }
|
||||||
|
provider: views
|
||||||
use_ajax: true
|
use_ajax: true
|
||||||
access:
|
access:
|
||||||
type: none
|
type: none
|
||||||
options: { }
|
options: { }
|
||||||
|
provider: views
|
||||||
cache:
|
cache:
|
||||||
type: none
|
type: none
|
||||||
options: { }
|
options: { }
|
||||||
|
provider: views
|
||||||
exposed_form:
|
exposed_form:
|
||||||
type: basic
|
type: basic
|
||||||
options:
|
options:
|
||||||
|
@ -35,6 +38,7 @@ display:
|
||||||
expose_sort_order: true
|
expose_sort_order: true
|
||||||
sort_asc_label: Asc
|
sort_asc_label: Asc
|
||||||
sort_desc_label: Desc
|
sort_desc_label: Desc
|
||||||
|
provider: views
|
||||||
pager:
|
pager:
|
||||||
type: mini
|
type: mini
|
||||||
options:
|
options:
|
||||||
|
@ -53,6 +57,7 @@ display:
|
||||||
tags:
|
tags:
|
||||||
previous: ‹‹
|
previous: ‹‹
|
||||||
next: ››
|
next: ››
|
||||||
|
provider: views
|
||||||
fields:
|
fields:
|
||||||
title:
|
title:
|
||||||
id: title
|
id: title
|
||||||
|
@ -284,6 +289,7 @@ display:
|
||||||
order: asc
|
order: asc
|
||||||
summary: ''
|
summary: ''
|
||||||
empty_table: false
|
empty_table: false
|
||||||
|
provider: views
|
||||||
row:
|
row:
|
||||||
type: fields
|
type: fields
|
||||||
options:
|
options:
|
||||||
|
@ -291,6 +297,7 @@ display:
|
||||||
separator: ''
|
separator: ''
|
||||||
hide_empty: false
|
hide_empty: false
|
||||||
default_field_elements: true
|
default_field_elements: true
|
||||||
|
provider: views
|
||||||
header: { }
|
header: { }
|
||||||
footer: { }
|
footer: { }
|
||||||
empty: { }
|
empty: { }
|
||||||
|
@ -318,11 +325,13 @@ display:
|
||||||
query:
|
query:
|
||||||
type: views_query
|
type: views_query
|
||||||
options: { }
|
options: { }
|
||||||
|
provider: views
|
||||||
pager:
|
pager:
|
||||||
type: none
|
type: none
|
||||||
options:
|
options:
|
||||||
offset: 0
|
offset: 0
|
||||||
items_per_page: 0
|
items_per_page: 0
|
||||||
|
provider: views
|
||||||
defaults:
|
defaults:
|
||||||
arguments: false
|
arguments: false
|
||||||
arguments:
|
arguments:
|
||||||
|
|
|
@ -18,12 +18,15 @@ display:
|
||||||
distinct: false
|
distinct: false
|
||||||
slave: false
|
slave: false
|
||||||
query_tags: { }
|
query_tags: { }
|
||||||
|
provider: views
|
||||||
access:
|
access:
|
||||||
type: none
|
type: none
|
||||||
options: { }
|
options: { }
|
||||||
|
provider: views
|
||||||
cache:
|
cache:
|
||||||
type: none
|
type: none
|
||||||
options: { }
|
options: { }
|
||||||
|
provider: views
|
||||||
exposed_form:
|
exposed_form:
|
||||||
type: basic
|
type: basic
|
||||||
options:
|
options:
|
||||||
|
@ -34,6 +37,7 @@ display:
|
||||||
expose_sort_order: true
|
expose_sort_order: true
|
||||||
sort_asc_label: Asc
|
sort_asc_label: Asc
|
||||||
sort_desc_label: Desc
|
sort_desc_label: Desc
|
||||||
|
provider: views
|
||||||
pager:
|
pager:
|
||||||
type: mini
|
type: mini
|
||||||
options:
|
options:
|
||||||
|
@ -52,6 +56,7 @@ display:
|
||||||
tags:
|
tags:
|
||||||
previous: ‹‹
|
previous: ‹‹
|
||||||
next: ››
|
next: ››
|
||||||
|
provider: views
|
||||||
sorts:
|
sorts:
|
||||||
sticky:
|
sticky:
|
||||||
id: sticky
|
id: sticky
|
||||||
|
@ -162,12 +167,14 @@ display:
|
||||||
default_row_class: true
|
default_row_class: true
|
||||||
row_class_special: true
|
row_class_special: true
|
||||||
uses_fields: false
|
uses_fields: false
|
||||||
|
provider: views
|
||||||
row:
|
row:
|
||||||
type: 'entity:node'
|
type: 'entity:node'
|
||||||
options:
|
options:
|
||||||
view_mode: teaser
|
view_mode: teaser
|
||||||
links: true
|
links: true
|
||||||
comments: false
|
comments: false
|
||||||
|
provider: views
|
||||||
header: { }
|
header: { }
|
||||||
footer: { }
|
footer: { }
|
||||||
empty: { }
|
empty: { }
|
||||||
|
@ -182,6 +189,7 @@ display:
|
||||||
query:
|
query:
|
||||||
type: views_query
|
type: views_query
|
||||||
options: { }
|
options: { }
|
||||||
|
provider: views
|
||||||
path: taxonomy/term/%
|
path: taxonomy/term/%
|
||||||
feed_1:
|
feed_1:
|
||||||
id: feed_1
|
id: feed_1
|
||||||
|
@ -192,6 +200,7 @@ display:
|
||||||
query:
|
query:
|
||||||
type: views_query
|
type: views_query
|
||||||
options: { }
|
options: { }
|
||||||
|
provider: views
|
||||||
pager:
|
pager:
|
||||||
type: full
|
type: full
|
||||||
options:
|
options:
|
||||||
|
@ -213,6 +222,7 @@ display:
|
||||||
first: '« first'
|
first: '« first'
|
||||||
last: 'last »'
|
last: 'last »'
|
||||||
quantity: 9
|
quantity: 9
|
||||||
|
provider: views
|
||||||
path: taxonomy/term/%/%/feed
|
path: taxonomy/term/%/%/feed
|
||||||
displays:
|
displays:
|
||||||
page: page
|
page: page
|
||||||
|
@ -223,12 +233,14 @@ display:
|
||||||
description: ''
|
description: ''
|
||||||
grouping: { }
|
grouping: { }
|
||||||
uses_fields: false
|
uses_fields: false
|
||||||
|
provider: views
|
||||||
row:
|
row:
|
||||||
type: node_rss
|
type: node_rss
|
||||||
options:
|
options:
|
||||||
relationship: none
|
relationship: none
|
||||||
item_length: default
|
item_length: default
|
||||||
links: false
|
links: false
|
||||||
|
provider: views
|
||||||
label: 'Taxonomy term'
|
label: 'Taxonomy term'
|
||||||
module: taxonomy
|
module: taxonomy
|
||||||
id: taxonomy_term
|
id: taxonomy_term
|
||||||
|
|
Loading…
Reference in New Issue