Commit meaningless self-updates to configuration

This commit is contained in:
benjamin melançon 2020-05-06 23:52:53 -04:00
parent a113d890e2
commit 3d8ddcb7b4
8 changed files with 175 additions and 100 deletions

View file

@ -22,6 +22,8 @@ settings:
label: 'About Us' label: 'About Us'
provider: menu_block provider: menu_block
label_display: visible label_display: visible
follow: false
follow_parent: child
level: 1 level: 1
depth: 0 depth: 0
expand: 0 expand: 0

View file

@ -22,6 +22,8 @@ settings:
label: 'Get Involved' label: 'Get Involved'
provider: menu_block provider: menu_block
label_display: visible label_display: visible
follow: false
follow_parent: child
level: 1 level: 1
depth: 0 depth: 0
expand: 0 expand: 0

View file

@ -22,6 +22,8 @@ settings:
label: 'Our Work' label: 'Our Work'
provider: menu_block provider: menu_block
label_display: visible label_display: visible
follow: false
follow_parent: child
level: 1 level: 1
depth: 0 depth: 0
expand: 0 expand: 0

View file

@ -2,18 +2,18 @@ uuid: c4962831-f584-4e8a-b8a0-74f8af7f4dfe
langcode: en langcode: en
status: true status: true
dependencies: dependencies:
module:
- node
- user
- search_api
config: config:
- field.storage.node.field_tags
- field.storage.node.field_summary
- field.storage.node.field_article_type - field.storage.node.field_article_type
- field.storage.node.field_authors - field.storage.node.field_authors
- field.storage.node.field_summary
- field.storage.node.field_tags
- field.storage.node.field_topics - field.storage.node.field_topics
- search_api.server.database - search_api.server.database
- core.entity_view_mode.node.search_index - core.entity_view_mode.node.search_index
module:
- user
- search_api
- node
_core: _core:
default_config_hash: J04p8dO7JgH6HJ11pkCigWVJg-8TXjwcS4kwaVmluI8 default_config_hash: J04p8dO7JgH6HJ11pkCigWVJg-8TXjwcS4kwaVmluI8
id: article id: article
@ -26,11 +26,17 @@ field_settings:
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: changed property_path: changed
type: date type: date
dependencies:
module:
- node
created: created:
label: 'Authored on' label: 'Authored on'
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: created property_path: created
type: date type: date
dependencies:
module:
- node
field_article_type: field_article_type:
label: 'Article type' label: 'Article type'
datasource_id: 'entity:node' datasource_id: 'entity:node'
@ -78,6 +84,7 @@ field_settings:
type: string type: string
dependencies: dependencies:
module: module:
- node
- user - user
node_grants: node_grants:
label: 'Node access information' label: 'Node access information'
@ -91,6 +98,9 @@ field_settings:
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: promote property_path: promote
type: boolean type: boolean
dependencies:
module:
- node
rendered_item: rendered_item:
label: 'Rendered HTML output' label: 'Rendered HTML output'
property_path: rendered_item property_path: rendered_item
@ -108,17 +118,26 @@ field_settings:
type: boolean type: boolean
indexed_locked: true indexed_locked: true
type_locked: true type_locked: true
dependencies:
module:
- node
sticky: sticky:
label: 'Sticky at top of lists' label: 'Sticky at top of lists'
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: sticky property_path: sticky
type: boolean type: boolean
dependencies:
module:
- node
title: title:
label: Title label: Title
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: title property_path: title
type: text type: text
boost: !!float 8 boost: !!float 8
dependencies:
module:
- node
uid: uid:
label: 'Authored by' label: 'Authored by'
datasource_id: 'entity:node' datasource_id: 'entity:node'
@ -126,6 +145,9 @@ field_settings:
type: integer type: integer
indexed_locked: true indexed_locked: true
type_locked: true type_locked: true
dependencies:
module:
- node
datasource_settings: datasource_settings:
'entity:node': 'entity:node':
bundles: bundles:
@ -137,11 +159,23 @@ datasource_settings:
selected: { } selected: { }
processor_settings: processor_settings:
add_url: { } add_url: { }
aggregated_field: { }
content_access: content_access:
weights: weights:
preprocess_query: -45 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: html_filter:
all_fields: false all_fields: false
fields: fields:
@ -158,17 +192,7 @@ processor_settings:
weights: weights:
preprocess_index: -46 preprocess_index: -46
preprocess_query: -47 preprocess_query: -47
ignorecase: entity_status: { }
all_fields: false
fields:
- field_summary
- name
- rendered_item
- title
weights:
preprocess_index: -49
preprocess_query: -49
rendered_item: { }
stopwords: stopwords:
all_fields: false all_fields: false
fields: fields:
@ -214,18 +238,17 @@ processor_settings:
weights: weights:
preprocess_index: -48 preprocess_index: -48
preprocess_query: -50 preprocess_query: -50
tokenizer: aggregated_field: { }
ignorecase:
all_fields: false all_fields: false
fields: fields:
- field_summary - field_summary
- name
- rendered_item - rendered_item
- title - title
spaces: ''
overlap_cjk: 1
minimum_word_size: '3'
weights: weights:
preprocess_index: -44 preprocess_index: -49
preprocess_query: -46 preprocess_query: -49
transliteration: transliteration:
all_fields: false all_fields: false
fields: fields:

