Issue #2106459 by chx: Fixed core config has everything as string.
parent
5089f20fc9
commit
ae7c20c7b5
|
|
@ -1 +1 @@
|
|||
recursion_limit: '35'
|
||||
recursion_limit: 35
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@ processors:
|
|||
- aggregator
|
||||
items:
|
||||
allowed_html: '<a> <b> <br> <dd> <dl> <dt> <em> <i> <li> <ol> <p> <strong> <u> <ul>'
|
||||
teaser_length: '600'
|
||||
expire: '9676800'
|
||||
teaser_length: 600
|
||||
expire: 9676800
|
||||
source:
|
||||
list_max: '3'
|
||||
list_max: 3
|
||||
category_selector: checkboxes
|
||||
|
|
|
|||
|
|
@ -2,13 +2,13 @@ base_field: iid
|
|||
base_table: aggregator_item
|
||||
core: 8.x
|
||||
description: ''
|
||||
status: '1'
|
||||
status: true
|
||||
display:
|
||||
default:
|
||||
display_plugin: default
|
||||
id: default
|
||||
display_title: Master
|
||||
position: '1'
|
||||
position: 1
|
||||
display_options:
|
||||
access:
|
||||
type: none
|
||||
|
|
@ -19,35 +19,35 @@ display:
|
|||
query:
|
||||
type: views_query
|
||||
options:
|
||||
disable_sql_rewrite: '0'
|
||||
distinct: '0'
|
||||
slave: '0'
|
||||
query_comment: ''
|
||||
disable_sql_rewrite: false
|
||||
distinct: false
|
||||
slave: false
|
||||
query_comment: false
|
||||
query_tags: { }
|
||||
exposed_form:
|
||||
type: basic
|
||||
options:
|
||||
submit_button: Apply
|
||||
reset_button: '0'
|
||||
reset_button: false
|
||||
reset_button_label: Reset
|
||||
exposed_sorts_label: 'Sort by'
|
||||
expose_sort_order: '1'
|
||||
expose_sort_order: true
|
||||
sort_asc_label: Asc
|
||||
sort_desc_label: Desc
|
||||
pager:
|
||||
type: full
|
||||
options:
|
||||
items_per_page: '10'
|
||||
offset: '0'
|
||||
id: '0'
|
||||
total_pages: ''
|
||||
items_per_page: 10
|
||||
offset: 0
|
||||
id: 0
|
||||
total_pages: 0
|
||||
expose:
|
||||
items_per_page: '0'
|
||||
items_per_page_label: 'Items per page'
|
||||
items_per_page_options: '5, 10, 20, 40, 60'
|
||||
items_per_page_options_all: '0'
|
||||
items_per_page_options_all: false
|
||||
items_per_page_options_all_label: '- All -'
|
||||
offset: '0'
|
||||
offset: false
|
||||
offset_label: Offset
|
||||
tags:
|
||||
previous: '‹ previous'
|
||||
|
|
@ -68,46 +68,46 @@ display:
|
|||
group_type: group
|
||||
admin_label: ''
|
||||
label: 'Item ID'
|
||||
exclude: '0'
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: '0'
|
||||
alter_text: false
|
||||
text: ''
|
||||
make_link: '0'
|
||||
make_link: false
|
||||
path: ''
|
||||
absolute: '0'
|
||||
external: '0'
|
||||
replace_spaces: '0'
|
||||
absolute: false
|
||||
external: false
|
||||
replace_spaces: false
|
||||
path_case: none
|
||||
trim_whitespace: '0'
|
||||
trim_whitespace: false
|
||||
alt: ''
|
||||
rel: ''
|
||||
link_class: ''
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
target: ''
|
||||
nl2br: '0'
|
||||
nl2br: false
|
||||
max_length: ''
|
||||
word_boundary: '1'
|
||||
ellipsis: '1'
|
||||
more_link: '0'
|
||||
word_boundary: true
|
||||
ellipsis: true
|
||||
more_link: false
|
||||
more_link_text: ''
|
||||
more_link_path: ''
|
||||
strip_tags: '0'
|
||||
trim: '0'
|
||||
strip_tags: false
|
||||
trim: false
|
||||
preserve_tags: ''
|
||||
html: '0'
|
||||
html: false
|
||||
element_type: ''
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: '1'
|
||||
element_label_colon: true
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: '1'
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: '0'
|
||||
empty_zero: '0'
|
||||
hide_alter_empty: '1'
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
set_precision: '0'
|
||||
precision: '0'
|
||||
decimal: .
|
||||
|
|
@ -129,7 +129,7 @@ display:
|
|||
display_plugin: feed
|
||||
id: feed_items_per_category
|
||||
display_title: 'Feed per category'
|
||||
position: '2'
|
||||
position: 2
|
||||
display_options:
|
||||
path: aggregator/rss/%
|
||||
display_description: ''
|
||||
|
|
@ -144,45 +144,45 @@ display:
|
|||
default_action: 'not found'
|
||||
exception:
|
||||
value: all
|
||||
title_enable: '0'
|
||||
title_enable: false
|
||||
title: All
|
||||
title_enable: '0'
|
||||
title_enable: false
|
||||
title: ''
|
||||
breadcrumb_enable: '0'
|
||||
breadcrumb_enable: false
|
||||
breadcrumb: ''
|
||||
default_argument_type: fixed
|
||||
default_argument_options:
|
||||
argument: ''
|
||||
default_argument_skip_url: '0'
|
||||
default_argument_skip_url: false
|
||||
summary_options:
|
||||
base_path: ''
|
||||
count: '1'
|
||||
items_per_page: '25'
|
||||
override: '0'
|
||||
count: true
|
||||
items_per_page: 25
|
||||
override: false
|
||||
summary:
|
||||
sort_order: asc
|
||||
number_of_records: '0'
|
||||
number_of_records: 0
|
||||
format: default_summary
|
||||
specify_validation: '0'
|
||||
specify_validation: false
|
||||
validate:
|
||||
type: none
|
||||
fail: 'not found'
|
||||
validate_options: { }
|
||||
break_phrase: '0'
|
||||
break_phrase: false
|
||||
not: '0'
|
||||
plugin_id: aggregator_category_cid
|
||||
defaults:
|
||||
arguments: '0'
|
||||
arguments: false
|
||||
feed_items:
|
||||
display_plugin: feed
|
||||
id: feed_items
|
||||
display_title: Feed
|
||||
position: '2'
|
||||
position: 2
|
||||
display_options:
|
||||
path: aggregator/rss
|
||||
display_description: ''
|
||||
defaults:
|
||||
arguments: '1'
|
||||
arguments: true
|
||||
label: 'Aggregator RSS feed'
|
||||
module: views
|
||||
id: aggregator_rss_feed
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
id: basic
|
||||
label: Basic block
|
||||
revision: '0'
|
||||
description: A basic block contains a title and a body.
|
||||
label: 'Basic block'
|
||||
revision: 0
|
||||
description: 'A basic block contains a title and a body.'
|
||||
langcode: en
|
||||
|
|
|
|||
|
|
@ -3,17 +3,17 @@ uuid: c5ca890d-7db7-4c45-bf0f-0a12430923ff
|
|||
name: 'Book page'
|
||||
description: '<em>Books</em> have a built-in hierarchical navigation. Use for handbooks or tutorials.'
|
||||
help: ''
|
||||
has_title: '1'
|
||||
has_title: true
|
||||
title_label: Title
|
||||
settings:
|
||||
node:
|
||||
preview: '1'
|
||||
preview: 1
|
||||
options:
|
||||
status: status
|
||||
# Not promoted to front page.
|
||||
promote: '0'
|
||||
sticky: '0'
|
||||
revision: '0'
|
||||
submitted: '1'
|
||||
status: '1'
|
||||
submitted: true
|
||||
status: true
|
||||
langcode: en
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
id: feedback
|
||||
label: 'Website feedback'
|
||||
recipients: []
|
||||
recipients: { }
|
||||
reply: ''
|
||||
weight: '0'
|
||||
weight: 0
|
||||
langcode: en
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
id: personal
|
||||
label: 'Personal contact form'
|
||||
recipients: []
|
||||
recipients: { }
|
||||
reply: ''
|
||||
weight: '0'
|
||||
weight: 0
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
default_category: feedback
|
||||
flood:
|
||||
limit: '5'
|
||||
interval: '3600'
|
||||
user_default_enabled: '1'
|
||||
limit: 5
|
||||
interval: 3600
|
||||
user_default_enabled: true
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
language_fallback: '1'
|
||||
language_fallback: true
|
||||
purge_batch_size: 10
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
|
|
@ -15,22 +15,22 @@ filters:
|
|||
filter_html_escape:
|
||||
id: filter_html_escape
|
||||
module: filter
|
||||
status: '1'
|
||||
weight: '-10'
|
||||
status: true
|
||||
weight: -10
|
||||
settings: { }
|
||||
# Convert URLs into links.
|
||||
filter_url:
|
||||
id: filter_url
|
||||
module: filter
|
||||
status: '1'
|
||||
weight: '0'
|
||||
status: true
|
||||
weight: 0
|
||||
settings:
|
||||
filter_url_length: '72'
|
||||
filter_url_length: 72
|
||||
# Convert linebreaks into paragraphs.
|
||||
filter_autop:
|
||||
id: filter_autop
|
||||
module: filter
|
||||
status: '1'
|
||||
weight: '0'
|
||||
status: true
|
||||
weight: 0
|
||||
settings: { }
|
||||
langcode: en
|
||||
|
|
|
|||
|
|
@ -1,16 +1,16 @@
|
|||
id: taxonomy_term.forums.forum_container
|
||||
uuid: 8421d585-f6ef-4209-ad00-cfb30a1ab075
|
||||
status: '1'
|
||||
status: true
|
||||
langcode: en
|
||||
field_uuid: babf2ba1-505f-4c71-8a07-7be19f4fb9f3
|
||||
entity_type: taxonomy_term
|
||||
bundle: forums
|
||||
label: Container
|
||||
description: ''
|
||||
required: '1'
|
||||
required: true
|
||||
default_value:
|
||||
-
|
||||
value: '0'
|
||||
value: false
|
||||
default_value_function: ''
|
||||
settings: { }
|
||||
field_type: list_boolean
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
block:
|
||||
active:
|
||||
limit: '5'
|
||||
limit: 5
|
||||
new:
|
||||
limit: '5'
|
||||
limit: 5
|
||||
topics:
|
||||
hot_threshold: '15'
|
||||
order: '1'
|
||||
page_limit: '25'
|
||||
hot_threshold: 15
|
||||
order: 1
|
||||
page_limit: 25
|
||||
vocabulary: forums
|
||||
|
|
|
|||
|
|
@ -3,17 +3,17 @@ uuid: c14b392d-0889-46bd-889e-a239e8b6cd89
|
|||
name: 'Forum topic'
|
||||
description: 'A <em>forum topic</em> starts a new discussion thread within a forum.'
|
||||
help: ''
|
||||
has_title: '1'
|
||||
has_title: true
|
||||
title_label: Subject
|
||||
settings:
|
||||
node:
|
||||
preview: '1'
|
||||
preview: 1
|
||||
options:
|
||||
status: status
|
||||
# Not promoted to front page.
|
||||
promote: '0'
|
||||
sticky: '0'
|
||||
revision: '0'
|
||||
submitted: '1'
|
||||
status: '1'
|
||||
submitted: true
|
||||
status: true
|
||||
langcode: en
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@ effects:
|
|||
ddd73aa7-4bd6-4c85-b600-bdf2b1628d1d:
|
||||
id: image_scale
|
||||
data:
|
||||
width: '480'
|
||||
height: '480'
|
||||
upscale: '1'
|
||||
weight: '0'
|
||||
width: 480
|
||||
height: 480
|
||||
upscale: true
|
||||
weight: 0
|
||||
uuid: ddd73aa7-4bd6-4c85-b600-bdf2b1628d1d
|
||||
langcode: en
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@ effects:
|
|||
bddf0d06-42f9-4c75-a700-a33cafa25ea0:
|
||||
id: image_scale
|
||||
data:
|
||||
width: '220'
|
||||
height: '220'
|
||||
upscale: '1'
|
||||
weight: '0'
|
||||
width: 220
|
||||
height: 220
|
||||
upscale: true
|
||||
weight: 0
|
||||
uuid: bddf0d06-42f9-4c75-a700-a33cafa25ea0
|
||||
langcode: en
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@ effects:
|
|||
1cfec298-8620-4749-b100-ccb6c4500779:
|
||||
id: image_scale
|
||||
data:
|
||||
width: '100'
|
||||
height: '100'
|
||||
upscale: '1'
|
||||
weight: '0'
|
||||
width: 100
|
||||
height: 100
|
||||
upscale: true
|
||||
weight: 0
|
||||
uuid: 1cfec298-8620-4749-b100-ccb6c4500779
|
||||
langcode: en
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
id: en
|
||||
uuid: fe61d3d1-e8d5-47a7-a21c-2841f4be3c09
|
||||
label: English
|
||||
direction: '0'
|
||||
weight: '0'
|
||||
direction: false
|
||||
weight: 0
|
||||
locked: false
|
||||
status: true
|
||||
langcode: en
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
id: und
|
||||
uuid: 87e4ef47-819b-4d89-aa4b-757f9ce5a3b2
|
||||
label: 'Not specified'
|
||||
direction: '0'
|
||||
weight: '1'
|
||||
direction: false
|
||||
weight: 1
|
||||
locked: true
|
||||
status: true
|
||||
langcode: en
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
id: zxx
|
||||
uuid: de5bb3a9-1038-4ada-ba05-05cc965ea702
|
||||
label: 'Not applicable'
|
||||
direction: '0'
|
||||
weight: '2'
|
||||
direction: false
|
||||
weight: 2
|
||||
locked: true
|
||||
status: true
|
||||
langcode: en
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
cache_strings: '1'
|
||||
cache_strings: true
|
||||
javascript:
|
||||
directory: 'languages'
|
||||
directory: languages
|
||||
translation:
|
||||
use_source: 'remote_and_local'
|
||||
check_disabled_modules: '0'
|
||||
use_source: remote_and_local
|
||||
check_disabled_modules: false
|
||||
default_filename: '%project-%version.%language.po'
|
||||
default_server_pattern: 'http://ftp.drupal.org/files/translations/%core/%project/%project-%version.%language.po'
|
||||
overwrite_customized: '0'
|
||||
overwrite_not_customized: '1'
|
||||
update_interval_days: '0'
|
||||
overwrite_customized: false
|
||||
overwrite_not_customized: true
|
||||
update_interval_days: 0
|
||||
path: ''
|
||||
import_enabled: '1'
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
main_links: main
|
||||
secondary_links: account
|
||||
override_parent_selector: '0'
|
||||
override_parent_selector: false
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
items_per_page: '10'
|
||||
use_admin_theme: '0'
|
||||
items_per_page: 10
|
||||
use_admin_theme: false
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ base_field: nid
|
|||
base_table: node
|
||||
core: 8.x
|
||||
description: 'Find and manage content.'
|
||||
status: '1'
|
||||
status: true
|
||||
display:
|
||||
default:
|
||||
display_options:
|
||||
|
|
@ -18,25 +18,25 @@ display:
|
|||
type: basic
|
||||
options:
|
||||
submit_button: Filter
|
||||
reset_button: '0'
|
||||
reset_button: false
|
||||
reset_button_label: Reset
|
||||
exposed_sorts_label: 'Sort by'
|
||||
expose_sort_order: '1'
|
||||
expose_sort_order: true
|
||||
sort_asc_label: Asc
|
||||
sort_desc_label: Desc
|
||||
pager:
|
||||
type: full
|
||||
options:
|
||||
items_per_page: '50'
|
||||
items_per_page: 50
|
||||
style:
|
||||
type: table
|
||||
options:
|
||||
grouping: { }
|
||||
row_class: ''
|
||||
default_row_class: '1'
|
||||
row_class_special: '1'
|
||||
override: '1'
|
||||
sticky: '1'
|
||||
default_row_class: true
|
||||
row_class_special: true
|
||||
override: true
|
||||
sticky: true
|
||||
caption: ''
|
||||
summary: ''
|
||||
description: ''
|
||||
|
|
@ -56,80 +56,80 @@ display:
|
|||
node_bulk_form:
|
||||
align: ''
|
||||
separator: ''
|
||||
empty_column: '0'
|
||||
empty_column: false
|
||||
responsive: ''
|
||||
title:
|
||||
sortable: '1'
|
||||
sortable: true
|
||||
default_sort_order: asc
|
||||
align: ''
|
||||
separator: ''
|
||||
empty_column: '0'
|
||||
empty_column: false
|
||||
responsive: ''
|
||||
type:
|
||||
sortable: '1'
|
||||
sortable: true
|
||||
default_sort_order: asc
|
||||
align: ''
|
||||
separator: ''
|
||||
empty_column: '0'
|
||||
empty_column: false
|
||||
responsive: ''
|
||||
name:
|
||||
sortable: '0'
|
||||
sortable: false
|
||||
default_sort_order: asc
|
||||
align: ''
|
||||
separator: ''
|
||||
empty_column: '0'
|
||||
empty_column: false
|
||||
responsive: priority-low
|
||||
status:
|
||||
sortable: '1'
|
||||
sortable: true
|
||||
default_sort_order: asc
|
||||
align: ''
|
||||
separator: ''
|
||||
empty_column: '0'
|
||||
empty_column: false
|
||||
responsive: ''
|
||||
changed:
|
||||
sortable: '1'
|
||||
sortable: true
|
||||
default_sort_order: desc
|
||||
align: ''
|
||||
separator: ''
|
||||
empty_column: '0'
|
||||
empty_column: false
|
||||
responsive: priority-low
|
||||
edit_node:
|
||||
sortable: '0'
|
||||
sortable: false
|
||||
default_sort_order: asc
|
||||
align: ''
|
||||
separator: ''
|
||||
empty_column: '0'
|
||||
empty_column: false
|
||||
responsive: ''
|
||||
delete_node:
|
||||
sortable: '0'
|
||||
sortable: false
|
||||
default_sort_order: asc
|
||||
align: ''
|
||||
separator: ''
|
||||
empty_column: '0'
|
||||
empty_column: false
|
||||
responsive: ''
|
||||
translation_link:
|
||||
sortable: '0'
|
||||
sortable: false
|
||||
default_sort_order: asc
|
||||
align: ''
|
||||
separator: ''
|
||||
empty_column: '0'
|
||||
empty_column: false
|
||||
responsive: ''
|
||||
dropbutton:
|
||||
sortable: '0'
|
||||
sortable: false
|
||||
default_sort_order: asc
|
||||
align: ''
|
||||
separator: ''
|
||||
empty_column: '0'
|
||||
empty_column: false
|
||||
responsive: ''
|
||||
timestamp:
|
||||
sortable: '0'
|
||||
sortable: false
|
||||
default_sort_order: asc
|
||||
align: ''
|
||||
separator: ''
|
||||
empty_column: '0'
|
||||
empty_column: false
|
||||
responsive: ''
|
||||
default: changed
|
||||
empty_table: '1'
|
||||
empty_table: true
|
||||
row:
|
||||
type: fields
|
||||
fields:
|
||||
|
|
@ -138,15 +138,15 @@ display:
|
|||
table: node
|
||||
field: node_bulk_form
|
||||
label: ''
|
||||
exclude: '0'
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: '0'
|
||||
alter_text: false
|
||||
element_class: ''
|
||||
element_default_classes: '1'
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: '0'
|
||||
empty_zero: '0'
|
||||
hide_alter_empty: '1'
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
plugin_id: node_bulk_form
|
||||
provider: node
|
||||
title:
|
||||
|
|
@ -154,15 +154,15 @@ display:
|
|||
table: node_field_data
|
||||
field: title
|
||||
label: Title
|
||||
exclude: '0'
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: '0'
|
||||
alter_text: false
|
||||
element_class: ''
|
||||
element_default_classes: '1'
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: '0'
|
||||
empty_zero: '0'
|
||||
hide_alter_empty: '1'
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
link_to_node: '1'
|
||||
plugin_id: node
|
||||
provider: node
|
||||
|
|
@ -171,15 +171,15 @@ display:
|
|||
table: node_field_data
|
||||
field: type
|
||||
label: 'Content Type'
|
||||
exclude: '0'
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: '0'
|
||||
alter_text: false
|
||||
element_class: ''
|
||||
element_default_classes: '1'
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: '0'
|
||||
empty_zero: '0'
|
||||
hide_alter_empty: '1'
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
link_to_node: '0'
|
||||
machine_name: '0'
|
||||
plugin_id: node_type
|
||||
|
|
@ -190,15 +190,15 @@ display:
|
|||
field: name
|
||||
relationship: uid
|
||||
label: Author
|
||||
exclude: '0'
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: '0'
|
||||
alter_text: false
|
||||
element_class: ''
|
||||
element_default_classes: '1'
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: '0'
|
||||
empty_zero: '0'
|
||||
hide_alter_empty: '1'
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
link_to_user: '1'
|
||||
overwrite_anonymous: '0'
|
||||
anonymous_text: ''
|
||||
|
|
@ -210,15 +210,15 @@ display:
|
|||
table: node_field_data
|
||||
field: status
|
||||
label: Status
|
||||
exclude: '0'
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: '0'
|
||||
alter_text: false
|
||||
element_class: ''
|
||||
element_default_classes: '1'
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: '0'
|
||||
empty_zero: '0'
|
||||
hide_alter_empty: '1'
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
type: published-notpublished
|
||||
type_custom_true: ''
|
||||
type_custom_false: ''
|
||||
|
|
@ -230,15 +230,15 @@ display:
|
|||
table: node_field_data
|
||||
field: changed
|
||||
label: Updated
|
||||
exclude: '0'
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: '0'
|
||||
alter_text: false
|
||||
element_class: ''
|
||||
element_default_classes: '1'
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: '0'
|
||||
empty_zero: '0'
|
||||
hide_alter_empty: '1'
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
date_format: short
|
||||
custom_date_format: ''
|
||||
timezone: ''
|
||||
|
|
@ -249,7 +249,7 @@ display:
|
|||
table: node
|
||||
field: edit_node
|
||||
label: ''
|
||||
exclude: '1'
|
||||
exclude: true
|
||||
text: Edit
|
||||
plugin_id: node_link_edit
|
||||
provider: node
|
||||
|
|
@ -258,7 +258,7 @@ display:
|
|||
table: node
|
||||
field: delete_node
|
||||
label: ''
|
||||
exclude: '1'
|
||||
exclude: true
|
||||
text: Delete
|
||||
plugin_id: node_link_delete
|
||||
provider: node
|
||||
|
|
@ -267,14 +267,14 @@ display:
|
|||
table: node
|
||||
field: translation_link
|
||||
label: ''
|
||||
exclude: '1'
|
||||
exclude: true
|
||||
alter:
|
||||
alter_text: '0'
|
||||
alter_text: false
|
||||
element_class: ''
|
||||
element_default_classes: '1'
|
||||
hide_alter_empty: '1'
|
||||
hide_empty: '0'
|
||||
empty_zero: '0'
|
||||
element_default_classes: true
|
||||
hide_alter_empty: true
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
empty: ''
|
||||
text: Translate
|
||||
optional: '1'
|
||||
|
|
@ -300,46 +300,46 @@ display:
|
|||
group_type: group
|
||||
admin_label: ''
|
||||
label: 'Has new content'
|
||||
exclude: '0'
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: '0'
|
||||
alter_text: false
|
||||
text: ''
|
||||
make_link: '0'
|
||||
make_link: false
|
||||
path: ''
|
||||
absolute: '0'
|
||||
external: '0'
|
||||
replace_spaces: '0'
|
||||
absolute: false
|
||||
external: false
|
||||
replace_spaces: false
|
||||
path_case: none
|
||||
trim_whitespace: '0'
|
||||
trim_whitespace: false
|
||||
alt: ''
|
||||
rel: ''
|
||||
link_class: ''
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
target: ''
|
||||
nl2br: '0'
|
||||
nl2br: false
|
||||
max_length: ''
|
||||
word_boundary: '1'
|
||||
ellipsis: '1'
|
||||
more_link: '0'
|
||||
word_boundary: true
|
||||
ellipsis: true
|
||||
more_link: false
|
||||
more_link_text: ''
|
||||
more_link_path: ''
|
||||
strip_tags: '0'
|
||||
trim: '0'
|
||||
strip_tags: false
|
||||
trim: false
|
||||
preserve_tags: ''
|
||||
html: '0'
|
||||
html: false
|
||||
element_type: ''
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: '1'
|
||||
element_label_colon: true
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: '1'
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: '0'
|
||||
empty_zero: '0'
|
||||
hide_alter_empty: '1'
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
link_to_node: '0'
|
||||
comments: '0'
|
||||
plugin_id: history_user_timestamp
|
||||
|
|
@ -363,28 +363,28 @@ display:
|
|||
operator: '='
|
||||
value: All
|
||||
group: '1'
|
||||
exposed: '1'
|
||||
exposed: true
|
||||
expose:
|
||||
operator_id: ''
|
||||
label: Status
|
||||
description: ''
|
||||
use_operator: '0'
|
||||
use_operator: false
|
||||
operator: status_op
|
||||
identifier: status
|
||||
required: '0'
|
||||
remember: '0'
|
||||
multiple: '0'
|
||||
required: false
|
||||
remember: false
|
||||
multiple: false
|
||||
remember_roles:
|
||||
authenticated: authenticated
|
||||
is_grouped: '1'
|
||||
is_grouped: true
|
||||
group_info:
|
||||
label: 'Published status'
|
||||
description: ''
|
||||
identifier: status
|
||||
optional: '1'
|
||||
optional: true
|
||||
widget: select
|
||||
multiple: '0'
|
||||
remember: '0'
|
||||
multiple: false
|
||||
remember: 0
|
||||
default_group: All
|
||||
default_group_multiple: { }
|
||||
group_items:
|
||||
|
|
@ -404,20 +404,20 @@ display:
|
|||
field: type
|
||||
operator: in
|
||||
value: { }
|
||||
exposed: '1'
|
||||
exposed: true
|
||||
expose:
|
||||
operator_id: type_op
|
||||
label: Type
|
||||
description: ''
|
||||
use_operator: '0'
|
||||
use_operator: false
|
||||
operator: type_op
|
||||
identifier: type
|
||||
required: '0'
|
||||
remember: '0'
|
||||
multiple: '0'
|
||||
required: false
|
||||
remember: false
|
||||
multiple: false
|
||||
remember_roles:
|
||||
authenticated: authenticated
|
||||
reduce: '0'
|
||||
reduce: false
|
||||
plugin_id: bundle
|
||||
provider: views
|
||||
langcode:
|
||||
|
|
@ -427,7 +427,7 @@ display:
|
|||
operator: in
|
||||
value: { }
|
||||
group: '1'
|
||||
exposed: '1'
|
||||
exposed: true
|
||||
expose:
|
||||
operator_id: langcode_op
|
||||
label: Language
|
||||
|
|
@ -445,7 +445,7 @@ display:
|
|||
id: area_text_custom
|
||||
table: views
|
||||
field: area_text_custom
|
||||
empty: '1'
|
||||
empty: true
|
||||
content: 'No content available.'
|
||||
plugin_id: text_custom
|
||||
provider: views
|
||||
|
|
@ -456,14 +456,14 @@ display:
|
|||
table: node_field_data
|
||||
field: uid
|
||||
admin_label: author
|
||||
required: '1'
|
||||
required: true
|
||||
plugin_id: standard
|
||||
provider: views
|
||||
show_admin_links: '0'
|
||||
display_plugin: default
|
||||
display_title: Master
|
||||
id: default
|
||||
position: '0'
|
||||
position: 0
|
||||
page_1:
|
||||
display_options:
|
||||
path: admin/content/node
|
||||
|
|
@ -472,18 +472,18 @@ display:
|
|||
title: Content
|
||||
description: ''
|
||||
name: admin
|
||||
weight: '-10'
|
||||
weight: -10
|
||||
context: '0'
|
||||
tab_options:
|
||||
type: normal
|
||||
title: Content
|
||||
description: 'Find and manage content'
|
||||
name: admin
|
||||
weight: '-10'
|
||||
weight: -10
|
||||
display_plugin: page
|
||||
display_title: Page
|
||||
id: page_1
|
||||
position: '1'
|
||||
position: 1
|
||||
label: Content
|
||||
module: node
|
||||
id: content
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ base_field: nid
|
|||
base_table: node
|
||||
core: 8.x
|
||||
description: 'A list of nodes marked for display on the front page.'
|
||||
status: '1'
|
||||
status: true
|
||||
display:
|
||||
default:
|
||||
display_options:
|
||||
|
|
@ -17,19 +17,19 @@ display:
|
|||
area_text_custom:
|
||||
admin_label: ''
|
||||
content: 'No front page content has been created yet.'
|
||||
empty: '1'
|
||||
empty: true
|
||||
field: area_text_custom
|
||||
group_type: group
|
||||
id: area_text_custom
|
||||
label: ''
|
||||
relationship: none
|
||||
table: views
|
||||
tokenize: '0'
|
||||
tokenize: false
|
||||
plugin_id: text
|
||||
provider: views
|
||||
node_listing_empty:
|
||||
admin_label: ''
|
||||
empty: '1'
|
||||
empty: true
|
||||
field: node_listing_empty
|
||||
group_type: group
|
||||
id: node_listing_empty
|
||||
|
|
@ -46,7 +46,7 @@ display:
|
|||
group_type: group
|
||||
admin_label: ''
|
||||
label: ''
|
||||
empty: '1'
|
||||
empty: true
|
||||
title: 'Welcome to [site:name]'
|
||||
plugin_id: title
|
||||
provider: views
|
||||
|
|
@ -54,10 +54,10 @@ display:
|
|||
type: basic
|
||||
options:
|
||||
submit_button: Apply
|
||||
reset_button: '0'
|
||||
reset_button: false
|
||||
reset_button_label: Reset
|
||||
exposed_sorts_label: 'Sort by'
|
||||
expose_sort_order: '1'
|
||||
expose_sort_order: true
|
||||
sort_asc_label: Asc
|
||||
sort_desc_label: Desc
|
||||
filters:
|
||||
|
|
@ -67,15 +67,15 @@ display:
|
|||
description: ''
|
||||
identifier: ''
|
||||
label: ''
|
||||
multiple: '0'
|
||||
multiple: false
|
||||
operator: ''
|
||||
operator_id: '0'
|
||||
remember: '0'
|
||||
remember: false
|
||||
remember_roles:
|
||||
authenticated: authenticated
|
||||
required: '0'
|
||||
use_operator: '0'
|
||||
exposed: '0'
|
||||
required: false
|
||||
use_operator: false
|
||||
exposed: false
|
||||
field: promote
|
||||
group: '1'
|
||||
group_info:
|
||||
|
|
@ -85,13 +85,13 @@ display:
|
|||
group_items: { }
|
||||
identifier: ''
|
||||
label: ''
|
||||
multiple: '0'
|
||||
optional: '1'
|
||||
remember: '0'
|
||||
multiple: false
|
||||
optional: true
|
||||
remember: 0
|
||||
widget: select
|
||||
group_type: group
|
||||
id: promote
|
||||
is_grouped: '0'
|
||||
is_grouped: false
|
||||
operator: '='
|
||||
relationship: none
|
||||
table: node_field_data
|
||||
|
|
@ -111,17 +111,17 @@ display:
|
|||
pager:
|
||||
type: full
|
||||
options:
|
||||
items_per_page: '10'
|
||||
offset: '0'
|
||||
id: '0'
|
||||
total_pages: ''
|
||||
items_per_page: 10
|
||||
offset: 0
|
||||
id: 0
|
||||
total_pages: 0
|
||||
expose:
|
||||
items_per_page: '0'
|
||||
items_per_page_label: 'Items per page'
|
||||
items_per_page_options: '5, 10, 20, 40, 60'
|
||||
items_per_page_options_all: '0'
|
||||
items_per_page_options_all: false
|
||||
items_per_page_options_all_label: '- All -'
|
||||
offset: '0'
|
||||
offset: false
|
||||
offset_label: Offset
|
||||
tags:
|
||||
previous: '‹ previous'
|
||||
|
|
@ -132,10 +132,10 @@ display:
|
|||
query:
|
||||
type: views_query
|
||||
options:
|
||||
disable_sql_rewrite: '0'
|
||||
distinct: '0'
|
||||
slave: '0'
|
||||
query_comment: ''
|
||||
disable_sql_rewrite: false
|
||||
distinct: false
|
||||
slave: false
|
||||
query_comment: false
|
||||
query_tags: { }
|
||||
row:
|
||||
type: 'entity:node'
|
||||
|
|
@ -149,7 +149,7 @@ display:
|
|||
admin_label: ''
|
||||
expose:
|
||||
label: ''
|
||||
exposed: '0'
|
||||
exposed: false
|
||||
field: sticky
|
||||
group_type: group
|
||||
id: sticky
|
||||
|
|
@ -167,7 +167,7 @@ display:
|
|||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
exposed: '0'
|
||||
exposed: false
|
||||
expose:
|
||||
label: ''
|
||||
granularity: second
|
||||
|
|
@ -177,9 +177,9 @@ display:
|
|||
options:
|
||||
grouping: { }
|
||||
row_class: ''
|
||||
default_row_class: '1'
|
||||
row_class_special: '1'
|
||||
uses_fields: '0'
|
||||
default_row_class: true
|
||||
row_class_special: true
|
||||
uses_fields: false
|
||||
title: ''
|
||||
header: { }
|
||||
footer: { }
|
||||
|
|
@ -189,21 +189,21 @@ display:
|
|||
display_plugin: default
|
||||
display_title: Master
|
||||
id: default
|
||||
position: '0'
|
||||
position: 0
|
||||
page_1:
|
||||
display_options:
|
||||
path: node
|
||||
display_plugin: page
|
||||
display_title: Page
|
||||
id: page_1
|
||||
position: '1'
|
||||
position: 1
|
||||
feed_1:
|
||||
display_plugin: feed
|
||||
id: feed_1
|
||||
display_title: Feed
|
||||
position: '2'
|
||||
position: 2
|
||||
display_options:
|
||||
sitename_title: '1'
|
||||
sitename_title: true
|
||||
path: rss.xml
|
||||
displays:
|
||||
page_1: page_1
|
||||
|
|
@ -211,8 +211,8 @@ display:
|
|||
pager:
|
||||
type: some
|
||||
options:
|
||||
items_per_page: '10'
|
||||
offset: '0'
|
||||
items_per_page: 10
|
||||
offset: 0
|
||||
style:
|
||||
type: rss
|
||||
options:
|
||||
|
|
|
|||
|
|
@ -1,22 +1,22 @@
|
|||
active_plugins:
|
||||
node_search: node_search
|
||||
user_search: user_search
|
||||
and_or_limit: '7'
|
||||
and_or_limit: 7
|
||||
default_plugin: node_search
|
||||
index:
|
||||
cron_limit: '100'
|
||||
overlap_cjk: '1'
|
||||
minimum_word_size: '3'
|
||||
cron_limit: 100
|
||||
overlap_cjk: true
|
||||
minimum_word_size: 3
|
||||
tag_weights:
|
||||
h1: '25'
|
||||
h2: '18'
|
||||
h3: '15'
|
||||
h4: '14'
|
||||
h5: '9'
|
||||
h6: '6'
|
||||
u: '3'
|
||||
b: '3'
|
||||
i: '3'
|
||||
strong: '3'
|
||||
em: '3'
|
||||
a: '10'
|
||||
h1: 25
|
||||
h2: 18
|
||||
h3: 15
|
||||
h4: 14
|
||||
h5: 9
|
||||
h6: 6
|
||||
u: 3
|
||||
b: 3
|
||||
i: 3
|
||||
strong: 3
|
||||
em: 3
|
||||
a: 10
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
access_log:
|
||||
enabled: '0'
|
||||
max_lifetime: '259200'
|
||||
count_content_views: '0'
|
||||
enabled: false
|
||||
max_lifetime: 259200
|
||||
count_content_views: 0
|
||||
block:
|
||||
popular:
|
||||
top_day_limit: '0'
|
||||
top_all_limit: '0'
|
||||
top_recent_limit: '0'
|
||||
top_day_limit: 0
|
||||
top_all_limit: 0
|
||||
top_recent_limit: 0
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
threshold:
|
||||
autorun: '0'
|
||||
requirements_warning: '172800'
|
||||
requirements_error: '1209600'
|
||||
autorun: 0
|
||||
requirements_warning: 172800
|
||||
requirements_error: 1209600
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
country:
|
||||
default: ''
|
||||
first_day: '0'
|
||||
first_day: 0
|
||||
timezone:
|
||||
default: ''
|
||||
user:
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
id: fallback
|
||||
uuid: cf0ad071-ded7-4750-b008-8c74f200ff8d
|
||||
label: 'Fallback date format'
|
||||
status: '1'
|
||||
status: true
|
||||
langcode: en
|
||||
locked: '1'
|
||||
locked: true
|
||||
locales: { }
|
||||
pattern:
|
||||
php: 'D, m/d/Y - H:i'
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
id: html_date
|
||||
uuid: f4028e7f-3ed8-4737-8f27-39b618214a1f
|
||||
label: 'HTML Date'
|
||||
status: '1'
|
||||
status: true
|
||||
langcode: en
|
||||
locked: '1'
|
||||
locked: true
|
||||
locales: { }
|
||||
pattern:
|
||||
php: Y-m-d
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
id: html_datetime
|
||||
uuid: bfd7db46-607f-477f-9047-713c312dbb02
|
||||
label: 'HTML Datetime'
|
||||
status: '1'
|
||||
status: true
|
||||
langcode: en
|
||||
locked: '1'
|
||||
locked: true
|
||||
locales: { }
|
||||
pattern:
|
||||
php: 'Y-m-d\TH:i:sO'
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
id: html_month
|
||||
uuid: f85dd1b6-0edb-4024-a800-bb8c87805b2b
|
||||
label: 'HTML Month'
|
||||
status: '1'
|
||||
status: true
|
||||
langcode: en
|
||||
locked: '1'
|
||||
locked: true
|
||||
locales: { }
|
||||
pattern:
|
||||
php: Y-m
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
id: html_time
|
||||
uuid: f8e87532-396e-4353-b02c-4493d2031bc6
|
||||
label: 'HTML Time'
|
||||
status: '1'
|
||||
status: true
|
||||
langcode: en
|
||||
locked: '1'
|
||||
locked: true
|
||||
locales: { }
|
||||
pattern:
|
||||
php: 'H:i:s'
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
id: html_week
|
||||
uuid: d14737ae-d1e0-436b-9225-37113d4c8c7c
|
||||
label: 'HTML Week'
|
||||
status: '1'
|
||||
status: true
|
||||
langcode: en
|
||||
locked: '1'
|
||||
locked: true
|
||||
locales: { }
|
||||
pattern:
|
||||
php: Y-\WW
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
id: html_year
|
||||
uuid: a43b8034-a2f2-4507-9400-bed7d389265f
|
||||
label: 'HTML Year'
|
||||
status: '1'
|
||||
status: true
|
||||
langcode: en
|
||||
locked: '1'
|
||||
locked: true
|
||||
locales: { }
|
||||
pattern:
|
||||
php: Y
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
id: html_yearless_date
|
||||
uuid: 623ab5ae-ebba-42cc-b100-a4ca10c77b2e
|
||||
label: 'HTML Yearless date'
|
||||
status: '1'
|
||||
status: true
|
||||
langcode: en
|
||||
locked: '1'
|
||||
locked: true
|
||||
locales: { }
|
||||
pattern:
|
||||
php: m-d
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
id: long
|
||||
uuid: 500ad047-44b4-429f-9b00-d54df9cbaa8c
|
||||
label: 'Default long date'
|
||||
status: '1'
|
||||
status: true
|
||||
langcode: en
|
||||
locked: '0'
|
||||
locked: false
|
||||
locales: { }
|
||||
pattern:
|
||||
php: 'l, F j, Y - H:i'
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
id: medium
|
||||
uuid: 17a8d708-e3b1-432d-9d36-542a97346a60
|
||||
label: 'Default medium date'
|
||||
status: '1'
|
||||
status: true
|
||||
langcode: en
|
||||
locked: '0'
|
||||
locked: false
|
||||
locales: { }
|
||||
pattern:
|
||||
php: 'D, m/d/Y - H:i'
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
id: short
|
||||
uuid: a8ee7b86-5ef8-43a5-b200-d2e40e10cd58
|
||||
label: 'Default short date'
|
||||
status: '1'
|
||||
status: true
|
||||
langcode: en
|
||||
locked: '0'
|
||||
locked: false
|
||||
locales: { }
|
||||
pattern:
|
||||
php: 'm/d/Y - H:i'
|
||||
|
|
|
|||
|
|
@ -1,19 +1,19 @@
|
|||
cache:
|
||||
page:
|
||||
use_internal: '0'
|
||||
max_age: '0'
|
||||
max_age: 0
|
||||
css:
|
||||
preprocess: '0'
|
||||
gzip: '1'
|
||||
preprocess: false
|
||||
gzip: true
|
||||
fast_404:
|
||||
enabled: '1'
|
||||
paths: '/\.(?:txt|png|gif|jpe?g|css|js|ico|swf|flv|cgi|bat|pl|dll|exe|asp)$/i'
|
||||
exclude_paths: '/\/(?:styles|imagecache)\//'
|
||||
html: '<!DOCTYPE html><html><head><title>404 Not Found</title></head><body><h1>Not Found</h1><p>The requested URL "@path" was not found on this server.</p></body></html>'
|
||||
js:
|
||||
preprocess: '0'
|
||||
gzip: '1'
|
||||
preprocess: false
|
||||
gzip: true
|
||||
response:
|
||||
gzip: '0'
|
||||
stale_file_threshold: '2592000'
|
||||
theme_link: '1'
|
||||
gzip: false
|
||||
stale_file_threshold: 2592000
|
||||
theme_link: true
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
channel:
|
||||
description: ''
|
||||
items:
|
||||
limit: '10'
|
||||
limit: 10
|
||||
view_mode: rss
|
||||
langcode: en
|
||||
|
|
|
|||
|
|
@ -5,6 +5,6 @@ page:
|
|||
403: ''
|
||||
404: ''
|
||||
front: user
|
||||
admin_compact_mode: '0'
|
||||
weight_select_max: '100'
|
||||
admin_compact_mode: false
|
||||
weight_select_max: 100
|
||||
langcode: en
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
maintain_index_table: '1'
|
||||
override_selector: '0'
|
||||
terms_per_page_admin: '100'
|
||||
maintain_index_table: true
|
||||
override_selector: false
|
||||
terms_per_page_admin: 100
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
check:
|
||||
disabled_extensions: '0'
|
||||
interval_days: '1'
|
||||
disabled_extensions: false
|
||||
interval_days: 1
|
||||
fetch:
|
||||
url: ''
|
||||
max_attempts: '2'
|
||||
timeout: '5'
|
||||
max_attempts: 2
|
||||
timeout: 5
|
||||
notification:
|
||||
emails: []
|
||||
emails: { }
|
||||
threshold: '0'
|
||||
|
|
|
|||
|
|
@ -1,18 +1,18 @@
|
|||
admin_role: ''
|
||||
anonymous: Anonymous
|
||||
verify_mail: '1'
|
||||
verify_mail: true
|
||||
notify:
|
||||
cancel_confirm: '1'
|
||||
password_reset: '1'
|
||||
status_activated: '1'
|
||||
status_blocked: '0'
|
||||
status_cancelled: '0'
|
||||
register_admin_created: '1'
|
||||
register_no_approval_required: '1'
|
||||
register_pending_approval: '1'
|
||||
cancel_confirm: true
|
||||
password_reset: true
|
||||
status_activated: true
|
||||
status_blocked: false
|
||||
status_cancelled: false
|
||||
register_admin_created: true
|
||||
register_no_approval_required: true
|
||||
register_pending_approval: true
|
||||
register: visitors
|
||||
signatures: '0'
|
||||
signatures: false
|
||||
cancel_method: user_cancel_block
|
||||
password_reset_timeout: '86400'
|
||||
password_strength: '1'
|
||||
password_reset_timeout: 86400
|
||||
password_strength: true
|
||||
langcode: en
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
|
|
@ -2,21 +2,21 @@ base_field: nid
|
|||
base_table: node
|
||||
core: '8'
|
||||
description: 'A list of months that link to content for that month.'
|
||||
status: '0'
|
||||
status: false
|
||||
display:
|
||||
default:
|
||||
id: default
|
||||
display_title: Master
|
||||
display_plugin: default
|
||||
position: '1'
|
||||
position: 1
|
||||
display_options:
|
||||
query:
|
||||
type: views_query
|
||||
options:
|
||||
query_comment: '0'
|
||||
disable_sql_rewrite: '0'
|
||||
distinct: '0'
|
||||
slave: '0'
|
||||
query_comment: false
|
||||
disable_sql_rewrite: false
|
||||
distinct: false
|
||||
slave: false
|
||||
query_tags: { }
|
||||
title: 'Monthly archive'
|
||||
access:
|
||||
|
|
@ -29,26 +29,26 @@ display:
|
|||
type: basic
|
||||
options:
|
||||
submit_button: Apply
|
||||
reset_button: '0'
|
||||
reset_button: false
|
||||
reset_button_label: Reset
|
||||
exposed_sorts_label: 'Sort by'
|
||||
expose_sort_order: '1'
|
||||
expose_sort_order: true
|
||||
sort_asc_label: Asc
|
||||
sort_desc_label: Desc
|
||||
pager:
|
||||
type: mini
|
||||
options:
|
||||
items_per_page: '10'
|
||||
offset: '0'
|
||||
id: '0'
|
||||
total_pages: ''
|
||||
items_per_page: 10
|
||||
offset: 0
|
||||
id: 0
|
||||
total_pages: 0
|
||||
expose:
|
||||
items_per_page: '0'
|
||||
items_per_page_label: 'Items per page'
|
||||
items_per_page_options: '5, 10, 20, 40, 60'
|
||||
items_per_page_options_all: '0'
|
||||
items_per_page_options_all: false
|
||||
items_per_page_options_all_label: '- All -'
|
||||
offset: '0'
|
||||
offset: false
|
||||
offset_label: Offset
|
||||
tags:
|
||||
previous: ‹‹
|
||||
|
|
@ -63,7 +63,7 @@ display:
|
|||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
exposed: '0'
|
||||
exposed: false
|
||||
expose:
|
||||
label: ''
|
||||
granularity: second
|
||||
|
|
@ -75,17 +75,17 @@ display:
|
|||
field: created_year_month
|
||||
default_action: summary
|
||||
exception:
|
||||
title_enable: '1'
|
||||
title_enable: '1'
|
||||
title_enable: true
|
||||
title_enable: true
|
||||
title: '%1'
|
||||
default_argument_type: fixed
|
||||
summary:
|
||||
sort_order: desc
|
||||
format: default_summary
|
||||
summary_options:
|
||||
override: '1'
|
||||
items_per_page: '30'
|
||||
specify_validation: '1'
|
||||
override: true
|
||||
items_per_page: 30
|
||||
specify_validation: true
|
||||
plugin_id: date_year_month
|
||||
provider: views
|
||||
filters:
|
||||
|
|
@ -104,9 +104,9 @@ display:
|
|||
options:
|
||||
grouping: { }
|
||||
row_class: ''
|
||||
default_row_class: '1'
|
||||
row_class_special: '1'
|
||||
uses_fields: '0'
|
||||
default_row_class: true
|
||||
row_class_special: true
|
||||
uses_fields: false
|
||||
row:
|
||||
type: 'entity:node'
|
||||
options:
|
||||
|
|
@ -122,7 +122,7 @@ display:
|
|||
id: page_1
|
||||
display_title: Page
|
||||
display_plugin: page
|
||||
position: '2'
|
||||
position: 2
|
||||
display_options:
|
||||
query:
|
||||
type: views_query
|
||||
|
|
@ -132,13 +132,13 @@ display:
|
|||
id: block_1
|
||||
display_title: Block
|
||||
display_plugin: block
|
||||
position: '3'
|
||||
position: 3
|
||||
display_options:
|
||||
query:
|
||||
type: views_query
|
||||
options: { }
|
||||
defaults:
|
||||
arguments: '0'
|
||||
arguments: false
|
||||
arguments:
|
||||
created_year_month:
|
||||
id: created_year_month
|
||||
|
|
@ -146,15 +146,15 @@ display:
|
|||
field: created_year_month
|
||||
default_action: summary
|
||||
exception:
|
||||
title_enable: '1'
|
||||
title_enable: '1'
|
||||
title_enable: true
|
||||
title_enable: true
|
||||
title: '%1'
|
||||
default_argument_type: fixed
|
||||
summary:
|
||||
format: default_summary
|
||||
summary_options:
|
||||
items_per_page: '30'
|
||||
specify_validation: '1'
|
||||
items_per_page: 30
|
||||
specify_validation: true
|
||||
plugin_id: date_year_month
|
||||
provider: views
|
||||
label: Archive
|
||||
|
|
|
|||
|
|
@ -2,21 +2,21 @@ base_field: cid
|
|||
base_table: comment
|
||||
core: '8'
|
||||
description: 'A block and a page with recent comments.'
|
||||
status: '0'
|
||||
status: false
|
||||
display:
|
||||
default:
|
||||
id: default
|
||||
display_title: Master
|
||||
display_plugin: default
|
||||
position: '1'
|
||||
position: 1
|
||||
display_options:
|
||||
query:
|
||||
type: views_query
|
||||
options:
|
||||
query_comment: '0'
|
||||
disable_sql_rewrite: '0'
|
||||
distinct: '0'
|
||||
slave: '0'
|
||||
query_comment: false
|
||||
disable_sql_rewrite: false
|
||||
distinct: false
|
||||
slave: false
|
||||
query_tags: { }
|
||||
title: 'Recent comments'
|
||||
use_more: '1'
|
||||
|
|
@ -30,28 +30,27 @@ display:
|
|||
type: basic
|
||||
options:
|
||||
submit_button: Apply
|
||||
reset_button: '0'
|
||||
reset_button: false
|
||||
reset_button_label: Reset
|
||||
exposed_sorts_label: 'Sort by'
|
||||
expose_sort_order: '1'
|
||||
expose_sort_order: true
|
||||
sort_asc_label: Asc
|
||||
sort_desc_label: Desc
|
||||
pager:
|
||||
type: some
|
||||
options:
|
||||
items_per_page: '5'
|
||||
offset: '0'
|
||||
items_per_page: 5
|
||||
offset: 0
|
||||
relationships:
|
||||
node:
|
||||
field: node
|
||||
id: node
|
||||
required: '1'
|
||||
required: false
|
||||
table: comment
|
||||
plugin_id: standard
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: Content
|
||||
required: '0'
|
||||
provider: views
|
||||
fields:
|
||||
subject:
|
||||
|
|
@ -64,46 +63,46 @@ display:
|
|||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
exclude: '0'
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: '0'
|
||||
alter_text: false
|
||||
text: ''
|
||||
make_link: '0'
|
||||
make_link: false
|
||||
path: ''
|
||||
absolute: '0'
|
||||
external: '0'
|
||||
replace_spaces: '0'
|
||||
absolute: false
|
||||
external: false
|
||||
replace_spaces: false
|
||||
path_case: none
|
||||
trim_whitespace: '0'
|
||||
trim_whitespace: false
|
||||
alt: ''
|
||||
rel: ''
|
||||
link_class: ''
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
target: ''
|
||||
nl2br: '0'
|
||||
nl2br: false
|
||||
max_length: ''
|
||||
word_boundary: '1'
|
||||
ellipsis: '1'
|
||||
more_link: '0'
|
||||
word_boundary: true
|
||||
ellipsis: true
|
||||
more_link: false
|
||||
more_link_text: ''
|
||||
more_link_path: ''
|
||||
strip_tags: '0'
|
||||
trim: '0'
|
||||
strip_tags: false
|
||||
trim: false
|
||||
preserve_tags: ''
|
||||
html: '0'
|
||||
html: false
|
||||
element_type: ''
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: '1'
|
||||
element_label_colon: true
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: '1'
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: '0'
|
||||
empty_zero: '0'
|
||||
hide_alter_empty: '1'
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
link_to_node: '0'
|
||||
provider: comment
|
||||
timestamp:
|
||||
|
|
@ -116,46 +115,46 @@ display:
|
|||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
exclude: '0'
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: '0'
|
||||
alter_text: false
|
||||
text: ''
|
||||
make_link: '0'
|
||||
make_link: false
|
||||
path: ''
|
||||
absolute: '0'
|
||||
external: '0'
|
||||
replace_spaces: '0'
|
||||
absolute: false
|
||||
external: false
|
||||
replace_spaces: false
|
||||
path_case: none
|
||||
trim_whitespace: '0'
|
||||
trim_whitespace: false
|
||||
alt: ''
|
||||
rel: ''
|
||||
link_class: ''
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
target: ''
|
||||
nl2br: '0'
|
||||
nl2br: false
|
||||
max_length: ''
|
||||
word_boundary: '1'
|
||||
ellipsis: '1'
|
||||
more_link: '0'
|
||||
word_boundary: true
|
||||
ellipsis: true
|
||||
more_link: false
|
||||
more_link_text: ''
|
||||
more_link_path: ''
|
||||
strip_tags: '0'
|
||||
trim: '0'
|
||||
strip_tags: false
|
||||
trim: false
|
||||
preserve_tags: ''
|
||||
html: '0'
|
||||
html: false
|
||||
element_type: ''
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: '1'
|
||||
element_label_colon: true
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: '1'
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: '0'
|
||||
empty_zero: '0'
|
||||
hide_alter_empty: '1'
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
custom_date_format: ''
|
||||
timezone: ''
|
||||
provider: views
|
||||
|
|
@ -169,7 +168,7 @@ display:
|
|||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
exposed: '0'
|
||||
exposed: false
|
||||
expose:
|
||||
label: ''
|
||||
granularity: second
|
||||
|
|
@ -188,9 +187,9 @@ display:
|
|||
options:
|
||||
grouping: { }
|
||||
row_class: ''
|
||||
default_row_class: '1'
|
||||
row_class_special: '1'
|
||||
uses_fields: '0'
|
||||
default_row_class: true
|
||||
row_class_special: true
|
||||
uses_fields: false
|
||||
type: ul
|
||||
class: ''
|
||||
wrapper_class: item-list
|
||||
|
|
@ -199,7 +198,7 @@ display:
|
|||
options:
|
||||
inline: { }
|
||||
separator: ''
|
||||
hide_empty: '0'
|
||||
hide_empty: false
|
||||
default_field_elements: '1'
|
||||
header: { }
|
||||
footer: { }
|
||||
|
|
@ -209,7 +208,7 @@ display:
|
|||
id: page_1
|
||||
display_title: Page
|
||||
display_plugin: page
|
||||
position: '2'
|
||||
position: 2
|
||||
display_options:
|
||||
query:
|
||||
type: views_query
|
||||
|
|
@ -219,7 +218,7 @@ display:
|
|||
style_options: '0'
|
||||
row_plugin: '0'
|
||||
row_options: '0'
|
||||
fields: '0'
|
||||
fields: false
|
||||
fields:
|
||||
title:
|
||||
id: title
|
||||
|
|
@ -231,46 +230,46 @@ display:
|
|||
plugin_id: node
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
exclude: '0'
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: '0'
|
||||
alter_text: false
|
||||
text: ''
|
||||
make_link: '0'
|
||||
make_link: false
|
||||
path: ''
|
||||
absolute: '0'
|
||||
external: '0'
|
||||
replace_spaces: '0'
|
||||
absolute: false
|
||||
external: false
|
||||
replace_spaces: false
|
||||
path_case: none
|
||||
trim_whitespace: '0'
|
||||
trim_whitespace: false
|
||||
alt: ''
|
||||
rel: ''
|
||||
link_class: ''
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
target: ''
|
||||
nl2br: '0'
|
||||
nl2br: false
|
||||
max_length: ''
|
||||
word_boundary: '1'
|
||||
ellipsis: '1'
|
||||
more_link: '0'
|
||||
word_boundary: true
|
||||
ellipsis: true
|
||||
more_link: false
|
||||
more_link_text: ''
|
||||
more_link_path: ''
|
||||
strip_tags: '0'
|
||||
trim: '0'
|
||||
strip_tags: false
|
||||
trim: false
|
||||
preserve_tags: ''
|
||||
html: '0'
|
||||
html: false
|
||||
element_type: ''
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: '1'
|
||||
element_label_colon: true
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: '1'
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: '0'
|
||||
empty_zero: '0'
|
||||
hide_alter_empty: '1'
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
provider: node
|
||||
timestamp:
|
||||
id: timestamp
|
||||
|
|
@ -282,46 +281,46 @@ display:
|
|||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
exclude: '0'
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: '0'
|
||||
alter_text: false
|
||||
text: ''
|
||||
make_link: '0'
|
||||
make_link: false
|
||||
path: ''
|
||||
absolute: '0'
|
||||
external: '0'
|
||||
replace_spaces: '0'
|
||||
absolute: false
|
||||
external: false
|
||||
replace_spaces: false
|
||||
path_case: none
|
||||
trim_whitespace: '0'
|
||||
trim_whitespace: false
|
||||
alt: ''
|
||||
rel: ''
|
||||
link_class: ''
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
target: ''
|
||||
nl2br: '0'
|
||||
nl2br: false
|
||||
max_length: ''
|
||||
word_boundary: '1'
|
||||
ellipsis: '1'
|
||||
more_link: '0'
|
||||
word_boundary: true
|
||||
ellipsis: true
|
||||
more_link: false
|
||||
more_link_text: ''
|
||||
more_link_path: ''
|
||||
strip_tags: '0'
|
||||
trim: '0'
|
||||
strip_tags: false
|
||||
trim: false
|
||||
preserve_tags: ''
|
||||
html: '0'
|
||||
html: false
|
||||
element_type: ''
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: '1'
|
||||
element_label_colon: true
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: '1'
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: '0'
|
||||
empty_zero: '0'
|
||||
hide_alter_empty: '1'
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
custom_date_format: ''
|
||||
timezone: ''
|
||||
provider: views
|
||||
|
|
@ -335,46 +334,46 @@ display:
|
|||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
exclude: '0'
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: '0'
|
||||
alter_text: false
|
||||
text: ''
|
||||
make_link: '0'
|
||||
make_link: false
|
||||
path: ''
|
||||
absolute: '0'
|
||||
external: '0'
|
||||
replace_spaces: '0'
|
||||
absolute: false
|
||||
external: false
|
||||
replace_spaces: false
|
||||
path_case: none
|
||||
trim_whitespace: '0'
|
||||
trim_whitespace: false
|
||||
alt: ''
|
||||
rel: ''
|
||||
link_class: ''
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
target: ''
|
||||
nl2br: '0'
|
||||
nl2br: false
|
||||
max_length: ''
|
||||
word_boundary: '1'
|
||||
ellipsis: '1'
|
||||
more_link: '0'
|
||||
word_boundary: true
|
||||
ellipsis: true
|
||||
more_link: false
|
||||
more_link_text: ''
|
||||
more_link_path: ''
|
||||
strip_tags: '0'
|
||||
trim: '0'
|
||||
strip_tags: false
|
||||
trim: false
|
||||
preserve_tags: ''
|
||||
html: '0'
|
||||
html: false
|
||||
element_type: ''
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: '1'
|
||||
element_label_colon: true
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: '1'
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: '0'
|
||||
empty_zero: '0'
|
||||
hide_alter_empty: '1'
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
link_to_node: '0'
|
||||
provider: comment
|
||||
comment:
|
||||
|
|
@ -386,46 +385,46 @@ display:
|
|||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
exclude: '0'
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: '0'
|
||||
alter_text: false
|
||||
text: ''
|
||||
make_link: '0'
|
||||
make_link: false
|
||||
path: ''
|
||||
absolute: '0'
|
||||
external: '0'
|
||||
replace_spaces: '0'
|
||||
absolute: false
|
||||
external: false
|
||||
replace_spaces: false
|
||||
path_case: none
|
||||
trim_whitespace: '0'
|
||||
trim_whitespace: false
|
||||
alt: ''
|
||||
rel: ''
|
||||
link_class: ''
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
target: ''
|
||||
nl2br: '0'
|
||||
nl2br: false
|
||||
max_length: ''
|
||||
word_boundary: '1'
|
||||
ellipsis: '1'
|
||||
more_link: '0'
|
||||
word_boundary: true
|
||||
ellipsis: true
|
||||
more_link: false
|
||||
more_link_text: ''
|
||||
more_link_path: ''
|
||||
strip_tags: '0'
|
||||
trim: '0'
|
||||
strip_tags: false
|
||||
trim: false
|
||||
preserve_tags: ''
|
||||
html: '0'
|
||||
html: false
|
||||
element_type: ''
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: '1'
|
||||
element_label_colon: true
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: '1'
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: '0'
|
||||
empty_zero: '0'
|
||||
hide_alter_empty: '1'
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
click_sort_column: value
|
||||
type: text_default
|
||||
settings: { }
|
||||
|
|
@ -454,7 +453,7 @@ display:
|
|||
id: block_1
|
||||
display_title: Block
|
||||
display_plugin: block
|
||||
position: '3'
|
||||
position: 3
|
||||
display_options:
|
||||
query:
|
||||
type: views_query
|
||||
|
|
|
|||
|
|
@ -2,21 +2,21 @@ base_field: nid
|
|||
base_table: node
|
||||
core: '8'
|
||||
description: 'A list of all content, by letter.'
|
||||
status: '0'
|
||||
status: false
|
||||
display:
|
||||
default:
|
||||
id: default
|
||||
display_title: Master
|
||||
display_plugin: default
|
||||
position: '1'
|
||||
position: 1
|
||||
display_options:
|
||||
query:
|
||||
type: views_query
|
||||
options:
|
||||
query_comment: '0'
|
||||
disable_sql_rewrite: '0'
|
||||
distinct: '0'
|
||||
slave: '0'
|
||||
query_comment: false
|
||||
disable_sql_rewrite: false
|
||||
distinct: false
|
||||
slave: false
|
||||
query_tags: { }
|
||||
use_ajax: '1'
|
||||
access:
|
||||
|
|
@ -29,26 +29,26 @@ display:
|
|||
type: basic
|
||||
options:
|
||||
submit_button: Apply
|
||||
reset_button: '0'
|
||||
reset_button: false
|
||||
reset_button_label: Reset
|
||||
exposed_sorts_label: 'Sort by'
|
||||
expose_sort_order: '1'
|
||||
expose_sort_order: true
|
||||
sort_asc_label: Asc
|
||||
sort_desc_label: Desc
|
||||
pager:
|
||||
type: mini
|
||||
options:
|
||||
items_per_page: '36'
|
||||
offset: '0'
|
||||
id: '0'
|
||||
total_pages: ''
|
||||
items_per_page: 36
|
||||
offset: 0
|
||||
id: 0
|
||||
total_pages: 0
|
||||
expose:
|
||||
items_per_page: '0'
|
||||
items_per_page_label: 'Items per page'
|
||||
items_per_page_options: '5, 10, 20, 40, 60'
|
||||
items_per_page_options_all: '0'
|
||||
items_per_page_options_all: false
|
||||
items_per_page_options_all_label: '- All -'
|
||||
offset: '0'
|
||||
offset: false
|
||||
offset_label: Offset
|
||||
tags:
|
||||
previous: ‹‹
|
||||
|
|
@ -64,46 +64,46 @@ display:
|
|||
group_type: group
|
||||
admin_label: ''
|
||||
label: Title
|
||||
exclude: '0'
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: '0'
|
||||
alter_text: false
|
||||
text: ''
|
||||
make_link: '0'
|
||||
make_link: false
|
||||
path: ''
|
||||
absolute: '0'
|
||||
external: '0'
|
||||
replace_spaces: '0'
|
||||
absolute: false
|
||||
external: false
|
||||
replace_spaces: false
|
||||
path_case: none
|
||||
trim_whitespace: '0'
|
||||
trim_whitespace: false
|
||||
alt: ''
|
||||
rel: ''
|
||||
link_class: ''
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
target: ''
|
||||
nl2br: '0'
|
||||
nl2br: false
|
||||
max_length: ''
|
||||
word_boundary: '1'
|
||||
ellipsis: '1'
|
||||
more_link: '0'
|
||||
word_boundary: true
|
||||
ellipsis: true
|
||||
more_link: false
|
||||
more_link_text: ''
|
||||
more_link_path: ''
|
||||
strip_tags: '0'
|
||||
trim: '0'
|
||||
strip_tags: false
|
||||
trim: false
|
||||
preserve_tags: ''
|
||||
html: '0'
|
||||
html: false
|
||||
element_type: ''
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: '1'
|
||||
element_label_colon: true
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: '1'
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: '0'
|
||||
empty_zero: '0'
|
||||
hide_alter_empty: '1'
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
provider: node
|
||||
name:
|
||||
id: name
|
||||
|
|
@ -115,46 +115,46 @@ display:
|
|||
plugin_id: user_name
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
exclude: '0'
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: '0'
|
||||
alter_text: false
|
||||
text: ''
|
||||
make_link: '0'
|
||||
make_link: false
|
||||
path: ''
|
||||
absolute: '0'
|
||||
external: '0'
|
||||
replace_spaces: '0'
|
||||
absolute: false
|
||||
external: false
|
||||
replace_spaces: false
|
||||
path_case: none
|
||||
trim_whitespace: '0'
|
||||
trim_whitespace: false
|
||||
alt: ''
|
||||
rel: ''
|
||||
link_class: ''
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
target: ''
|
||||
nl2br: '0'
|
||||
nl2br: false
|
||||
max_length: ''
|
||||
word_boundary: '1'
|
||||
ellipsis: '1'
|
||||
more_link: '0'
|
||||
word_boundary: true
|
||||
ellipsis: true
|
||||
more_link: false
|
||||
more_link_text: ''
|
||||
more_link_path: ''
|
||||
strip_tags: '0'
|
||||
trim: '0'
|
||||
strip_tags: false
|
||||
trim: false
|
||||
preserve_tags: ''
|
||||
html: '0'
|
||||
html: false
|
||||
element_type: ''
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: '1'
|
||||
element_label_colon: true
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: '1'
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: '0'
|
||||
empty_zero: '0'
|
||||
hide_alter_empty: '1'
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
overwrite_anonymous: '0'
|
||||
anonymous_text: ''
|
||||
format_username: '1'
|
||||
|
|
@ -169,46 +169,46 @@ display:
|
|||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
exclude: '0'
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: '0'
|
||||
alter_text: false
|
||||
text: ''
|
||||
make_link: '0'
|
||||
make_link: false
|
||||
path: ''
|
||||
absolute: '0'
|
||||
external: '0'
|
||||
replace_spaces: '0'
|
||||
absolute: false
|
||||
external: false
|
||||
replace_spaces: false
|
||||
path_case: none
|
||||
trim_whitespace: '0'
|
||||
trim_whitespace: false
|
||||
alt: ''
|
||||
rel: ''
|
||||
link_class: ''
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
target: ''
|
||||
nl2br: '0'
|
||||
nl2br: false
|
||||
max_length: ''
|
||||
word_boundary: '1'
|
||||
ellipsis: '1'
|
||||
more_link: '0'
|
||||
word_boundary: true
|
||||
ellipsis: true
|
||||
more_link: false
|
||||
more_link_text: ''
|
||||
more_link_path: ''
|
||||
strip_tags: '0'
|
||||
trim: '0'
|
||||
strip_tags: false
|
||||
trim: false
|
||||
preserve_tags: ''
|
||||
html: '0'
|
||||
html: false
|
||||
element_type: ''
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: '1'
|
||||
element_label_colon: true
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: '1'
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: '0'
|
||||
empty_zero: '0'
|
||||
hide_alter_empty: '1'
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
custom_date_format: ''
|
||||
timezone: ''
|
||||
provider: views
|
||||
|
|
@ -219,33 +219,33 @@ display:
|
|||
field: title
|
||||
default_action: default
|
||||
exception:
|
||||
title_enable: '1'
|
||||
title_enable: true
|
||||
default_argument_type: fixed
|
||||
default_argument_options:
|
||||
argument: a
|
||||
summary:
|
||||
format: default_summary
|
||||
specify_validation: '1'
|
||||
glossary: '1'
|
||||
limit: '1'
|
||||
specify_validation: true
|
||||
glossary: true
|
||||
limit: 1
|
||||
case: upper
|
||||
path_case: lower
|
||||
transform_dash: '0'
|
||||
transform_dash: false
|
||||
plugin_id: string
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
title_enable: '0'
|
||||
title_enable: false
|
||||
title: ''
|
||||
breadcrumb_enable: '0'
|
||||
breadcrumb_enable: false
|
||||
breadcrumb: ''
|
||||
default_argument_skip_url: '0'
|
||||
default_argument_skip_url: false
|
||||
summary_options: { }
|
||||
validate:
|
||||
type: none
|
||||
fail: 'not found'
|
||||
validate_options: { }
|
||||
break_phrase: '0'
|
||||
break_phrase: false
|
||||
provider: views
|
||||
relationships:
|
||||
uid:
|
||||
|
|
@ -256,7 +256,7 @@ display:
|
|||
relationship: none
|
||||
group_type: group
|
||||
admin_label: author
|
||||
required: '0'
|
||||
required: false
|
||||
provider: views
|
||||
style:
|
||||
type: table
|
||||
|
|
@ -268,30 +268,30 @@ display:
|
|||
default: title
|
||||
info:
|
||||
title:
|
||||
sortable: '1'
|
||||
sortable: true
|
||||
separator: ''
|
||||
name:
|
||||
sortable: '1'
|
||||
sortable: true
|
||||
separator: ''
|
||||
changed:
|
||||
sortable: '1'
|
||||
sortable: true
|
||||
separator: ''
|
||||
override: '1'
|
||||
sticky: '0'
|
||||
override: true
|
||||
sticky: false
|
||||
grouping: { }
|
||||
row_class: ''
|
||||
default_row_class: '1'
|
||||
row_class_special: '1'
|
||||
uses_fields: '0'
|
||||
default_row_class: true
|
||||
row_class_special: true
|
||||
uses_fields: false
|
||||
order: asc
|
||||
summary: ''
|
||||
empty_table: '0'
|
||||
empty_table: false
|
||||
row:
|
||||
type: fields
|
||||
options:
|
||||
inline: { }
|
||||
separator: ''
|
||||
hide_empty: '0'
|
||||
hide_empty: false
|
||||
default_field_elements: '1'
|
||||
header: { }
|
||||
footer: { }
|
||||
|
|
@ -301,7 +301,7 @@ display:
|
|||
id: page_1
|
||||
display_title: Page
|
||||
display_plugin: page
|
||||
position: '2'
|
||||
position: 2
|
||||
display_options:
|
||||
query:
|
||||
type: views_query
|
||||
|
|
@ -310,12 +310,12 @@ display:
|
|||
menu:
|
||||
type: normal
|
||||
title: Glossary
|
||||
weight: '0'
|
||||
weight: 0
|
||||
attachment_1:
|
||||
id: attachment_1
|
||||
display_title: Attachment
|
||||
display_plugin: attachment
|
||||
position: '3'
|
||||
position: 3
|
||||
display_options:
|
||||
query:
|
||||
type: views_query
|
||||
|
|
@ -323,10 +323,10 @@ display:
|
|||
pager:
|
||||
type: none
|
||||
options:
|
||||
offset: '0'
|
||||
offset: 0
|
||||
items_per_page: '0'
|
||||
defaults:
|
||||
arguments: '0'
|
||||
arguments: false
|
||||
arguments:
|
||||
title:
|
||||
id: title
|
||||
|
|
@ -334,7 +334,7 @@ display:
|
|||
field: title
|
||||
default_action: summary
|
||||
exception:
|
||||
title_enable: '1'
|
||||
title_enable: true
|
||||
default_argument_type: fixed
|
||||
default_argument_options:
|
||||
argument: a
|
||||
|
|
@ -342,33 +342,33 @@ display:
|
|||
format: unformatted_summary
|
||||
summary_options:
|
||||
items_per_page: '25'
|
||||
inline: '1'
|
||||
inline: true
|
||||
separator: ' | '
|
||||
specify_validation: '1'
|
||||
glossary: '1'
|
||||
limit: '1'
|
||||
specify_validation: true
|
||||
glossary: true
|
||||
limit: 1
|
||||
case: upper
|
||||
path_case: lower
|
||||
transform_dash: '0'
|
||||
transform_dash: false
|
||||
plugin_id: string
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
title_enable: '0'
|
||||
title_enable: false
|
||||
title: ''
|
||||
breadcrumb_enable: '0'
|
||||
breadcrumb_enable: false
|
||||
breadcrumb: ''
|
||||
default_argument_skip_url: '0'
|
||||
default_argument_skip_url: false
|
||||
validate:
|
||||
type: none
|
||||
fail: 'not found'
|
||||
validate_options: { }
|
||||
break_phrase: '0'
|
||||
break_phrase: false
|
||||
provider: views
|
||||
displays:
|
||||
default: default
|
||||
page_1: page_1
|
||||
inherit_arguments: '0'
|
||||
inherit_arguments: false
|
||||
label: Glossary
|
||||
module: node
|
||||
id: glossary
|
||||
|
|
|
|||
|
|
@ -2,21 +2,21 @@ base_field: nid
|
|||
base_table: node
|
||||
core: '8'
|
||||
description: 'Customize the default taxonomy/term display.'
|
||||
status: '0'
|
||||
status: false
|
||||
display:
|
||||
default:
|
||||
id: default
|
||||
display_title: Master
|
||||
display_plugin: default
|
||||
position: '1'
|
||||
position: 1
|
||||
display_options:
|
||||
query:
|
||||
type: views_query
|
||||
options:
|
||||
query_comment: '0'
|
||||
disable_sql_rewrite: '0'
|
||||
distinct: '0'
|
||||
slave: '0'
|
||||
query_comment: false
|
||||
disable_sql_rewrite: false
|
||||
distinct: false
|
||||
slave: false
|
||||
query_tags: { }
|
||||
access:
|
||||
type: none
|
||||
|
|
@ -28,26 +28,26 @@ display:
|
|||
type: basic
|
||||
options:
|
||||
submit_button: Apply
|
||||
reset_button: '0'
|
||||
reset_button: false
|
||||
reset_button_label: Reset
|
||||
exposed_sorts_label: 'Sort by'
|
||||
expose_sort_order: '1'
|
||||
expose_sort_order: true
|
||||
sort_asc_label: Asc
|
||||
sort_desc_label: Desc
|
||||
pager:
|
||||
type: mini
|
||||
options:
|
||||
items_per_page: '10'
|
||||
offset: '0'
|
||||
id: '0'
|
||||
total_pages: ''
|
||||
items_per_page: 10
|
||||
offset: 0
|
||||
id: 0
|
||||
total_pages: 0
|
||||
expose:
|
||||
items_per_page: '0'
|
||||
items_per_page_label: 'Items per page'
|
||||
items_per_page_options: '5, 10, 20, 40, 60'
|
||||
items_per_page_options_all: '0'
|
||||
items_per_page_options_all: false
|
||||
items_per_page_options_all_label: '- All -'
|
||||
offset: '0'
|
||||
offset: false
|
||||
offset_label: Offset
|
||||
tags:
|
||||
previous: ‹‹
|
||||
|
|
@ -62,7 +62,7 @@ display:
|
|||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
exposed: '0'
|
||||
exposed: false
|
||||
expose:
|
||||
label: ''
|
||||
provider: views
|
||||
|
|
@ -75,7 +75,7 @@ display:
|
|||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
exposed: '0'
|
||||
exposed: false
|
||||
expose:
|
||||
label: ''
|
||||
granularity: second
|
||||
|
|
@ -87,25 +87,25 @@ display:
|
|||
field: term_node_tid_depth
|
||||
default_action: 'not found'
|
||||
exception:
|
||||
title_enable: '1'
|
||||
title_enable: '1'
|
||||
title_enable: true
|
||||
title_enable: true
|
||||
title: '%1'
|
||||
default_argument_type: fixed
|
||||
summary:
|
||||
format: default_summary
|
||||
specify_validation: '1'
|
||||
specify_validation: true
|
||||
validate:
|
||||
type: taxonomy_term
|
||||
depth: '0'
|
||||
break_phrase: '1'
|
||||
break_phrase: true
|
||||
plugin_id: taxonomy_index_tid_depth
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
breadcrumb_enable: '0'
|
||||
breadcrumb_enable: false
|
||||
breadcrumb: ''
|
||||
default_argument_options: { }
|
||||
default_argument_skip_url: '0'
|
||||
default_argument_skip_url: false
|
||||
summary_options: { }
|
||||
validate_options: { }
|
||||
set_breadcrumb: '0'
|
||||
|
|
@ -116,22 +116,22 @@ display:
|
|||
table: node
|
||||
field: term_node_tid_depth_modifier
|
||||
exception:
|
||||
title_enable: '1'
|
||||
title_enable: true
|
||||
default_argument_type: fixed
|
||||
summary:
|
||||
format: default_summary
|
||||
specify_validation: '1'
|
||||
specify_validation: true
|
||||
plugin_id: taxonomy_index_tid_depth_modifier
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
default_action: ignore
|
||||
title_enable: '0'
|
||||
title_enable: false
|
||||
title: ''
|
||||
breadcrumb_enable: '0'
|
||||
breadcrumb_enable: false
|
||||
breadcrumb: ''
|
||||
default_argument_options: { }
|
||||
default_argument_skip_url: '0'
|
||||
default_argument_skip_url: false
|
||||
summary_options: { }
|
||||
validate:
|
||||
type: none
|
||||
|
|
@ -153,9 +153,9 @@ display:
|
|||
options:
|
||||
grouping: { }
|
||||
row_class: ''
|
||||
default_row_class: '1'
|
||||
row_class_special: '1'
|
||||
uses_fields: '0'
|
||||
default_row_class: true
|
||||
row_class_special: true
|
||||
uses_fields: false
|
||||
row:
|
||||
type: 'entity:node'
|
||||
options:
|
||||
|
|
@ -171,7 +171,7 @@ display:
|
|||
id: page_1
|
||||
display_title: Page
|
||||
display_plugin: page
|
||||
position: '2'
|
||||
position: 2
|
||||
display_options:
|
||||
query:
|
||||
type: views_query
|
||||
|
|
@ -181,7 +181,7 @@ display:
|
|||
id: feed_1
|
||||
display_title: Feed
|
||||
display_plugin: feed
|
||||
position: '3'
|
||||
position: 3
|
||||
display_options:
|
||||
query:
|
||||
type: views_query
|
||||
|
|
@ -189,17 +189,17 @@ display:
|
|||
pager:
|
||||
type: full
|
||||
options:
|
||||
items_per_page: '15'
|
||||
offset: '0'
|
||||
id: '0'
|
||||
total_pages: ''
|
||||
items_per_page: 15
|
||||
offset: 0
|
||||
id: 0
|
||||
total_pages: 0
|
||||
expose:
|
||||
items_per_page: '0'
|
||||
items_per_page_label: 'Items per page'
|
||||
items_per_page_options: '5, 10, 20, 40, 60'
|
||||
items_per_page_options_all: '0'
|
||||
items_per_page_options_all: false
|
||||
items_per_page_options_all_label: '- All -'
|
||||
offset: '0'
|
||||
offset: false
|
||||
offset_label: Offset
|
||||
tags:
|
||||
previous: '‹ previous'
|
||||
|
|
|
|||
|
|
@ -2,21 +2,21 @@ base_field: nid
|
|||
base_table: node
|
||||
core: '8'
|
||||
description: 'Shows all new activity on the system.'
|
||||
status: '0'
|
||||
status: false
|
||||
display:
|
||||
default:
|
||||
id: default
|
||||
display_title: Master
|
||||
display_plugin: default
|
||||
position: '1'
|
||||
position: 1
|
||||
display_options:
|
||||
query:
|
||||
type: views_query
|
||||
options:
|
||||
query_comment: '0'
|
||||
disable_sql_rewrite: '0'
|
||||
distinct: '0'
|
||||
slave: '0'
|
||||
query_comment: false
|
||||
disable_sql_rewrite: false
|
||||
distinct: false
|
||||
slave: false
|
||||
query_tags: { }
|
||||
title: 'Recent posts'
|
||||
access:
|
||||
|
|
@ -29,26 +29,26 @@ display:
|
|||
type: basic
|
||||
options:
|
||||
submit_button: Apply
|
||||
reset_button: '0'
|
||||
reset_button: false
|
||||
reset_button_label: Reset
|
||||
exposed_sorts_label: 'Sort by'
|
||||
expose_sort_order: '1'
|
||||
expose_sort_order: true
|
||||
sort_asc_label: Asc
|
||||
sort_desc_label: Desc
|
||||
pager:
|
||||
type: mini
|
||||
options:
|
||||
items_per_page: '25'
|
||||
offset: '0'
|
||||
id: '0'
|
||||
total_pages: ''
|
||||
items_per_page: 25
|
||||
offset: 0
|
||||
id: 0
|
||||
total_pages: 0
|
||||
expose:
|
||||
items_per_page: '0'
|
||||
items_per_page_label: 'Items per page'
|
||||
items_per_page_options: '5, 10, 20, 40, 60'
|
||||
items_per_page_options_all: '0'
|
||||
items_per_page_options_all: false
|
||||
items_per_page_options_all_label: '- All -'
|
||||
offset: '0'
|
||||
offset: false
|
||||
offset_label: Offset
|
||||
tags:
|
||||
previous: ‹‹
|
||||
|
|
@ -62,7 +62,7 @@ display:
|
|||
relationship: none
|
||||
group_type: group
|
||||
admin_label: author
|
||||
required: '0'
|
||||
required: false
|
||||
provider: views
|
||||
fields:
|
||||
type:
|
||||
|
|
@ -74,46 +74,46 @@ display:
|
|||
group_type: group
|
||||
admin_label: ''
|
||||
label: Type
|
||||
exclude: '0'
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: '0'
|
||||
alter_text: false
|
||||
text: ''
|
||||
make_link: '0'
|
||||
make_link: false
|
||||
path: ''
|
||||
absolute: '0'
|
||||
external: '0'
|
||||
replace_spaces: '0'
|
||||
absolute: false
|
||||
external: false
|
||||
replace_spaces: false
|
||||
path_case: none
|
||||
trim_whitespace: '0'
|
||||
trim_whitespace: false
|
||||
alt: ''
|
||||
rel: ''
|
||||
link_class: ''
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
target: ''
|
||||
nl2br: '0'
|
||||
nl2br: false
|
||||
max_length: ''
|
||||
word_boundary: '1'
|
||||
ellipsis: '1'
|
||||
more_link: '0'
|
||||
word_boundary: true
|
||||
ellipsis: true
|
||||
more_link: false
|
||||
more_link_text: ''
|
||||
more_link_path: ''
|
||||
strip_tags: '0'
|
||||
trim: '0'
|
||||
strip_tags: false
|
||||
trim: false
|
||||
preserve_tags: ''
|
||||
html: '0'
|
||||
html: false
|
||||
element_type: ''
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: '1'
|
||||
element_label_colon: true
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: '1'
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: '0'
|
||||
empty_zero: '0'
|
||||
hide_alter_empty: '1'
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
link_to_node: '0'
|
||||
machine_name: '0'
|
||||
provider: node
|
||||
|
|
@ -126,46 +126,46 @@ display:
|
|||
group_type: group
|
||||
admin_label: ''
|
||||
label: Title
|
||||
exclude: '0'
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: '0'
|
||||
alter_text: false
|
||||
text: ''
|
||||
make_link: '0'
|
||||
make_link: false
|
||||
path: ''
|
||||
absolute: '0'
|
||||
external: '0'
|
||||
replace_spaces: '0'
|
||||
absolute: false
|
||||
external: false
|
||||
replace_spaces: false
|
||||
path_case: none
|
||||
trim_whitespace: '0'
|
||||
trim_whitespace: false
|
||||
alt: ''
|
||||
rel: ''
|
||||
link_class: ''
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
target: ''
|
||||
nl2br: '0'
|
||||
nl2br: false
|
||||
max_length: ''
|
||||
word_boundary: '1'
|
||||
ellipsis: '1'
|
||||
more_link: '0'
|
||||
word_boundary: true
|
||||
ellipsis: true
|
||||
more_link: false
|
||||
more_link_text: ''
|
||||
more_link_path: ''
|
||||
strip_tags: '0'
|
||||
trim: '0'
|
||||
strip_tags: false
|
||||
trim: false
|
||||
preserve_tags: ''
|
||||
html: '0'
|
||||
html: false
|
||||
element_type: ''
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: '1'
|
||||
element_label_colon: true
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: '1'
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: '0'
|
||||
empty_zero: '0'
|
||||
hide_alter_empty: '1'
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
link_to_node: '1'
|
||||
provider: node
|
||||
name:
|
||||
|
|
@ -177,46 +177,46 @@ display:
|
|||
plugin_id: user_name
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
exclude: '0'
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: '0'
|
||||
alter_text: false
|
||||
text: ''
|
||||
make_link: '0'
|
||||
make_link: false
|
||||
path: ''
|
||||
absolute: '0'
|
||||
external: '0'
|
||||
replace_spaces: '0'
|
||||
absolute: false
|
||||
external: false
|
||||
replace_spaces: false
|
||||
path_case: none
|
||||
trim_whitespace: '0'
|
||||
trim_whitespace: false
|
||||
alt: ''
|
||||
rel: ''
|
||||
link_class: ''
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
target: ''
|
||||
nl2br: '0'
|
||||
nl2br: false
|
||||
max_length: ''
|
||||
word_boundary: '1'
|
||||
ellipsis: '1'
|
||||
more_link: '0'
|
||||
word_boundary: true
|
||||
ellipsis: true
|
||||
more_link: false
|
||||
more_link_text: ''
|
||||
more_link_path: ''
|
||||
strip_tags: '0'
|
||||
trim: '0'
|
||||
strip_tags: false
|
||||
trim: false
|
||||
preserve_tags: ''
|
||||
html: '0'
|
||||
html: false
|
||||
element_type: ''
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: '1'
|
||||
element_label_colon: true
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: '1'
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: '0'
|
||||
empty_zero: '0'
|
||||
hide_alter_empty: '1'
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
link_to_user: '1'
|
||||
overwrite_anonymous: '0'
|
||||
anonymous_text: ''
|
||||
|
|
@ -231,51 +231,51 @@ display:
|
|||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
exclude: '0'
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: '0'
|
||||
alter_text: false
|
||||
text: ''
|
||||
make_link: '0'
|
||||
make_link: false
|
||||
path: ''
|
||||
absolute: '0'
|
||||
external: '0'
|
||||
replace_spaces: '0'
|
||||
absolute: false
|
||||
external: false
|
||||
replace_spaces: false
|
||||
path_case: none
|
||||
trim_whitespace: '0'
|
||||
trim_whitespace: false
|
||||
alt: ''
|
||||
rel: ''
|
||||
link_class: ''
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
target: ''
|
||||
nl2br: '0'
|
||||
nl2br: false
|
||||
max_length: ''
|
||||
word_boundary: '1'
|
||||
ellipsis: '1'
|
||||
more_link: '0'
|
||||
word_boundary: true
|
||||
ellipsis: true
|
||||
more_link: false
|
||||
more_link_text: ''
|
||||
more_link_path: ''
|
||||
strip_tags: '0'
|
||||
trim: '0'
|
||||
strip_tags: false
|
||||
trim: false
|
||||
preserve_tags: ''
|
||||
html: '0'
|
||||
html: false
|
||||
element_type: ''
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: '1'
|
||||
element_label_colon: true
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: '1'
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: '0'
|
||||
empty_zero: '0'
|
||||
hide_alter_empty: '1'
|
||||
set_precision: '0'
|
||||
precision: '0'
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
set_precision: false
|
||||
precision: 0
|
||||
decimal: .
|
||||
separator: ','
|
||||
format_plural: '0'
|
||||
format_plural: false
|
||||
format_plural_singular: '1'
|
||||
format_plural_plural: '@count'
|
||||
prefix: ''
|
||||
|
|
@ -290,46 +290,46 @@ display:
|
|||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
exclude: '0'
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: '0'
|
||||
alter_text: false
|
||||
text: ''
|
||||
make_link: '0'
|
||||
make_link: false
|
||||
path: ''
|
||||
absolute: '0'
|
||||
external: '0'
|
||||
replace_spaces: '0'
|
||||
absolute: false
|
||||
external: false
|
||||
replace_spaces: false
|
||||
path_case: none
|
||||
trim_whitespace: '0'
|
||||
trim_whitespace: false
|
||||
alt: ''
|
||||
rel: ''
|
||||
link_class: ''
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
target: ''
|
||||
nl2br: '0'
|
||||
nl2br: false
|
||||
max_length: ''
|
||||
word_boundary: '1'
|
||||
ellipsis: '1'
|
||||
more_link: '0'
|
||||
word_boundary: true
|
||||
ellipsis: true
|
||||
more_link: false
|
||||
more_link_text: ''
|
||||
more_link_path: ''
|
||||
strip_tags: '0'
|
||||
trim: '0'
|
||||
strip_tags: false
|
||||
trim: false
|
||||
preserve_tags: ''
|
||||
html: '0'
|
||||
html: false
|
||||
element_type: ''
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: '1'
|
||||
element_label_colon: true
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: '1'
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: '0'
|
||||
empty_zero: '0'
|
||||
hide_alter_empty: '1'
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
date_format: small
|
||||
custom_date_format: ''
|
||||
timezone: ''
|
||||
|
|
@ -345,98 +345,98 @@ display:
|
|||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
exclude: '0'
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: '0'
|
||||
alter_text: false
|
||||
text: ''
|
||||
make_link: '0'
|
||||
make_link: false
|
||||
path: ''
|
||||
absolute: '0'
|
||||
external: '0'
|
||||
replace_spaces: '0'
|
||||
absolute: false
|
||||
external: false
|
||||
replace_spaces: false
|
||||
path_case: none
|
||||
trim_whitespace: '0'
|
||||
trim_whitespace: false
|
||||
alt: ''
|
||||
rel: ''
|
||||
link_class: ''
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
target: ''
|
||||
nl2br: '0'
|
||||
nl2br: false
|
||||
max_length: ''
|
||||
word_boundary: '1'
|
||||
ellipsis: '1'
|
||||
more_link: '0'
|
||||
word_boundary: true
|
||||
ellipsis: true
|
||||
more_link: false
|
||||
more_link_text: ''
|
||||
more_link_path: ''
|
||||
strip_tags: '0'
|
||||
trim: '0'
|
||||
strip_tags: false
|
||||
trim: false
|
||||
preserve_tags: ''
|
||||
html: '0'
|
||||
html: false
|
||||
element_type: ''
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: '1'
|
||||
element_label_colon: true
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: '1'
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: '0'
|
||||
empty_zero: '0'
|
||||
hide_alter_empty: '1'
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
provider: history
|
||||
new_comments:
|
||||
id: new_comments
|
||||
table: node
|
||||
field: new_comments
|
||||
label: ''
|
||||
hide_empty: '1'
|
||||
hide_empty: true
|
||||
suffix: ' new'
|
||||
link_to_comment: '1'
|
||||
plugin_id: node_new_comments
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
exclude: '0'
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: '0'
|
||||
alter_text: false
|
||||
text: ''
|
||||
make_link: '0'
|
||||
make_link: false
|
||||
path: ''
|
||||
absolute: '0'
|
||||
external: '0'
|
||||
replace_spaces: '0'
|
||||
absolute: false
|
||||
external: false
|
||||
replace_spaces: false
|
||||
path_case: none
|
||||
trim_whitespace: '0'
|
||||
trim_whitespace: false
|
||||
alt: ''
|
||||
rel: ''
|
||||
link_class: ''
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
target: ''
|
||||
nl2br: '0'
|
||||
nl2br: false
|
||||
max_length: ''
|
||||
word_boundary: '1'
|
||||
ellipsis: '1'
|
||||
more_link: '0'
|
||||
word_boundary: true
|
||||
ellipsis: true
|
||||
more_link: false
|
||||
more_link_text: ''
|
||||
more_link_path: ''
|
||||
strip_tags: '0'
|
||||
trim: '0'
|
||||
strip_tags: false
|
||||
trim: false
|
||||
preserve_tags: ''
|
||||
html: '0'
|
||||
html: false
|
||||
element_type: ''
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: '1'
|
||||
element_label_colon: true
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: '1'
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
empty_zero: '0'
|
||||
hide_alter_empty: '1'
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
set_precision: '0'
|
||||
precision: '0'
|
||||
decimal: .
|
||||
|
|
@ -456,7 +456,7 @@ display:
|
|||
group_type: group
|
||||
admin_label: ''
|
||||
order: ASC
|
||||
exposed: '0'
|
||||
exposed: false
|
||||
expose:
|
||||
label: ''
|
||||
granularity: second
|
||||
|
|
@ -467,22 +467,22 @@ display:
|
|||
table: node_field_data
|
||||
field: uid_touch
|
||||
exception:
|
||||
title_enable: '1'
|
||||
title_enable: '1'
|
||||
title_enable: true
|
||||
title_enable: true
|
||||
title: 'Recent posts for %1'
|
||||
default_argument_type: fixed
|
||||
summary:
|
||||
format: default_summary
|
||||
specify_validation: '1'
|
||||
specify_validation: true
|
||||
plugin_id: argument_comment_user_uid
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
default_action: ignore
|
||||
breadcrumb_enable: '0'
|
||||
breadcrumb_enable: false
|
||||
breadcrumb: ''
|
||||
default_argument_options: { }
|
||||
default_argument_skip_url: '0'
|
||||
default_argument_skip_url: false
|
||||
summary_options: { }
|
||||
validate:
|
||||
type: none
|
||||
|
|
@ -514,40 +514,40 @@ display:
|
|||
default: last_comment_timestamp
|
||||
info:
|
||||
type:
|
||||
sortable: '1'
|
||||
sortable: true
|
||||
separator: ''
|
||||
title:
|
||||
sortable: '1'
|
||||
sortable: true
|
||||
separator: ' '
|
||||
name:
|
||||
sortable: '1'
|
||||
sortable: true
|
||||
separator: ''
|
||||
comment_count:
|
||||
sortable: '1'
|
||||
sortable: true
|
||||
separator: '<br />'
|
||||
last_comment_timestamp:
|
||||
sortable: '1'
|
||||
sortable: true
|
||||
separator: ' '
|
||||
timestamp:
|
||||
separator: ''
|
||||
new_comments:
|
||||
separator: ''
|
||||
override: '1'
|
||||
override: true
|
||||
order: desc
|
||||
grouping: { }
|
||||
row_class: ''
|
||||
default_row_class: '1'
|
||||
row_class_special: '1'
|
||||
uses_fields: '0'
|
||||
sticky: '0'
|
||||
default_row_class: true
|
||||
row_class_special: true
|
||||
uses_fields: false
|
||||
sticky: false
|
||||
summary: ''
|
||||
empty_table: '0'
|
||||
empty_table: false
|
||||
row:
|
||||
type: fields
|
||||
options:
|
||||
inline: { }
|
||||
separator: ''
|
||||
hide_empty: '0'
|
||||
hide_empty: false
|
||||
default_field_elements: '1'
|
||||
header: { }
|
||||
footer: { }
|
||||
|
|
@ -556,7 +556,7 @@ display:
|
|||
id: page_1
|
||||
display_title: Page
|
||||
display_plugin: page
|
||||
position: '2'
|
||||
position: 2
|
||||
display_options:
|
||||
query:
|
||||
type: views_query
|
||||
|
|
|
|||
|
|
@ -1,88 +1,88 @@
|
|||
id: views-ui
|
||||
module: views_ui
|
||||
label: Views ui
|
||||
label: 'Views ui'
|
||||
langcode: en
|
||||
paths:
|
||||
- admin/structure/views/view/*
|
||||
- 'admin/structure/views/view/*'
|
||||
tips:
|
||||
views-ui-active-display:
|
||||
id: views-ui-active-display
|
||||
plugin: text
|
||||
label: Active display
|
||||
body: This is the active display in the view. When there are multiple displays, one link for each display is shown and you can switch displays simply by clicking on the display link.
|
||||
weight: "2"
|
||||
label: 'Active display'
|
||||
body: 'This is the active display in the view. When there are multiple displays, one link for each display is shown and you can switch displays simply by clicking on the display link.'
|
||||
weight: 2
|
||||
attributes:
|
||||
data-class: views-display-top li.active
|
||||
data-class: 'views-display-top li.active'
|
||||
views-ui-displays:
|
||||
id: views-ui-displays
|
||||
plugin: text
|
||||
label: Displays in this view
|
||||
body: A view can consist of multiple displays. A display is a way of outputting the results E.g. as a page or in a block. The available displays in your view are show here.
|
||||
weight: "1"
|
||||
label: 'Displays in this view'
|
||||
body: 'A view can consist of multiple displays. A display is a way of outputting the results E.g. as a page or in a block. The available displays in your view are show here.'
|
||||
weight: 1
|
||||
attributes:
|
||||
data-id: views-display-top
|
||||
views-ui-fields:
|
||||
id: views-ui-fields
|
||||
plugin: text
|
||||
label: Fields
|
||||
body: This section shows the fields output for each result. Depending on the format selected for the view, you may not see anything listed here. If the format of your view uses fields, you can click on each field displayed to configure it.
|
||||
weight: "5"
|
||||
body: 'This section shows the fields output for each result. Depending on the format selected for the view, you may not see anything listed here. If the format of your view uses fields, you can click on each field displayed to configure it.'
|
||||
weight: 5
|
||||
attributes:
|
||||
data-class: views-ui-display-tab-bucket.fields
|
||||
views-ui-filter:
|
||||
id: views-ui-filter
|
||||
plugin: text
|
||||
label: Filter your view
|
||||
body: This section displays the filters you have active in your view. A filter is used to limit the results available in the output. E.g. to only show content that was <em>published</em>, you would add a filter for <em>Published</em> and select <em>Yes</em>.
|
||||
weight: "6"
|
||||
label: 'Filter your view'
|
||||
body: 'This section displays the filters you have active in your view. A filter is used to limit the results available in the output. E.g. to only show content that was <em>published</em>, you would add a filter for <em>Published</em> and select <em>Yes</em>.'
|
||||
weight: 6
|
||||
attributes:
|
||||
data-class: views-ui-display-tab-bucket.filter-criteria
|
||||
views-ui-filter-operations:
|
||||
id: views-ui-filter-operations
|
||||
plugin: text
|
||||
label: Filter actions
|
||||
body: Use this drop-button to add and re-arrange filters
|
||||
weight: "7"
|
||||
label: 'Filter actions'
|
||||
body: 'Use this drop-button to add and re-arrange filters'
|
||||
weight: 7
|
||||
attributes:
|
||||
data-class: views-ui-display-tab-bucket.filter-criteria .dropbutton-widget
|
||||
data-class: 'views-ui-display-tab-bucket.filter-criteria .dropbutton-widget'
|
||||
views-ui-format:
|
||||
id: views-ui-format
|
||||
plugin: text
|
||||
label: Output format
|
||||
body: Use this section to manage the format of the output results. You can choose different ways in which the matching results are output. E.g. Choose <em>Content</em> to output each item completely, using your configured display settings. Other options include <em>Fields</em> which allows you to output only specific fields on each matching result. Additional formats can be added by installing additional modules to <em>extend</em> Drupal's base functionality.
|
||||
weight: "4"
|
||||
label: 'Output format'
|
||||
body: 'Use this section to manage the format of the output results. You can choose different ways in which the matching results are output. E.g. Choose <em>Content</em> to output each item completely, using your configured display settings. Other options include <em>Fields</em> which allows you to output only specific fields on each matching result. Additional formats can be added by installing additional modules to <em>extend</em> Drupal''s base functionality.'
|
||||
weight: 4
|
||||
attributes:
|
||||
data-class: views-ui-display-tab-bucket.format
|
||||
views-ui-preview:
|
||||
id: views-ui-preview
|
||||
plugin: text
|
||||
label: Preview
|
||||
body: Use this button to show a preview of the view output
|
||||
weight: "10"
|
||||
body: 'Use this button to show a preview of the view output'
|
||||
weight: 10
|
||||
attributes:
|
||||
data-id: preview-submit
|
||||
views-ui-sorts:
|
||||
id: views-ui-sorts
|
||||
plugin: text
|
||||
label: Sort Criteria
|
||||
body: This section shows the enabled sorting criteria for the view. Sorting criteria are used to control the order in which the results are output. Clicking on any of the active sorting criteria shown in this section enables you to configure it.
|
||||
weight: "8"
|
||||
label: 'Sort Criteria'
|
||||
body: 'This section shows the enabled sorting criteria for the view. Sorting criteria are used to control the order in which the results are output. Clicking on any of the active sorting criteria shown in this section enables you to configure it.'
|
||||
weight: 8
|
||||
attributes:
|
||||
data-class: views-ui-display-tab-bucket.sort-criteria
|
||||
views-ui-sorts-operations:
|
||||
id: views-ui-sorts-operations
|
||||
plugin: text
|
||||
label: Sort actions
|
||||
body: Use this drop-button to add and re-arrange the sorting criteria.
|
||||
weight: "9"
|
||||
label: 'Sort actions'
|
||||
body: 'Use this drop-button to add and re-arrange the sorting criteria.'
|
||||
weight: 9
|
||||
attributes:
|
||||
data-class: views-ui-display-tab-bucket.sort-criteria .dropbutton-widget
|
||||
data-class: 'views-ui-display-tab-bucket.sort-criteria .dropbutton-widget'
|
||||
views-ui-view-admin:
|
||||
id: views-ui-view-admin
|
||||
plugin: text
|
||||
label: View administration
|
||||
body: Use this drop-button to perform administrative tasks on the view, including adding a description and creating a clone. Click the drop button to view the available options.
|
||||
weight: "3"
|
||||
label: 'View administration'
|
||||
body: 'Use this drop-button to perform administrative tasks on the view, including adding a description and creating a clone. Click the drop button to view the available options.'
|
||||
weight: 3
|
||||
location: left
|
||||
attributes:
|
||||
data-id: views-display-extra-actions
|
||||
|
|
|
|||
Loading…
Reference in New Issue