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
58
config/sync/core.entity_view_display.node.collection.rss.yml
Normal file
58
config/sync/core.entity_view_display.node.collection.rss.yml
Normal file
|
@ -0,0 +1,58 @@
|
|||
uuid: a6e52697-12c5-4250-96cb-f208b8c8c868
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- core.entity_view_mode.node.rss
|
||||
- field.field.node.collection.body
|
||||
- field.field.node.collection.comment
|
||||
- field.field.node.collection.field_authors
|
||||
- field.field.node.collection.field_body_paragraph
|
||||
- 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
|
||||
module:
|
||||
- media
|
||||
- user
|
||||
id: node.collection.rss
|
||||
targetEntityType: node
|
||||
bundle: collection
|
||||
mode: rss
|
||||
content:
|
||||
field_media_image:
|
||||
type: media_thumbnail
|
||||
label: above
|
||||
settings:
|
||||
image_link: ''
|
||||
image_style: ''
|
||||
image_loading:
|
||||
attribute: lazy
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: ds_content
|
||||
links:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 100
|
||||
region: content
|
||||
hidden:
|
||||
body: true
|
||||
comment: true
|
||||
field_authors: true
|
||||
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
|
||||
field_tags: true
|
||||
field_topics: true
|
||||
search_api_excerpt: true
|
Loading…
Add table
Add a link
Reference in a new issue