View file

@ -2,16 +2,16 @@ uuid: 26aec33b-01a6-4ce4-b52b-c4a605088ed1
langcode: en langcode: en
status: true status: true
dependencies: dependencies:
module:
- node
- user
- search_api
config: config:
- field.storage.node.field_tags
- field.storage.node.field_summary - field.storage.node.field_summary
- field.storage.node.field_tags
- field.storage.node.field_topics - field.storage.node.field_topics
- search_api.server.database - search_api.server.database
- core.entity_view_mode.node.search_index - core.entity_view_mode.node.search_index
module:
- user
- search_api
- node
_core: _core:
default_config_hash: LVXH3P5V5qSiUZzvZXvCnxDkd1deRiRJxfXyTLWGOFM default_config_hash: LVXH3P5V5qSiUZzvZXvCnxDkd1deRiRJxfXyTLWGOFM
id: blog id: blog
@ -24,11 +24,17 @@ field_settings:
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: changed property_path: changed
type: date type: date
dependencies:
module:
- node
created: created:
label: 'Authored on' label: 'Authored on'
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: created property_path: created
type: date type: date
dependencies:
module:
- node
field_summary: field_summary:
label: Summary label: Summary
datasource_id: 'entity:node' datasource_id: 'entity:node'
@ -60,6 +66,7 @@ field_settings:
type: string type: string
dependencies: dependencies:
module: module:
- node
- user - user
node_grants: node_grants:
label: 'Node access information' label: 'Node access information'
@ -73,6 +80,9 @@ field_settings:
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: promote property_path: promote
type: boolean type: boolean
dependencies:
module:
- node
rendered_item: rendered_item:
label: 'Rendered HTML output' label: 'Rendered HTML output'
property_path: rendered_item property_path: rendered_item
@ -90,17 +100,26 @@ field_settings:
type: boolean type: boolean
indexed_locked: true indexed_locked: true
type_locked: true type_locked: true
dependencies:
module:
- node
sticky: sticky:
label: 'Sticky at top of lists' label: 'Sticky at top of lists'
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: sticky property_path: sticky
type: boolean type: boolean
dependencies:
module:
- node
title: title:
label: Title label: Title
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: title property_path: title
type: text type: text
boost: !!float 8 boost: !!float 8
dependencies:
module:
- node
uid: uid:
label: 'Authored by' label: 'Authored by'
datasource_id: 'entity:node' datasource_id: 'entity:node'
@ -108,6 +127,9 @@ field_settings:
type: integer type: integer
indexed_locked: true indexed_locked: true
type_locked: true type_locked: true
dependencies:
module:
- node
datasource_settings: datasource_settings:
'entity:node': 'entity:node':
bundles: bundles:
@ -119,11 +141,23 @@ datasource_settings:
selected: { } selected: { }
processor_settings: processor_settings:
add_url: { } add_url: { }
aggregated_field: { }
content_access: content_access:
weights: weights:
preprocess_query: -45 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: html_filter:
all_fields: false all_fields: false
fields: fields:
@ -140,17 +174,7 @@ processor_settings:
weights: weights:
preprocess_index: -46 preprocess_index: -46
preprocess_query: -47 preprocess_query: -47
ignorecase: entity_status: { }
all_fields: false
fields:
- field_summary
- name
- rendered_item
- title
weights:
preprocess_index: -49
preprocess_query: -49
rendered_item: { }
stopwords: stopwords:
all_fields: false all_fields: false
fields: fields:
@ -196,18 +220,17 @@ processor_settings:
weights: weights:
preprocess_index: -48 preprocess_index: -48
preprocess_query: -50 preprocess_query: -50
tokenizer: aggregated_field: { }
ignorecase:
all_fields: false all_fields: false
fields: fields:
- field_summary - field_summary
- name
- rendered_item - rendered_item
- title - title
spaces: ''
overlap_cjk: 1
minimum_word_size: '3'
weights: weights:
preprocess_index: -44 preprocess_index: -49
preprocess_query: -46 preprocess_query: -49
transliteration: transliteration:
all_fields: false all_fields: false
fields: fields:

View file

@ -84,7 +84,6 @@ field_settings:
module: module:
- node - node
- user - user
- user
promote: promote:
label: 'Promoted to front page' label: 'Promoted to front page'
datasource_id: 'entity:node' datasource_id: 'entity:node'
@ -146,8 +145,9 @@ datasource_settings:
selected: { } selected: { }
processor_settings: processor_settings:
add_url: { } add_url: { }
aggregated_field: { } language_with_fallback: { }
rendered_item: { } rendered_item: { }
aggregated_field: { }
tracker_settings: tracker_settings:
default: default:
indexing_order: fifo indexing_order: fifo

View file

@ -28,7 +28,6 @@ field_settings:
module: module:
- node - node
- user - user
- user
changed: changed:
label: Changed label: Changed
datasource_id: 'entity:node' datasource_id: 'entity:node'
@ -151,16 +150,27 @@ processor_settings:
add_url: add_url:
weights: weights:
preprocess_index: -30 preprocess_index: -30
aggregated_field:
weights:
add_properties: 20
content_access: content_access:
weights: weights:
preprocess_index: -6 preprocess_index: -6
preprocess_query: -4 preprocess_query: -4
entity_status: language_with_fallback: { }
rendered_item:
weights: 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: html_filter:
fields: fields:
- field_summary - field_summary
@ -177,19 +187,9 @@ processor_settings:
preprocess_index: -3 preprocess_index: -3
preprocess_query: -6 preprocess_query: -6
all_fields: false all_fields: false
ignorecase: entity_status:
fields:
- field_summary
- rendered_item
- title
weights: weights:
preprocess_index: -5 preprocess_index: -10
preprocess_query: -8
all_fields: false
rendered_item:
weights:
add_properties: 0
pre_index_save: -10
stopwords: stopwords:
fields: fields:
- field_summary - field_summary
@ -235,17 +235,17 @@ processor_settings:
preprocess_index: -5 preprocess_index: -5
preprocess_query: -10 preprocess_query: -10
all_fields: false all_fields: false
tokenizer: aggregated_field:
weights:
add_properties: 20
ignorecase:
fields: fields:
- field_summary - field_summary
- rendered_item - rendered_item
- title - title
spaces: ''
overlap_cjk: 1
minimum_word_size: '3'
weights: weights:
preprocess_index: -2 preprocess_index: -5
preprocess_query: -5 preprocess_query: -8
all_fields: false all_fields: false
transliteration: transliteration:
fields: fields:

View file

@ -2,15 +2,15 @@ uuid: 4747b8f8-7be0-4e2b-9899-77746d9e0142
langcode: en langcode: en
status: true status: true
dependencies: 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: module:
- node
- user - user
- search_api - 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: _core:
default_config_hash: MppSSFf9_oAEuTYEXp1R5nK30k5xRKvptoEDwKw9v6o default_config_hash: MppSSFf9_oAEuTYEXp1R5nK30k5xRKvptoEDwKw9v6o
id: people id: people
@ -23,11 +23,17 @@ field_settings:
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: changed property_path: changed
type: date type: date
dependencies:
module:
- node
created: created:
label: 'Authored on' label: 'Authored on'
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: created property_path: created
type: date type: date
dependencies:
module:
- node
field_people_type: field_people_type:
label: 'People type' label: 'People type'
datasource_id: 'entity:node' datasource_id: 'entity:node'
@ -51,6 +57,7 @@ field_settings:
type: string type: string
dependencies: dependencies:
module: module:
- node
- user - user
node_grants: node_grants:
label: 'Node access information' label: 'Node access information'
@ -64,6 +71,9 @@ field_settings:
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: promote property_path: promote
type: boolean type: boolean
dependencies:
module:
- node
rendered_item: rendered_item:
label: 'Rendered HTML output' label: 'Rendered HTML output'
property_path: rendered_item property_path: rendered_item
@ -81,17 +91,26 @@ field_settings:
type: boolean type: boolean
indexed_locked: true indexed_locked: true
type_locked: true type_locked: true
dependencies:
module:
- node
sticky: sticky:
label: 'Sticky at top of lists' label: 'Sticky at top of lists'
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: sticky property_path: sticky
type: boolean type: boolean
dependencies:
module:
- node
title: title:
label: Title label: Title
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: title property_path: title
type: text type: text
boost: !!float 8 boost: !!float 8
dependencies:
module:
- node
uid: uid:
label: 'Authored by' label: 'Authored by'
datasource_id: 'entity:node' datasource_id: 'entity:node'
@ -99,6 +118,9 @@ field_settings:
type: integer type: integer
indexed_locked: true indexed_locked: true
type_locked: true type_locked: true
dependencies:
module:
- node
datasource_settings: datasource_settings:
'entity:node': 'entity:node':
bundles: bundles:
@ -110,11 +132,23 @@ datasource_settings:
selected: { } selected: { }
processor_settings: processor_settings:
add_url: { } add_url: { }
aggregated_field: { }
content_access: content_access:
weights: weights:
preprocess_query: -45 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: html_filter:
all_fields: false all_fields: false
fields: fields:
@ -131,17 +165,7 @@ processor_settings:
weights: weights:
preprocess_index: -46 preprocess_index: -46
preprocess_query: -47 preprocess_query: -47
ignorecase: entity_status: { }
all_fields: false
fields:
- field_summary
- name
- rendered_item
- title
weights:
preprocess_index: -49
preprocess_query: -49
rendered_item: { }
stopwords: stopwords:
all_fields: false all_fields: false
fields: fields:
@ -187,18 +211,17 @@ processor_settings:
weights: weights:
preprocess_index: -48 preprocess_index: -48
preprocess_query: -50 preprocess_query: -50
tokenizer: aggregated_field: { }
ignorecase:
all_fields: false all_fields: false
fields: fields:
- field_summary - field_summary
- name
- rendered_item - rendered_item
- title - title
spaces: ''
overlap_cjk: 1
minimum_word_size: '3'
weights: weights:
preprocess_index: -44 preprocess_index: -49
preprocess_query: -46 preprocess_query: -49
transliteration: transliteration:
all_fields: false all_fields: false
fields: fields: