From ae7c20c7b5f1d65e66592328946a27eed808c434 Mon Sep 17 00:00:00 2001 From: webchick Date: Mon, 7 Oct 2013 17:32:28 -0700 Subject: [PATCH] Issue #2106459 by chx: Fixed core config has everything as string. --- .../modules/action/config/action.settings.yml | 2 +- .../aggregator/config/aggregator.settings.yml | 6 +- .../config/views.view.aggregator_rss_feed.yml | 94 +-- .../config/custom_block.type.basic.yml | 6 +- core/modules/book/config/node.type.book.yml | 8 +- .../config/contact.category.feedback.yml | 4 +- .../config/contact.category.personal.yml | 4 +- .../contact/config/contact.settings.yml | 6 +- core/modules/field/config/field.settings.yml | 2 +- core/modules/file/config/views.view.files.yml | 620 +++++++++--------- .../config/filter.format.plain_text.yml | 14 +- ...e.taxonomy_term.forums.forum_container.yml | 6 +- core/modules/forum/config/forum.settings.yml | 10 +- core/modules/forum/config/node.type.forum.yml | 8 +- .../image/config/image.style.large.yml | 8 +- .../image/config/image.style.medium.yml | 8 +- .../image/config/image.style.thumbnail.yml | 8 +- .../language/config/language.entity.en.yml | 4 +- .../language/config/language.entity.und.yml | 4 +- .../language/config/language.entity.zxx.yml | 4 +- .../modules/locale/config/locale.settings.yml | 14 +- core/modules/menu/config/menu.settings.yml | 2 +- core/modules/node/config/node.settings.yml | 4 +- .../node/config/views.view.content.yml | 230 +++---- .../node/config/views.view.frontpage.yml | 74 +-- .../modules/search/config/search.settings.yml | 32 +- .../statistics/config/statistics.settings.yml | 12 +- core/modules/system/config/system.cron.yml | 6 +- core/modules/system/config/system.date.yml | 2 +- .../config/system.date_format.fallback.yml | 4 +- .../config/system.date_format.html_date.yml | 4 +- .../system.date_format.html_datetime.yml | 4 +- .../config/system.date_format.html_month.yml | 4 +- .../config/system.date_format.html_time.yml | 4 +- .../config/system.date_format.html_week.yml | 4 +- .../config/system.date_format.html_year.yml | 4 +- .../system.date_format.html_yearless_date.yml | 4 +- .../system/config/system.date_format.long.yml | 4 +- .../config/system.date_format.medium.yml | 4 +- .../config/system.date_format.short.yml | 4 +- .../system/config/system.performance.yml | 16 +- core/modules/system/config/system.rss.yml | 2 +- core/modules/system/config/system.site.yml | 4 +- .../taxonomy/config/taxonomy.settings.yml | 6 +- .../modules/update/config/update.settings.yml | 10 +- core/modules/user/config/user.settings.yml | 24 +- .../config/views.view.user_admin_people.yml | 554 ++++++++-------- .../views/config/views.view.archive.yml | 60 +- .../config/views.view.comments_recent.yml | 267 ++++---- .../views/config/views.view.glossary.yml | 214 +++--- .../views/config/views.view.taxonomy_term.yml | 76 +-- .../views/config/views.view.tracker.yml | 340 +++++----- .../views_ui/config/tour.tour.views-ui.yml | 66 +- 53 files changed, 1442 insertions(+), 1443 deletions(-) diff --git a/core/modules/action/config/action.settings.yml b/core/modules/action/config/action.settings.yml index b1d52faa6f647..b68bd41e49a9e 100644 --- a/core/modules/action/config/action.settings.yml +++ b/core/modules/action/config/action.settings.yml @@ -1 +1 @@ -recursion_limit: '35' +recursion_limit: 35 diff --git a/core/modules/aggregator/config/aggregator.settings.yml b/core/modules/aggregator/config/aggregator.settings.yml index dfc0aa9db3b08..d708ecd7f87bc 100644 --- a/core/modules/aggregator/config/aggregator.settings.yml +++ b/core/modules/aggregator/config/aggregator.settings.yml @@ -4,8 +4,8 @@ processors: - aggregator items: allowed_html: '
      • ' - teaser_length: '600' - expire: '9676800' + teaser_length: 600 + expire: 9676800 source: - list_max: '3' + list_max: 3 category_selector: checkboxes diff --git a/core/modules/aggregator/config/views.view.aggregator_rss_feed.yml b/core/modules/aggregator/config/views.view.aggregator_rss_feed.yml index deef238a8841a..acfb69a19e25f 100644 --- a/core/modules/aggregator/config/views.view.aggregator_rss_feed.yml +++ b/core/modules/aggregator/config/views.view.aggregator_rss_feed.yml @@ -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 diff --git a/core/modules/block/custom_block/config/custom_block.type.basic.yml b/core/modules/block/custom_block/config/custom_block.type.basic.yml index 58e87d757bcdf..02982e47a47cf 100644 --- a/core/modules/block/custom_block/config/custom_block.type.basic.yml +++ b/core/modules/block/custom_block/config/custom_block.type.basic.yml @@ -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 diff --git a/core/modules/book/config/node.type.book.yml b/core/modules/book/config/node.type.book.yml index 2b39fd14c9e44..63f98b2a442c2 100644 --- a/core/modules/book/config/node.type.book.yml +++ b/core/modules/book/config/node.type.book.yml @@ -3,17 +3,17 @@ uuid: c5ca890d-7db7-4c45-bf0f-0a12430923ff name: 'Book page' description: 'Books 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 diff --git a/core/modules/contact/config/contact.category.feedback.yml b/core/modules/contact/config/contact.category.feedback.yml index aae9098cb2b48..7e0e9af6844c9 100644 --- a/core/modules/contact/config/contact.category.feedback.yml +++ b/core/modules/contact/config/contact.category.feedback.yml @@ -1,6 +1,6 @@ id: feedback label: 'Website feedback' -recipients: [] +recipients: { } reply: '' -weight: '0' +weight: 0 langcode: en diff --git a/core/modules/contact/config/contact.category.personal.yml b/core/modules/contact/config/contact.category.personal.yml index 6b40a8d180eed..d81d148e4734d 100644 --- a/core/modules/contact/config/contact.category.personal.yml +++ b/core/modules/contact/config/contact.category.personal.yml @@ -1,5 +1,5 @@ id: personal label: 'Personal contact form' -recipients: [] +recipients: { } reply: '' -weight: '0' +weight: 0 diff --git a/core/modules/contact/config/contact.settings.yml b/core/modules/contact/config/contact.settings.yml index 5283dd6510c87..28c760a51658d 100644 --- a/core/modules/contact/config/contact.settings.yml +++ b/core/modules/contact/config/contact.settings.yml @@ -1,5 +1,5 @@ default_category: feedback flood: - limit: '5' - interval: '3600' -user_default_enabled: '1' + limit: 5 + interval: 3600 +user_default_enabled: true diff --git a/core/modules/field/config/field.settings.yml b/core/modules/field/config/field.settings.yml index 6b569a94817a6..0a9ebdffe1ce1 100644 --- a/core/modules/field/config/field.settings.yml +++ b/core/modules/field/config/field.settings.yml @@ -1,2 +1,2 @@ -language_fallback: '1' +language_fallback: true purge_batch_size: 10 diff --git a/core/modules/file/config/views.view.files.yml b/core/modules/file/config/views.view.files.yml index d88bd0a533f75..2d633c2813ac3 100644 --- a/core/modules/file/config/views.view.files.yml +++ b/core/modules/file/config/views.view.files.yml @@ -2,13 +2,13 @@ base_field: fid base_table: file_managed core: 8.x description: 'Find and manage files.' -status: '1' +status: true display: default: display_plugin: default id: default display_title: Master - position: '0' + position: 0 display_options: access: type: perm @@ -20,28 +20,28 @@ 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: 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: mini options: - items_per_page: '50' - offset: '0' - id: '0' - total_pages: '' + items_per_page: 50 + offset: 0 + id: 0 + total_pages: 0 tags: previous: '‹ previous' next: 'next ›' @@ -49,19 +49,19 @@ display: 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 style: type: table options: grouping: { } row_class: '' - default_row_class: '1' - row_class_special: '1' - override: '1' - sticky: '0' + default_row_class: true + row_class_special: true + override: true + sticky: false caption: '' summary: '' description: '' @@ -75,56 +75,56 @@ display: count: count info: fid: - sortable: '0' + sortable: false default_sort_order: asc align: '' separator: '' - empty_column: '0' + empty_column: false responsive: '' filename: - sortable: '1' + sortable: true default_sort_order: asc align: '' separator: '' - empty_column: '0' + empty_column: false responsive: '' filemime: - sortable: '1' + sortable: true default_sort_order: asc align: '' separator: '' - empty_column: '0' + empty_column: false responsive: priority-medium filesize: - sortable: '1' + sortable: true default_sort_order: asc align: '' separator: '' - empty_column: '0' + empty_column: false responsive: priority-low status: - sortable: '0' + sortable: false default_sort_order: asc align: '' separator: '' - empty_column: '0' + empty_column: false responsive: priority-low timestamp: - sortable: '1' + sortable: true default_sort_order: desc align: '' separator: '' - empty_column: '0' + empty_column: false responsive: '' count: - sortable: '0' + sortable: false default_sort_order: asc align: '' separator: '' - empty_column: '0' + empty_column: false responsive: priority-medium default: timestamp - empty_table: '1' + empty_table: true row: type: fields fields: @@ -133,63 +133,63 @@ display: table: file_managed field: fid alter: - alter_text: '0' - make_link: '0' - absolute: '0' - trim: '0' - word_boundary: '0' - ellipsis: '0' - strip_tags: '0' - html: '0' - hide_empty: '0' - empty_zero: '0' + alter_text: false + make_link: false + absolute: false + trim: false + word_boundary: false + ellipsis: false + strip_tags: false + html: false + hide_empty: false + empty_zero: false link_to_file: '0' relationship: none group_type: group admin_label: '' label: Fid - exclude: '1' + exclude: true 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_alter_empty: '1' + hide_alter_empty: true filename: id: filename table: file_managed field: filename alter: - alter_text: '0' - make_link: '0' - absolute: '0' - trim: '0' - word_boundary: '0' - ellipsis: '0' - strip_tags: '0' - html: '0' - hide_empty: '0' - empty_zero: '0' + alter_text: false + make_link: false + absolute: false + trim: false + word_boundary: false + ellipsis: false + strip_tags: false + html: false + hide_empty: false + empty_zero: false link_to_file: '1' relationship: none group_type: group admin_label: '' label: Name - exclude: '0' + exclude: 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_alter_empty: '1' + hide_alter_empty: true filemime: id: filemime table: file_managed @@ -198,46 +198,46 @@ display: group_type: group admin_label: '' label: 'Mime 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_file: '0' filemime_image: '0' plugin_id: file_filemime @@ -249,46 +249,46 @@ display: group_type: group admin_label: '' label: Size - 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 file_size_display: formatted plugin_id: file_size status: @@ -299,46 +299,46 @@ display: group_type: group admin_label: '' label: Status - 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 plugin_id: file_status timestamp: id: timestamp @@ -348,46 +348,46 @@ display: group_type: group admin_label: '' label: 'Upload date' - 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: medium custom_date_format: '' timezone: '' @@ -400,51 +400,51 @@ display: group_type: sum admin_label: '' label: 'Used in' - exclude: '0' + exclude: false alter: - alter_text: '0' + alter_text: false text: '' - make_link: '1' + make_link: true path: 'admin/content/files/usage/[fid]' - 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: '1' + format_plural: true format_plural_singular: '1 place' format_plural_plural: '@count places' prefix: '' @@ -461,30 +461,30 @@ display: operator: word value: '' group: '1' - exposed: '1' + exposed: true expose: operator_id: filemime_op label: Filename description: '' - use_operator: '0' + use_operator: false operator: filename_op identifier: filename - required: '0' - remember: '0' - multiple: '0' + required: false + remember: false + multiple: false remember_roles: authenticated: authenticated anonymous: '0' administrator: '0' - is_grouped: '0' + is_grouped: false group_info: label: '' description: '' identifier: '' - optional: '1' + optional: true widget: select - multiple: '0' - remember: '0' + multiple: false + remember: 0 default_group: All default_group_multiple: { } group_items: { } @@ -499,30 +499,30 @@ display: operator: word value: '' group: '1' - exposed: '1' + exposed: true expose: operator_id: filemime_op label: 'Mime type' description: '' - use_operator: '0' + use_operator: false operator: filemime_op identifier: filemime - required: '0' - remember: '0' - multiple: '0' + required: false + remember: false + multiple: false remember_roles: authenticated: authenticated anonymous: '0' administrator: '0' - is_grouped: '0' + is_grouped: false group_info: label: '' description: '' identifier: '' - optional: '1' + optional: true widget: select - multiple: '0' - remember: '0' + multiple: false + remember: 0 default_group: All default_group_multiple: { } group_items: { } @@ -537,31 +537,31 @@ display: operator: in value: { } group: '1' - exposed: '1' + exposed: true expose: operator_id: status_op 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 anonymous: '0' administrator: '0' reduce: '0' - is_grouped: '0' + is_grouped: false group_info: label: '' description: '' identifier: '' - optional: '1' + optional: true widget: select - multiple: '0' - remember: '0' + multiple: false + remember: 0 default_group: All default_group_multiple: { } group_items: { } @@ -575,7 +575,7 @@ display: id: area_text_custom table: views field: area_text_custom - empty: '1' + empty: true content: 'No files available.' plugin_id: text_custom relationships: { } @@ -586,7 +586,7 @@ display: display_plugin: page id: page_1 display_title: 'Files overview' - position: '1' + position: 1 display_options: path: admin/content/files menu: @@ -594,40 +594,40 @@ display: title: Files description: '' name: admin - weight: '0' + weight: 0 context: '0' display_description: '' defaults: - pager: '1' - pager_options: '1' + pager: true + pager_options: true page_2: display_plugin: page id: page_2 display_title: 'File usage' - position: '2' + position: 2 display_options: display_description: '' path: admin/content/files/usage/% empty: { } defaults: empty: '0' - pager: '0' - pager_options: '0' - filters: '0' - filter_groups: '0' - fields: '0' - group_by: '0' - title: '0' - arguments: '0' - style: '0' - row: '0' + pager: false + pager_options: false + filters: false + filter_groups: false + fields: false + group_by: false + title: false + arguments: false + style: false + row: false 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 tags: previous: '‹ previous' next: 'next ›' @@ -635,9 +635,9 @@ display: 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 pager_options: '' filters: { } @@ -653,46 +653,46 @@ display: group_type: group admin_label: '' label: Entity - 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_entity: '1' plugin_id: entity_label provider: views @@ -704,46 +704,46 @@ display: group_type: group admin_label: '' label: 'Entity 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 plugin_id: standard provider: views module: @@ -754,46 +754,46 @@ display: group_type: group admin_label: '' label: 'Registering module' - 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 plugin_id: standard provider: views count: @@ -804,51 +804,51 @@ display: group_type: group admin_label: '' label: 'Use count' - 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: '' @@ -868,31 +868,31 @@ display: default_action: 'not found' exception: value: all - title_enable: '0' + title_enable: false title: All - title_enable: '1' + title_enable: true title: 'File usage information for %1' - 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: file_fid provider: file @@ -901,10 +901,10 @@ display: options: grouping: { } row_class: '' - default_row_class: '1' - row_class_special: '1' - override: '1' - sticky: '0' + default_row_class: true + row_class_special: true + override: true + sticky: false caption: '' summary: '' description: '' @@ -915,35 +915,35 @@ display: count: count info: entity_label: - 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: priority-medium module: - sortable: '0' + sortable: false default_sort_order: asc align: '' separator: '' - empty_column: '0' + empty_column: false responsive: priority-low count: - sortable: '0' + sortable: false default_sort_order: asc align: '' separator: '' - empty_column: '0' + empty_column: false responsive: '' default: entity_label - empty_table: '1' + empty_table: true row: type: fields options: { } diff --git a/core/modules/filter/config/filter.format.plain_text.yml b/core/modules/filter/config/filter.format.plain_text.yml index 3bb3571f70a78..80e1370fa86a1 100644 --- a/core/modules/filter/config/filter.format.plain_text.yml +++ b/core/modules/filter/config/filter.format.plain_text.yml @@ -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 diff --git a/core/modules/forum/config/field.instance.taxonomy_term.forums.forum_container.yml b/core/modules/forum/config/field.instance.taxonomy_term.forums.forum_container.yml index c8c36afcc0311..98fde492c476f 100644 --- a/core/modules/forum/config/field.instance.taxonomy_term.forums.forum_container.yml +++ b/core/modules/forum/config/field.instance.taxonomy_term.forums.forum_container.yml @@ -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 diff --git a/core/modules/forum/config/forum.settings.yml b/core/modules/forum/config/forum.settings.yml index 4f2516ef8793c..2be9d12dba4b1 100644 --- a/core/modules/forum/config/forum.settings.yml +++ b/core/modules/forum/config/forum.settings.yml @@ -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 diff --git a/core/modules/forum/config/node.type.forum.yml b/core/modules/forum/config/node.type.forum.yml index 71dce86c04a0a..a212cad00f92f 100644 --- a/core/modules/forum/config/node.type.forum.yml +++ b/core/modules/forum/config/node.type.forum.yml @@ -3,17 +3,17 @@ uuid: c14b392d-0889-46bd-889e-a239e8b6cd89 name: 'Forum topic' description: 'A forum topic 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 diff --git a/core/modules/image/config/image.style.large.yml b/core/modules/image/config/image.style.large.yml index cbd1c0c9aac34..1f7c10c52b3bb 100644 --- a/core/modules/image/config/image.style.large.yml +++ b/core/modules/image/config/image.style.large.yml @@ -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 diff --git a/core/modules/image/config/image.style.medium.yml b/core/modules/image/config/image.style.medium.yml index ba38b73e5fdda..77e0d2a25c0a8 100644 --- a/core/modules/image/config/image.style.medium.yml +++ b/core/modules/image/config/image.style.medium.yml @@ -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 diff --git a/core/modules/image/config/image.style.thumbnail.yml b/core/modules/image/config/image.style.thumbnail.yml index 0368dd36244e9..22b5671f42536 100644 --- a/core/modules/image/config/image.style.thumbnail.yml +++ b/core/modules/image/config/image.style.thumbnail.yml @@ -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 diff --git a/core/modules/language/config/language.entity.en.yml b/core/modules/language/config/language.entity.en.yml index 664b8588efc32..f223336950e04 100644 --- a/core/modules/language/config/language.entity.en.yml +++ b/core/modules/language/config/language.entity.en.yml @@ -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 diff --git a/core/modules/language/config/language.entity.und.yml b/core/modules/language/config/language.entity.und.yml index d4c99e18ae7e4..f7559b1ce3a80 100644 --- a/core/modules/language/config/language.entity.und.yml +++ b/core/modules/language/config/language.entity.und.yml @@ -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 diff --git a/core/modules/language/config/language.entity.zxx.yml b/core/modules/language/config/language.entity.zxx.yml index 8568f1f72ca0d..37b02d9e1aed6 100644 --- a/core/modules/language/config/language.entity.zxx.yml +++ b/core/modules/language/config/language.entity.zxx.yml @@ -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 diff --git a/core/modules/locale/config/locale.settings.yml b/core/modules/locale/config/locale.settings.yml index 02e8af0f9438e..11c964ac2895f 100644 --- a/core/modules/locale/config/locale.settings.yml +++ b/core/modules/locale/config/locale.settings.yml @@ -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' diff --git a/core/modules/menu/config/menu.settings.yml b/core/modules/menu/config/menu.settings.yml index bd3574e0debee..a79ac9798db53 100644 --- a/core/modules/menu/config/menu.settings.yml +++ b/core/modules/menu/config/menu.settings.yml @@ -1,3 +1,3 @@ main_links: main secondary_links: account -override_parent_selector: '0' +override_parent_selector: false diff --git a/core/modules/node/config/node.settings.yml b/core/modules/node/config/node.settings.yml index 76b19d1009bdc..549c96e2fc8c4 100644 --- a/core/modules/node/config/node.settings.yml +++ b/core/modules/node/config/node.settings.yml @@ -1,2 +1,2 @@ -items_per_page: '10' -use_admin_theme: '0' +items_per_page: 10 +use_admin_theme: false diff --git a/core/modules/node/config/views.view.content.yml b/core/modules/node/config/views.view.content.yml index 487b04bd61ae2..cd9235777c273 100644 --- a/core/modules/node/config/views.view.content.yml +++ b/core/modules/node/config/views.view.content.yml @@ -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 diff --git a/core/modules/node/config/views.view.frontpage.yml b/core/modules/node/config/views.view.frontpage.yml index 806893ae9e185..d4e85043f235a 100644 --- a/core/modules/node/config/views.view.frontpage.yml +++ b/core/modules/node/config/views.view.frontpage.yml @@ -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: diff --git a/core/modules/search/config/search.settings.yml b/core/modules/search/config/search.settings.yml index 1d0124f35e1af..78e0767988e03 100644 --- a/core/modules/search/config/search.settings.yml +++ b/core/modules/search/config/search.settings.yml @@ -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 diff --git a/core/modules/statistics/config/statistics.settings.yml b/core/modules/statistics/config/statistics.settings.yml index e38a319a05a1e..077dd7651e4d3 100644 --- a/core/modules/statistics/config/statistics.settings.yml +++ b/core/modules/statistics/config/statistics.settings.yml @@ -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 diff --git a/core/modules/system/config/system.cron.yml b/core/modules/system/config/system.cron.yml index 7d404e117399b..5cf7ee68d5e7a 100644 --- a/core/modules/system/config/system.cron.yml +++ b/core/modules/system/config/system.cron.yml @@ -1,4 +1,4 @@ threshold: - autorun: '0' - requirements_warning: '172800' - requirements_error: '1209600' + autorun: 0 + requirements_warning: 172800 + requirements_error: 1209600 diff --git a/core/modules/system/config/system.date.yml b/core/modules/system/config/system.date.yml index be32cc79a39cf..29889df58352b 100644 --- a/core/modules/system/config/system.date.yml +++ b/core/modules/system/config/system.date.yml @@ -1,6 +1,6 @@ country: default: '' -first_day: '0' +first_day: 0 timezone: default: '' user: diff --git a/core/modules/system/config/system.date_format.fallback.yml b/core/modules/system/config/system.date_format.fallback.yml index a9e3eb1f075aa..51e0182414c38 100644 --- a/core/modules/system/config/system.date_format.fallback.yml +++ b/core/modules/system/config/system.date_format.fallback.yml @@ -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' diff --git a/core/modules/system/config/system.date_format.html_date.yml b/core/modules/system/config/system.date_format.html_date.yml index 6d4e004784cad..50f2509dc3e94 100644 --- a/core/modules/system/config/system.date_format.html_date.yml +++ b/core/modules/system/config/system.date_format.html_date.yml @@ -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 diff --git a/core/modules/system/config/system.date_format.html_datetime.yml b/core/modules/system/config/system.date_format.html_datetime.yml index 624f9350cb10f..33fad398dc247 100644 --- a/core/modules/system/config/system.date_format.html_datetime.yml +++ b/core/modules/system/config/system.date_format.html_datetime.yml @@ -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' diff --git a/core/modules/system/config/system.date_format.html_month.yml b/core/modules/system/config/system.date_format.html_month.yml index 92fe715c656d2..b2c8c6094cf9f 100644 --- a/core/modules/system/config/system.date_format.html_month.yml +++ b/core/modules/system/config/system.date_format.html_month.yml @@ -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 diff --git a/core/modules/system/config/system.date_format.html_time.yml b/core/modules/system/config/system.date_format.html_time.yml index a2aaf35229b03..d804313ebfc8d 100644 --- a/core/modules/system/config/system.date_format.html_time.yml +++ b/core/modules/system/config/system.date_format.html_time.yml @@ -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' diff --git a/core/modules/system/config/system.date_format.html_week.yml b/core/modules/system/config/system.date_format.html_week.yml index aa45e8ee72abd..4258b21861e4f 100644 --- a/core/modules/system/config/system.date_format.html_week.yml +++ b/core/modules/system/config/system.date_format.html_week.yml @@ -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 diff --git a/core/modules/system/config/system.date_format.html_year.yml b/core/modules/system/config/system.date_format.html_year.yml index 731cc5fd6150b..aaba268eb120a 100644 --- a/core/modules/system/config/system.date_format.html_year.yml +++ b/core/modules/system/config/system.date_format.html_year.yml @@ -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 diff --git a/core/modules/system/config/system.date_format.html_yearless_date.yml b/core/modules/system/config/system.date_format.html_yearless_date.yml index 29240b24f7b7c..221244b2026ae 100644 --- a/core/modules/system/config/system.date_format.html_yearless_date.yml +++ b/core/modules/system/config/system.date_format.html_yearless_date.yml @@ -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 diff --git a/core/modules/system/config/system.date_format.long.yml b/core/modules/system/config/system.date_format.long.yml index 4c632c5c25088..d9492bc733866 100644 --- a/core/modules/system/config/system.date_format.long.yml +++ b/core/modules/system/config/system.date_format.long.yml @@ -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' diff --git a/core/modules/system/config/system.date_format.medium.yml b/core/modules/system/config/system.date_format.medium.yml index 35946a808d13f..82c18f2eb851d 100644 --- a/core/modules/system/config/system.date_format.medium.yml +++ b/core/modules/system/config/system.date_format.medium.yml @@ -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' diff --git a/core/modules/system/config/system.date_format.short.yml b/core/modules/system/config/system.date_format.short.yml index e72c1343e541c..bfba9188ccf87 100644 --- a/core/modules/system/config/system.date_format.short.yml +++ b/core/modules/system/config/system.date_format.short.yml @@ -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' diff --git a/core/modules/system/config/system.performance.yml b/core/modules/system/config/system.performance.yml index 018803207d454..28c4d86afb482 100644 --- a/core/modules/system/config/system.performance.yml +++ b/core/modules/system/config/system.performance.yml @@ -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: '404 Not Found

        Not Found

        The requested URL "@path" was not found on this server.

        ' 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 diff --git a/core/modules/system/config/system.rss.yml b/core/modules/system/config/system.rss.yml index 1cb2f72b3ab63..994f55cffb6a9 100644 --- a/core/modules/system/config/system.rss.yml +++ b/core/modules/system/config/system.rss.yml @@ -1,6 +1,6 @@ channel: description: '' items: - limit: '10' + limit: 10 view_mode: rss langcode: en diff --git a/core/modules/system/config/system.site.yml b/core/modules/system/config/system.site.yml index 0c9a56b121d43..b1c5df58c757f 100644 --- a/core/modules/system/config/system.site.yml +++ b/core/modules/system/config/system.site.yml @@ -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 diff --git a/core/modules/taxonomy/config/taxonomy.settings.yml b/core/modules/taxonomy/config/taxonomy.settings.yml index deed927683d34..a7ea865880d00 100644 --- a/core/modules/taxonomy/config/taxonomy.settings.yml +++ b/core/modules/taxonomy/config/taxonomy.settings.yml @@ -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 diff --git a/core/modules/update/config/update.settings.yml b/core/modules/update/config/update.settings.yml index da864d9a95443..162a53dac6609 100644 --- a/core/modules/update/config/update.settings.yml +++ b/core/modules/update/config/update.settings.yml @@ -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' diff --git a/core/modules/user/config/user.settings.yml b/core/modules/user/config/user.settings.yml index bdb34087134f3..fbb0d988a806c 100644 --- a/core/modules/user/config/user.settings.yml +++ b/core/modules/user/config/user.settings.yml @@ -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 diff --git a/core/modules/user/config/views.view.user_admin_people.yml b/core/modules/user/config/views.view.user_admin_people.yml index 89fd1c908035e..e41d552cec71a 100644 --- a/core/modules/user/config/views.view.user_admin_people.yml +++ b/core/modules/user/config/views.view.user_admin_people.yml @@ -2,13 +2,13 @@ base_field: uid base_table: users core: 8.x description: 'Find and manage people interacting with your site.' -status: '1' +status: true display: default: display_plugin: default id: default display_title: Master - position: '0' + position: 0 display_options: access: type: perm @@ -19,28 +19,28 @@ 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: Filter - reset_button: '1' + reset_button: true 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' - offset: '0' - id: '0' - total_pages: '' + items_per_page: 50 + offset: 0 + id: 0 + total_pages: 0 tags: previous: '‹ previous' next: 'next ›' @@ -50,9 +50,9 @@ display: 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 quantity: '9' style: @@ -60,10 +60,10 @@ display: options: grouping: { } row_class: '' - default_row_class: '1' - row_class_special: '1' - override: '1' - sticky: '0' + default_row_class: true + row_class_special: true + override: true + sticky: false summary: '' columns: user_bulk_form: user_bulk_form @@ -79,62 +79,62 @@ display: user_bulk_form: align: '' separator: '' - empty_column: '0' + empty_column: false responsive: '' name: - sortable: '1' + sortable: true default_sort_order: asc align: '' separator: '' - empty_column: '0' + empty_column: false responsive: '' status: - sortable: '1' + sortable: true default_sort_order: asc align: '' separator: '' - empty_column: '0' + empty_column: false responsive: priority-low rid: - sortable: '0' + sortable: false default_sort_order: asc align: '' separator: '' - empty_column: '0' + empty_column: false responsive: priority-low created: - sortable: '1' + sortable: true default_sort_order: desc align: '' separator: '' - empty_column: '0' + empty_column: false responsive: priority-low access: - sortable: '1' + sortable: true default_sort_order: desc align: '' separator: '' - empty_column: '0' + empty_column: false responsive: priority-low edit_node: align: '' separator: '' - empty_column: '0' + empty_column: false responsive: priority-low translation_link: 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: '' default: created - empty_table: '1' + empty_table: true row: type: fields fields: @@ -146,46 +146,46 @@ display: group_type: group admin_label: '' label: 'Bulk update' - 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 plugin_id: user_bulk_form provider: user name: @@ -196,46 +196,46 @@ display: group_type: group admin_label: '' label: Username - 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: '' @@ -250,46 +250,46 @@ display: group_type: group admin_label: '' label: Status - 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 type: active-blocked type_custom_true: '' type_custom_false: '' @@ -304,46 +304,46 @@ display: group_type: group admin_label: '' label: Roles - 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 type: ul separator: ', ' plugin_id: user_roles @@ -356,46 +356,46 @@ display: group_type: group admin_label: '' label: 'Member for' - 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: 'raw time ago' custom_date_format: '' timezone: '' @@ -409,46 +409,46 @@ display: group_type: group admin_label: '' label: 'Last access' - 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: 'time ago' custom_date_format: '' timezone: '' @@ -462,46 +462,46 @@ display: group_type: group admin_label: '' label: 'Link to edit user' - exclude: '1' + exclude: true 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 text: Edit plugin_id: user_link_edit provider: user @@ -513,46 +513,46 @@ display: group_type: group admin_label: '' label: 'Translation link' - exclude: '1' + exclude: true 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 text: Translate optional: '1' plugin_id: content_translation_link @@ -564,46 +564,46 @@ display: group_type: group admin_label: '' label: Operations - 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 fields: edit_node: edit_node translation_link: translation_link @@ -623,46 +623,46 @@ display: group_type: group admin_label: '' label: '' - exclude: '1' + exclude: true 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: '0' + element_label_colon: false 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: '0' plugin_id: user_mail filters: @@ -676,30 +676,30 @@ display: operator: contains value: '' group: '1' - exposed: '1' + exposed: true expose: operator_id: combine_op label: 'Name or e-mail contains' description: '' - use_operator: '0' + use_operator: false operator: combine_op identifier: user - required: '0' - remember: '0' - multiple: '0' + required: false + remember: false + multiple: false remember_roles: authenticated: authenticated anonymous: '0' administrator: '0' - is_grouped: '0' + is_grouped: false group_info: label: '' description: '' identifier: '' - optional: '1' + optional: true widget: select - multiple: '0' - remember: '0' + multiple: false + remember: 0 default_group: All default_group_multiple: { } group_items: { } @@ -717,31 +717,31 @@ display: operator: or value: { } group: '1' - exposed: '1' + exposed: true expose: operator_id: rid_op label: Role description: '' - use_operator: '0' + use_operator: false operator: rid_op identifier: role - required: '0' - remember: '0' - multiple: '0' + required: false + remember: false + multiple: false remember_roles: authenticated: authenticated anonymous: '0' administrator: '0' reduce: '0' - is_grouped: '0' + is_grouped: false group_info: label: '' description: '' identifier: '' - optional: '1' + optional: true widget: select - multiple: '0' - remember: '0' + multiple: false + remember: 0 default_group: All default_group_multiple: { } group_items: { } @@ -758,31 +758,31 @@ display: operator: or value: { } group: '1' - exposed: '1' + exposed: true expose: operator_id: permission_op label: Permission description: '' - use_operator: '0' + use_operator: false operator: permission_op identifier: permission - required: '0' - remember: '0' - multiple: '0' + required: false + remember: false + multiple: false remember_roles: authenticated: authenticated anonymous: '0' administrator: '0' reduce: '0' - is_grouped: '0' + is_grouped: false group_info: label: '' description: '' identifier: '' - optional: '1' + optional: true widget: select - multiple: '0' - remember: '0' + multiple: false + remember: 0 default_group: All default_group_multiple: { } group_items: { } @@ -799,30 +799,30 @@ display: operator: '=' value: All group: '1' - exposed: '1' + exposed: true expose: operator_id: '' label: '' 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 anonymous: '0' administrator: '0' - is_grouped: '1' + is_grouped: true group_info: - label: 'Status' + label: 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: @@ -849,28 +849,28 @@ display: max: '' value: '0' group: '1' - exposed: '0' + exposed: false expose: operator_id: '0' label: '' description: '' - use_operator: '0' + use_operator: false operator: '' identifier: '' - required: '0' - remember: '0' - multiple: '0' + required: false + remember: false + multiple: false remember_roles: authenticated: authenticated - is_grouped: '0' + is_grouped: false group_info: label: '' description: '' identifier: '' - optional: '1' + optional: true widget: select - multiple: '0' - remember: '0' + multiple: false + remember: 0 default_group: All default_group_multiple: { } group_items: { } @@ -885,7 +885,7 @@ display: group_type: group admin_label: '' order: DESC - exposed: '0' + exposed: false expose: label: '' granularity: second @@ -900,8 +900,8 @@ display: relationship: none group_type: group admin_label: '' - empty: '1' - tokenize: '0' + empty: true + tokenize: false content: 'No people available.' plugin_id: text_custom provider: views @@ -924,7 +924,7 @@ display: display_plugin: page id: page_1 display_title: Page - position: '1' + position: 1 display_options: path: admin/people/list show_admin_links: '0' @@ -933,16 +933,16 @@ display: title: List description: 'Find and manage people interacting with your site.' name: admin - weight: '-10' + weight: -10 context: '0' tab_options: type: normal title: People description: 'Manage user accounts, roles, and permissions.' name: admin - weight: '0' + weight: 0 defaults: - show_admin_links: '0' + show_admin_links: false label: People module: views id: user_admin_people diff --git a/core/modules/views/config/views.view.archive.yml b/core/modules/views/config/views.view.archive.yml index fa9b7a3470dfb..f4057a5811c15 100644 --- a/core/modules/views/config/views.view.archive.yml +++ b/core/modules/views/config/views.view.archive.yml @@ -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 diff --git a/core/modules/views/config/views.view.comments_recent.yml b/core/modules/views/config/views.view.comments_recent.yml index 6b0898bb2cad7..69408a37e0443 100644 --- a/core/modules/views/config/views.view.comments_recent.yml +++ b/core/modules/views/config/views.view.comments_recent.yml @@ -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 diff --git a/core/modules/views/config/views.view.glossary.yml b/core/modules/views/config/views.view.glossary.yml index e5d31185a3b3c..9e38fae260a6e 100644 --- a/core/modules/views/config/views.view.glossary.yml +++ b/core/modules/views/config/views.view.glossary.yml @@ -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 diff --git a/core/modules/views/config/views.view.taxonomy_term.yml b/core/modules/views/config/views.view.taxonomy_term.yml index e09771ce716f5..238c932469fd9 100644 --- a/core/modules/views/config/views.view.taxonomy_term.yml +++ b/core/modules/views/config/views.view.taxonomy_term.yml @@ -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' diff --git a/core/modules/views/config/views.view.tracker.yml b/core/modules/views/config/views.view.tracker.yml index 5926b453f6eb3..629e17b15f913 100644 --- a/core/modules/views/config/views.view.tracker.yml +++ b/core/modules/views/config/views.view.tracker.yml @@ -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: '
        ' 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 diff --git a/core/modules/views_ui/config/tour.tour.views-ui.yml b/core/modules/views_ui/config/tour.tour.views-ui.yml index cbd36054f6aef..1ba08e7a03c7f 100644 --- a/core/modules/views_ui/config/tour.tour.views-ui.yml +++ b/core/modules/views_ui/config/tour.tour.views-ui.yml @@ -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 published, you would add a filter for Published and select Yes. - 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 published, you would add a filter for Published and select Yes.' + 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 Content to output each item completely, using your configured display settings. Other options include Fields which allows you to output only specific fields on each matching result. Additional formats can be added by installing additional modules to extend 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 Content to output each item completely, using your configured display settings. Other options include Fields which allows you to output only specific fields on each matching result. Additional formats can be added by installing additional modules to extend 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