From 3d8ddcb7b41eadad8b4e368cf82288ccaed2ba83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 6 May 2020 23:52:53 -0400 Subject: [PATCH] Commit meaningless self-updates to configuration --- config/sync/block.block.footer_about_us.yml | 2 + .../sync/block.block.footer_get_involved.yml | 2 + config/sync/block.block.footer_our_work.yml | 2 + config/sync/search_api.index.article.yml | 73 ++++++++++++------- config/sync/search_api.index.blog.yml | 71 ++++++++++++------ config/sync/search_api.index.collection.yml | 4 +- config/sync/search_api.index.content.yml | 48 ++++++------ config/sync/search_api.index.people.yml | 73 ++++++++++++------- 8 files changed, 175 insertions(+), 100 deletions(-) diff --git a/config/sync/block.block.footer_about_us.yml b/config/sync/block.block.footer_about_us.yml index e238ae7..dc9ab47 100644 --- a/config/sync/block.block.footer_about_us.yml +++ b/config/sync/block.block.footer_about_us.yml @@ -22,6 +22,8 @@ settings: label: 'About Us' provider: menu_block label_display: visible + follow: false + follow_parent: child level: 1 depth: 0 expand: 0 diff --git a/config/sync/block.block.footer_get_involved.yml b/config/sync/block.block.footer_get_involved.yml index 7dbd86d..2e77adb 100644 --- a/config/sync/block.block.footer_get_involved.yml +++ b/config/sync/block.block.footer_get_involved.yml @@ -22,6 +22,8 @@ settings: label: 'Get Involved' provider: menu_block label_display: visible + follow: false + follow_parent: child level: 1 depth: 0 expand: 0 diff --git a/config/sync/block.block.footer_our_work.yml b/config/sync/block.block.footer_our_work.yml index 67c5cc5..63bcaf8 100644 --- a/config/sync/block.block.footer_our_work.yml +++ b/config/sync/block.block.footer_our_work.yml @@ -22,6 +22,8 @@ settings: label: 'Our Work' provider: menu_block label_display: visible + follow: false + follow_parent: child level: 1 depth: 0 expand: 0 diff --git a/config/sync/search_api.index.article.yml b/config/sync/search_api.index.article.yml index a09d506..0cbab02 100644 --- a/config/sync/search_api.index.article.yml +++ b/config/sync/search_api.index.article.yml @@ -2,18 +2,18 @@ uuid: c4962831-f584-4e8a-b8a0-74f8af7f4dfe langcode: en status: true dependencies: + module: + - node + - user + - search_api config: - - field.storage.node.field_tags - - field.storage.node.field_summary - field.storage.node.field_article_type - field.storage.node.field_authors + - field.storage.node.field_summary + - field.storage.node.field_tags - field.storage.node.field_topics - search_api.server.database - core.entity_view_mode.node.search_index - module: - - user - - search_api - - node _core: default_config_hash: J04p8dO7JgH6HJ11pkCigWVJg-8TXjwcS4kwaVmluI8 id: article @@ -26,11 +26,17 @@ field_settings: datasource_id: 'entity:node' property_path: changed type: date + dependencies: + module: + - node created: label: 'Authored on' datasource_id: 'entity:node' property_path: created type: date + dependencies: + module: + - node field_article_type: label: 'Article type' datasource_id: 'entity:node' @@ -78,6 +84,7 @@ field_settings: type: string dependencies: module: + - node - user node_grants: label: 'Node access information' @@ -91,6 +98,9 @@ field_settings: datasource_id: 'entity:node' property_path: promote type: boolean + dependencies: + module: + - node rendered_item: label: 'Rendered HTML output' property_path: rendered_item @@ -108,17 +118,26 @@ field_settings: type: boolean indexed_locked: true type_locked: true + dependencies: + module: + - node sticky: label: 'Sticky at top of lists' datasource_id: 'entity:node' property_path: sticky type: boolean + dependencies: + module: + - node title: label: Title datasource_id: 'entity:node' property_path: title type: text boost: !!float 8 + dependencies: + module: + - node uid: label: 'Authored by' datasource_id: 'entity:node' @@ -126,6 +145,9 @@ field_settings: type: integer indexed_locked: true type_locked: true + dependencies: + module: + - node datasource_settings: 'entity:node': bundles: @@ -137,11 +159,23 @@ datasource_settings: selected: { } processor_settings: add_url: { } - aggregated_field: { } content_access: weights: preprocess_query: -45 - entity_status: { } + language_with_fallback: { } + rendered_item: { } + tokenizer: + all_fields: false + fields: + - field_summary + - rendered_item + - title + spaces: '' + overlap_cjk: 1 + minimum_word_size: '3' + weights: + preprocess_index: -44 + preprocess_query: -46 html_filter: all_fields: false fields: @@ -158,17 +192,7 @@ processor_settings: weights: preprocess_index: -46 preprocess_query: -47 - ignorecase: - all_fields: false - fields: - - field_summary - - name - - rendered_item - - title - weights: - preprocess_index: -49 - preprocess_query: -49 - rendered_item: { } + entity_status: { } stopwords: all_fields: false fields: @@ -214,18 +238,17 @@ processor_settings: weights: preprocess_index: -48 preprocess_query: -50 - tokenizer: + aggregated_field: { } + ignorecase: all_fields: false fields: - field_summary + - name - rendered_item - title - spaces: '' - overlap_cjk: 1 - minimum_word_size: '3' weights: - preprocess_index: -44 - preprocess_query: -46 + preprocess_index: -49 + preprocess_query: -49 transliteration: all_fields: false fields: diff --git a/config/sync/search_api.index.blog.yml b/config/sync/search_api.index.blog.yml index e55aa0f..2d908a7 100644 --- a/config/sync/search_api.index.blog.yml +++ b/config/sync/search_api.index.blog.yml @@ -2,16 +2,16 @@ uuid: 26aec33b-01a6-4ce4-b52b-c4a605088ed1 langcode: en status: true dependencies: + module: + - node + - user + - search_api config: - - field.storage.node.field_tags - field.storage.node.field_summary + - field.storage.node.field_tags - field.storage.node.field_topics - search_api.server.database - core.entity_view_mode.node.search_index - module: - - user - - search_api - - node _core: default_config_hash: LVXH3P5V5qSiUZzvZXvCnxDkd1deRiRJxfXyTLWGOFM id: blog @@ -24,11 +24,17 @@ field_settings: datasource_id: 'entity:node' property_path: changed type: date + dependencies: + module: + - node created: label: 'Authored on' datasource_id: 'entity:node' property_path: created type: date + dependencies: + module: + - node field_summary: label: Summary datasource_id: 'entity:node' @@ -60,6 +66,7 @@ field_settings: type: string dependencies: module: + - node - user node_grants: label: 'Node access information' @@ -73,6 +80,9 @@ field_settings: datasource_id: 'entity:node' property_path: promote type: boolean + dependencies: + module: + - node rendered_item: label: 'Rendered HTML output' property_path: rendered_item @@ -90,17 +100,26 @@ field_settings: type: boolean indexed_locked: true type_locked: true + dependencies: + module: + - node sticky: label: 'Sticky at top of lists' datasource_id: 'entity:node' property_path: sticky type: boolean + dependencies: + module: + - node title: label: Title datasource_id: 'entity:node' property_path: title type: text boost: !!float 8 + dependencies: + module: + - node uid: label: 'Authored by' datasource_id: 'entity:node' @@ -108,6 +127,9 @@ field_settings: type: integer indexed_locked: true type_locked: true + dependencies: + module: + - node datasource_settings: 'entity:node': bundles: @@ -119,11 +141,23 @@ datasource_settings: selected: { } processor_settings: add_url: { } - aggregated_field: { } content_access: weights: preprocess_query: -45 - entity_status: { } + language_with_fallback: { } + rendered_item: { } + tokenizer: + all_fields: false + fields: + - field_summary + - rendered_item + - title + spaces: '' + overlap_cjk: 1 + minimum_word_size: '3' + weights: + preprocess_index: -44 + preprocess_query: -46 html_filter: all_fields: false fields: @@ -140,17 +174,7 @@ processor_settings: weights: preprocess_index: -46 preprocess_query: -47 - ignorecase: - all_fields: false - fields: - - field_summary - - name - - rendered_item - - title - weights: - preprocess_index: -49 - preprocess_query: -49 - rendered_item: { } + entity_status: { } stopwords: all_fields: false fields: @@ -196,18 +220,17 @@ processor_settings: weights: preprocess_index: -48 preprocess_query: -50 - tokenizer: + aggregated_field: { } + ignorecase: all_fields: false fields: - field_summary + - name - rendered_item - title - spaces: '' - overlap_cjk: 1 - minimum_word_size: '3' weights: - preprocess_index: -44 - preprocess_query: -46 + preprocess_index: -49 + preprocess_query: -49 transliteration: all_fields: false fields: diff --git a/config/sync/search_api.index.collection.yml b/config/sync/search_api.index.collection.yml index 7f6b6d9..b30fa8a 100644 --- a/config/sync/search_api.index.collection.yml +++ b/config/sync/search_api.index.collection.yml @@ -84,7 +84,6 @@ field_settings: module: - node - user - - user promote: label: 'Promoted to front page' datasource_id: 'entity:node' @@ -146,8 +145,9 @@ datasource_settings: selected: { } processor_settings: add_url: { } - aggregated_field: { } + language_with_fallback: { } rendered_item: { } + aggregated_field: { } tracker_settings: default: indexing_order: fifo diff --git a/config/sync/search_api.index.content.yml b/config/sync/search_api.index.content.yml index c44b491..a826ef7 100644 --- a/config/sync/search_api.index.content.yml +++ b/config/sync/search_api.index.content.yml @@ -28,7 +28,6 @@ field_settings: module: - node - user - - user changed: label: Changed datasource_id: 'entity:node' @@ -151,16 +150,27 @@ processor_settings: add_url: weights: preprocess_index: -30 - aggregated_field: - weights: - add_properties: 20 content_access: weights: preprocess_index: -6 preprocess_query: -4 - entity_status: + language_with_fallback: { } + rendered_item: weights: - preprocess_index: -10 + add_properties: 0 + pre_index_save: -10 + tokenizer: + fields: + - field_summary + - rendered_item + - title + spaces: '' + overlap_cjk: 1 + minimum_word_size: '3' + weights: + preprocess_index: -2 + preprocess_query: -5 + all_fields: false html_filter: fields: - field_summary @@ -177,19 +187,9 @@ processor_settings: preprocess_index: -3 preprocess_query: -6 all_fields: false - ignorecase: - fields: - - field_summary - - rendered_item - - title + entity_status: weights: - preprocess_index: -5 - preprocess_query: -8 - all_fields: false - rendered_item: - weights: - add_properties: 0 - pre_index_save: -10 + preprocess_index: -10 stopwords: fields: - field_summary @@ -235,17 +235,17 @@ processor_settings: preprocess_index: -5 preprocess_query: -10 all_fields: false - tokenizer: + aggregated_field: + weights: + add_properties: 20 + ignorecase: fields: - field_summary - rendered_item - title - spaces: '' - overlap_cjk: 1 - minimum_word_size: '3' weights: - preprocess_index: -2 - preprocess_query: -5 + preprocess_index: -5 + preprocess_query: -8 all_fields: false transliteration: fields: diff --git a/config/sync/search_api.index.people.yml b/config/sync/search_api.index.people.yml index 6ea4d73..23acbbb 100644 --- a/config/sync/search_api.index.people.yml +++ b/config/sync/search_api.index.people.yml @@ -2,15 +2,15 @@ uuid: 4747b8f8-7be0-4e2b-9899-77746d9e0142 langcode: en status: true dependencies: - config: - - field.storage.node.field_summary - - field.storage.node.field_people_type - - search_api.server.database - - core.entity_view_mode.node.search_index module: + - node - user - search_api - - node + config: + - field.storage.node.field_people_type + - field.storage.node.field_summary + - search_api.server.database + - core.entity_view_mode.node.search_index _core: default_config_hash: MppSSFf9_oAEuTYEXp1R5nK30k5xRKvptoEDwKw9v6o id: people @@ -23,11 +23,17 @@ field_settings: datasource_id: 'entity:node' property_path: changed type: date + dependencies: + module: + - node created: label: 'Authored on' datasource_id: 'entity:node' property_path: created type: date + dependencies: + module: + - node field_people_type: label: 'People type' datasource_id: 'entity:node' @@ -51,6 +57,7 @@ field_settings: type: string dependencies: module: + - node - user node_grants: label: 'Node access information' @@ -64,6 +71,9 @@ field_settings: datasource_id: 'entity:node' property_path: promote type: boolean + dependencies: + module: + - node rendered_item: label: 'Rendered HTML output' property_path: rendered_item @@ -81,17 +91,26 @@ field_settings: type: boolean indexed_locked: true type_locked: true + dependencies: + module: + - node sticky: label: 'Sticky at top of lists' datasource_id: 'entity:node' property_path: sticky type: boolean + dependencies: + module: + - node title: label: Title datasource_id: 'entity:node' property_path: title type: text boost: !!float 8 + dependencies: + module: + - node uid: label: 'Authored by' datasource_id: 'entity:node' @@ -99,6 +118,9 @@ field_settings: type: integer indexed_locked: true type_locked: true + dependencies: + module: + - node datasource_settings: 'entity:node': bundles: @@ -110,11 +132,23 @@ datasource_settings: selected: { } processor_settings: add_url: { } - aggregated_field: { } content_access: weights: preprocess_query: -45 - entity_status: { } + language_with_fallback: { } + rendered_item: { } + tokenizer: + all_fields: false + fields: + - field_summary + - rendered_item + - title + spaces: '' + overlap_cjk: 1 + minimum_word_size: '3' + weights: + preprocess_index: -44 + preprocess_query: -46 html_filter: all_fields: false fields: @@ -131,17 +165,7 @@ processor_settings: weights: preprocess_index: -46 preprocess_query: -47 - ignorecase: - all_fields: false - fields: - - field_summary - - name - - rendered_item - - title - weights: - preprocess_index: -49 - preprocess_query: -49 - rendered_item: { } + entity_status: { } stopwords: all_fields: false fields: @@ -187,18 +211,17 @@ processor_settings: weights: preprocess_index: -48 preprocess_query: -50 - tokenizer: + aggregated_field: { } + ignorecase: all_fields: false fields: - field_summary + - name - rendered_item - title - spaces: '' - overlap_cjk: 1 - minimum_word_size: '3' weights: - preprocess_index: -44 - preprocess_query: -46 + preprocess_index: -49 + preprocess_query: -49 transliteration: all_fields: false fields: