Revise and re-save article config after distro update
This commit is contained in:
parent
5e3d693aaa
commit
dba0b270b0
10 changed files with 70 additions and 41 deletions
|
@ -11,6 +11,7 @@ dependencies:
|
|||
- field.field.node.article.field_biography
|
||||
- field.field.node.article.field_body_paragraph
|
||||
- field.field.node.article.field_image
|
||||
- field.field.node.article.field_media_image
|
||||
- field.field.node.article.field_meta_tags
|
||||
- field.field.node.article.field_publication_date
|
||||
- field.field.node.article.field_subtitle
|
||||
|
@ -20,6 +21,7 @@ dependencies:
|
|||
- field.field.node.article.field_upload
|
||||
- node.type.article
|
||||
module:
|
||||
- ds
|
||||
- entity_reference_revisions
|
||||
- media
|
||||
- text
|
||||
|
@ -34,20 +36,24 @@ third_party_settings:
|
|||
settings:
|
||||
classes:
|
||||
layout_class: { }
|
||||
ds_content: { }
|
||||
wrappers:
|
||||
ds_content: div
|
||||
outer_wrapper: div
|
||||
attributes: ''
|
||||
link_attribute: ''
|
||||
link_custom: ''
|
||||
label: ''
|
||||
regions:
|
||||
ds_content:
|
||||
- field_media_image
|
||||
- field_summary
|
||||
- field_authors
|
||||
- field_media_image
|
||||
- node_post_date
|
||||
- field_body_paragraph
|
||||
- field_topics
|
||||
- field_tags
|
||||
- geo_citation
|
||||
fields:
|
||||
node_post_date:
|
||||
plugin_id: node_post_date
|
||||
|
@ -68,7 +74,7 @@ content:
|
|||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
region: content
|
||||
region: ds_content
|
||||
field_body_paragraph:
|
||||
type: entity_reference_revisions_entity_view
|
||||
label: hidden
|
||||
|
@ -77,7 +83,7 @@ content:
|
|||
link: ''
|
||||
third_party_settings: { }
|
||||
weight: 3
|
||||
region: content
|
||||
region: ds_content
|
||||
field_media_image:
|
||||
type: media_thumbnail
|
||||
label: hidden
|
||||
|
@ -88,14 +94,14 @@ content:
|
|||
attribute: lazy
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
region: content
|
||||
region: ds_content
|
||||
field_summary:
|
||||
type: text_default
|
||||
label: hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
region: ds_content
|
||||
field_tags:
|
||||
type: entity_reference_label
|
||||
label: hidden
|
||||
|
@ -103,7 +109,7 @@ content:
|
|||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 5
|
||||
region: content
|
||||
region: ds_content
|
||||
field_topics:
|
||||
type: entity_reference_label
|
||||
label: hidden
|
||||
|
@ -111,12 +117,12 @@ content:
|
|||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 4
|
||||
region: content
|
||||
region: ds_content
|
||||
geo_citation:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 90
|
||||
region: content
|
||||
region: ds_content
|
||||
hidden:
|
||||
body: true
|
||||
comment: true
|
||||
|
@ -131,7 +137,6 @@ hidden:
|
|||
field_publication_date: true
|
||||
field_regions: true
|
||||
field_subtitle: true
|
||||
field_summary: true
|
||||
field_upload: true
|
||||
field_visions_models: true
|
||||
links: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue