Replace field_image with field_media_image on collections
This commit is contained in:
parent
28422be24c
commit
d643172cb2
10 changed files with 284 additions and 30 deletions
|
@ -11,17 +11,16 @@ dependencies:
|
|||
- field.field.node.collection.field_collection_items
|
||||
- field.field.node.collection.field_collection_type
|
||||
- field.field.node.collection.field_image
|
||||
- field.field.node.collection.field_media_image
|
||||
- field.field.node.collection.field_meta_tags
|
||||
- field.field.node.collection.field_publication_date
|
||||
- field.field.node.collection.field_summary
|
||||
- field.field.node.collection.field_tags
|
||||
- field.field.node.collection.field_topics
|
||||
- node.type.collection
|
||||
- responsive_image.styles.narrow
|
||||
module:
|
||||
- ds
|
||||
- field_group
|
||||
- responsive_image
|
||||
- user
|
||||
third_party_settings:
|
||||
ds:
|
||||
|
@ -41,9 +40,10 @@ third_party_settings:
|
|||
attributes: ''
|
||||
link_attribute: ''
|
||||
link_custom: ''
|
||||
label: ''
|
||||
regions:
|
||||
ds_content:
|
||||
- field_image
|
||||
- field_media_image
|
||||
- group_card_content
|
||||
- node_post_date
|
||||
- node_title
|
||||
|
@ -71,7 +71,7 @@ third_party_settings:
|
|||
- field_authors
|
||||
label: 'card content'
|
||||
parent_name: ''
|
||||
region: hidden
|
||||
region: ds_content
|
||||
weight: 1
|
||||
format_type: html_element
|
||||
format_settings:
|
||||
|
@ -101,17 +101,13 @@ content:
|
|||
ds_limit: ''
|
||||
weight: 8
|
||||
region: ds_content
|
||||
field_image:
|
||||
type: responsive_image
|
||||
label: hidden
|
||||
field_media_image:
|
||||
type: entity_reference_entity_view
|
||||
label: above
|
||||
settings:
|
||||
responsive_image_style: narrow
|
||||
image_link: content
|
||||
image_loading:
|
||||
attribute: eager
|
||||
third_party_settings:
|
||||
ds:
|
||||
ds_limit: '1'
|
||||
view_mode: default
|
||||
link: false
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: ds_content
|
||||
hidden:
|
||||
|
@ -120,6 +116,7 @@ hidden:
|
|||
field_body_paragraph: true
|
||||
field_collection_items: true
|
||||
field_collection_type: true
|
||||
field_image: true
|
||||
field_meta_tags: true
|
||||
field_publication_date: true
|
||||
field_summary: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue