Revise and re-save article config after distro update
This commit is contained in:
parent
b103069e32
commit
f6a2958cdc
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
|
||||
|
@ -18,10 +19,10 @@ dependencies:
|
|||
- field.field.node.article.field_tags
|
||||
- field.field.node.article.field_topics
|
||||
- field.field.node.article.field_upload
|
||||
- image.style.small_square
|
||||
- node.type.article
|
||||
module:
|
||||
- ds
|
||||
- media
|
||||
- taxonomy
|
||||
- text
|
||||
- user
|
||||
|
@ -35,6 +36,7 @@ third_party_settings:
|
|||
settings:
|
||||
classes:
|
||||
layout_class: { }
|
||||
ds_content: { }
|
||||
wrappers:
|
||||
ds_content: div
|
||||
outer_wrapper: div
|
||||
|
@ -49,6 +51,7 @@ third_party_settings:
|
|||
- field_summary
|
||||
- field_topics
|
||||
- links
|
||||
- geo_citation
|
||||
fields:
|
||||
node_title:
|
||||
plugin_id: node_title
|
||||
|
@ -66,12 +69,12 @@ targetEntityType: node
|
|||
bundle: article
|
||||
mode: rss
|
||||
content:
|
||||
field_image:
|
||||
type: image
|
||||
label: hidden
|
||||
field_media_image:
|
||||
type: media_thumbnail
|
||||
label: above
|
||||
settings:
|
||||
image_link: ''
|
||||
image_style: small_square
|
||||
image_style: ''
|
||||
image_loading:
|
||||
attribute: lazy
|
||||
third_party_settings: { }
|
||||
|
@ -95,7 +98,7 @@ content:
|
|||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 90
|
||||
region: content
|
||||
region: ds_content
|
||||
links:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue