Remove the "default content" module

This commit is contained in:
David Valdez 2019-07-19 11:56:23 -05:00
parent 588cf932c9
commit f72f24277a
5 changed files with 209 additions and 215 deletions

View file

@ -1,11 +0,0 @@
uuid: df18d61a-8217-49b7-a675-b61db77e3224
langcode: en
status: true
dependencies:
module:
- default_content
id: config_sync.module.default_content
snapshotSet: config_sync
extensionType: module
extensionName: default_content
items: { }

View file

@ -36,6 +36,12 @@ content:
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
region: content region: content
path:
type: path
weight: 30
region: content
settings: { }
third_party_settings: { }
timezone: timezone:
weight: 6 weight: 6
settings: { } settings: { }

View file

@ -30,7 +30,6 @@ module:
ctools: 0 ctools: 0
datetime: 0 datetime: 0
dblog: 0 dblog: 0
default_content: 0
drutopia_article: 0 drutopia_article: 0
drutopia_comment: 0 drutopia_comment: 0
drutopia_core: 0 drutopia_core: 0

View file

@ -21,87 +21,16 @@ name: Article
description: 'An index for the article content type.' description: 'An index for the article content type.'
read_only: false read_only: false
field_settings: field_settings:
rendered_item:
label: 'Rendered HTML output'
property_path: rendered_item
type: text
configuration:
roles:
anonymous: anonymous
view_mode:
'entity:node':
article: search_index
node_grants:
label: 'Node access information'
property_path: search_api_node_grants
type: string
indexed_locked: true
type_locked: true
hidden: true
title:
label: Title
datasource_id: 'entity:node'
property_path: title
type: text
boost: !!float 8
field_tags:
label: Tags
datasource_id: 'entity:node'
property_path: field_tags
type: integer
dependencies:
config:
- field.storage.node.field_tags
created:
label: 'Authored on'
datasource_id: 'entity:node'
property_path: created
type: date
uid:
label: 'Authored by'
datasource_id: 'entity:node'
property_path: uid
type: integer
indexed_locked: true
type_locked: true
changed: changed:
label: Changed label: Changed
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: changed property_path: changed
type: date type: date
field_summary: created:
label: Summary label: 'Authored on'
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: field_summary property_path: created
type: text type: date
dependencies:
config:
- field.storage.node.field_summary
status:
label: Published
datasource_id: 'entity:node'
property_path: status
type: boolean
indexed_locked: true
type_locked: true
name:
label: 'Authored by » User » Name'
datasource_id: 'entity:node'
property_path: 'uid:entity:name'
type: string
dependencies:
module:
- user
sticky:
label: 'Sticky at top of lists'
datasource_id: 'entity:node'
property_path: sticky
type: boolean
promote:
label: 'Promoted to front page'
datasource_id: 'entity:node'
property_path: promote
type: boolean
field_article_type: field_article_type:
label: 'Article type' label: 'Article type'
datasource_id: 'entity:node' datasource_id: 'entity:node'
@ -118,6 +47,22 @@ field_settings:
dependencies: dependencies:
config: config:
- field.storage.node.field_authors - field.storage.node.field_authors
field_summary:
label: Summary
datasource_id: 'entity:node'
property_path: field_summary
type: text
dependencies:
config:
- field.storage.node.field_summary
field_tags:
label: Tags
datasource_id: 'entity:node'
property_path: field_tags
type: integer
dependencies:
config:
- field.storage.node.field_tags
field_topics: field_topics:
label: Topics label: Topics
datasource_id: 'entity:node' datasource_id: 'entity:node'
@ -126,6 +71,61 @@ field_settings:
dependencies: dependencies:
config: config:
- field.storage.node.field_topics - field.storage.node.field_topics
name:
label: 'Authored by » User » Name'
datasource_id: 'entity:node'
property_path: 'uid:entity:name'
type: string
dependencies:
module:
- user
node_grants:
label: 'Node access information'
property_path: search_api_node_grants
type: string
indexed_locked: true
type_locked: true
hidden: true
promote:
label: 'Promoted to front page'
datasource_id: 'entity:node'
property_path: promote
type: boolean
rendered_item:
label: 'Rendered HTML output'
property_path: rendered_item
type: text
configuration:
roles:
anonymous: anonymous
view_mode:
'entity:node':
article: search_index
status:
label: Published
datasource_id: 'entity:node'
property_path: status
type: boolean
indexed_locked: true
type_locked: true
sticky:
label: 'Sticky at top of lists'
datasource_id: 'entity:node'
property_path: sticky
type: boolean
title:
label: Title
datasource_id: 'entity:node'
property_path: title
type: text
boost: !!float 8
uid:
label: 'Authored by'
datasource_id: 'entity:node'
property_path: uid
type: integer
indexed_locked: true
type_locked: true
datasource_settings: datasource_settings:
'entity:node': 'entity:node':
bundles: bundles:
@ -136,28 +136,45 @@ datasource_settings:
default: true default: true
selected: { } selected: { }
processor_settings: processor_settings:
rendered_item: { }
add_url: { } add_url: { }
aggregated_field: { } aggregated_field: { }
content_access:
weights:
preprocess_query: -45
entity_status: { } entity_status: { }
tokenizer: html_filter:
all_fields: false all_fields: false
fields: fields:
- field_summary
- rendered_item
title: true
alt: true
tags:
b: 2
h1: 5
h2: 3
h3: 2
strong: 2
weights:
preprocess_index: -46
preprocess_query: -47
ignorecase:
all_fields: false
fields:
- field_summary
- name
- rendered_item - rendered_item
- title - title
- field_summary
spaces: ''
overlap_cjk: 1
minimum_word_size: '3'
weights: weights:
preprocess_index: -44 preprocess_index: -49
preprocess_query: -46 preprocess_query: -49
rendered_item: { }
stopwords: stopwords:
all_fields: false all_fields: false
fields: fields:
- field_summary
- rendered_item - rendered_item
- title - title
- field_summary
stopwords: stopwords:
- a - a
- an - an
@ -197,45 +214,28 @@ processor_settings:
weights: weights:
preprocess_index: -48 preprocess_index: -48
preprocess_query: -50 preprocess_query: -50
ignorecase: tokenizer:
all_fields: false all_fields: false
fields: fields:
- field_summary
- rendered_item - rendered_item
- title - title
- field_summary spaces: ''
- name overlap_cjk: 1
minimum_word_size: '3'
weights: weights:
preprocess_index: -49 preprocess_index: -44
preprocess_query: -49 preprocess_query: -46
transliteration: transliteration:
all_fields: false all_fields: false
fields: fields:
- rendered_item
- title
- field_summary - field_summary
- name - name
- rendered_item
- title
weights: weights:
preprocess_index: -47 preprocess_index: -47
preprocess_query: -48 preprocess_query: -48
content_access:
weights:
preprocess_query: -45
html_filter:
all_fields: false
fields:
- rendered_item
- field_summary
title: true
alt: true
tags:
h1: 5
h2: 3
h3: 2
strong: 2
b: 2
weights:
preprocess_index: -46
preprocess_query: -47
tracker_settings: tracker_settings:
default: default:
indexing_order: fifo indexing_order: fifo

View file

@ -18,6 +18,52 @@ name: People
description: 'An index for the people content type.' description: 'An index for the people content type.'
read_only: false read_only: false
field_settings: field_settings:
changed:
label: Changed
datasource_id: 'entity:node'
property_path: changed
type: date
created:
label: 'Authored on'
datasource_id: 'entity:node'
property_path: created
type: date
field_people_type:
label: 'People type'
datasource_id: 'entity:node'
property_path: field_people_type
type: integer
dependencies:
config:
- field.storage.node.field_people_type
field_summary:
label: Summary
datasource_id: 'entity:node'
property_path: field_summary
type: text
dependencies:
config:
- field.storage.node.field_summary
name:
label: 'Authored by » User » Name'
datasource_id: 'entity:node'
property_path: 'uid:entity:name'
type: string
dependencies:
module:
- user
node_grants:
label: 'Node access information'
property_path: search_api_node_grants
type: string
indexed_locked: true
type_locked: true
hidden: true
promote:
label: 'Promoted to front page'
datasource_id: 'entity:node'
property_path: promote
type: boolean
rendered_item: rendered_item:
label: 'Rendered HTML output' label: 'Rendered HTML output'
property_path: rendered_item property_path: rendered_item
@ -28,44 +74,6 @@ field_settings:
view_mode: view_mode:
'entity:node': 'entity:node':
people: search_index people: search_index
node_grants:
label: 'Node access information'
property_path: search_api_node_grants
type: string
indexed_locked: true
type_locked: true
hidden: true
title:
label: Title
datasource_id: 'entity:node'
property_path: title
type: text
boost: !!float 8
created:
label: 'Authored on'
datasource_id: 'entity:node'
property_path: created
type: date
uid:
label: 'Authored by'
datasource_id: 'entity:node'
property_path: uid
type: integer
indexed_locked: true
type_locked: true
changed:
label: Changed
datasource_id: 'entity:node'
property_path: changed
type: date
field_summary:
label: Summary
datasource_id: 'entity:node'
property_path: field_summary
type: text
dependencies:
config:
- field.storage.node.field_summary
status: status:
label: Published label: Published
datasource_id: 'entity:node' datasource_id: 'entity:node'
@ -73,32 +81,24 @@ field_settings:
type: boolean type: boolean
indexed_locked: true indexed_locked: true
type_locked: true type_locked: true
name:
label: 'Authored by » User » Name'
datasource_id: 'entity:node'
property_path: 'uid:entity:name'
type: string
dependencies:
module:
- user
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
promote: title:
label: 'Promoted to front page' label: Title
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: promote property_path: title
type: boolean type: text
field_people_type: boost: !!float 8
label: 'People type' uid:
label: 'Authored by'
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: field_people_type property_path: uid
type: integer type: integer
dependencies: indexed_locked: true
config: type_locked: true
- field.storage.node.field_people_type
datasource_settings: datasource_settings:
'entity:node': 'entity:node':
bundles: bundles:
@ -110,25 +110,44 @@ datasource_settings:
selected: { } selected: { }
processor_settings: processor_settings:
add_url: { } add_url: { }
tokenizer: aggregated_field: { }
content_access:
weights:
preprocess_query: -45
entity_status: { }
html_filter:
all_fields: false all_fields: false
fields: fields:
- field_summary
- rendered_item
title: true
alt: true
tags:
b: 2
h1: 5
h2: 3
h3: 2
strong: 2
weights:
preprocess_index: -46
preprocess_query: -47
ignorecase:
all_fields: false
fields:
- field_summary
- name
- rendered_item - rendered_item
- title - title
- field_summary
spaces: ''
overlap_cjk: 1
minimum_word_size: '3'
weights: weights:
preprocess_index: -44 preprocess_index: -49
preprocess_query: -46 preprocess_query: -49
aggregated_field: { } rendered_item: { }
stopwords: stopwords:
all_fields: false all_fields: false
fields: fields:
- field_summary
- rendered_item - rendered_item
- title - title
- field_summary
stopwords: stopwords:
- a - a
- an - an
@ -168,47 +187,28 @@ processor_settings:
weights: weights:
preprocess_index: -48 preprocess_index: -48
preprocess_query: -50 preprocess_query: -50
rendered_item: { } tokenizer:
entity_status: { }
content_access:
weights:
preprocess_query: -45
ignorecase:
all_fields: false all_fields: false
fields: fields:
- field_summary
- rendered_item - rendered_item
- title - title
- field_summary spaces: ''
- name overlap_cjk: 1
minimum_word_size: '3'
weights: weights:
preprocess_index: -49 preprocess_index: -44
preprocess_query: -49 preprocess_query: -46
transliteration: transliteration:
all_fields: false all_fields: false
fields: fields:
- rendered_item
- title
- field_summary - field_summary
- name - name
- rendered_item
- title
weights: weights:
preprocess_index: -47 preprocess_index: -47
preprocess_query: -48 preprocess_query: -48
html_filter:
all_fields: false
fields:
- rendered_item
- field_summary
title: true
alt: true
tags:
h1: 5
h2: 3
h3: 2
strong: 2
b: 2
weights:
preprocess_index: -46
preprocess_query: -47
tracker_settings: tracker_settings:
default: default:
indexing_order: fifo indexing_order: fifo