Replace field_image with field_media_image on collections
This commit is contained in:
parent
40c6019375
commit
d00ed881e5
10 changed files with 284 additions and 30 deletions
|
@ -10,18 +10,18 @@ dependencies:
|
||||||
- field.field.node.collection.field_collection_items
|
- field.field.node.collection.field_collection_items
|
||||||
- field.field.node.collection.field_collection_type
|
- field.field.node.collection.field_collection_type
|
||||||
- field.field.node.collection.field_image
|
- 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_meta_tags
|
||||||
- field.field.node.collection.field_publication_date
|
- field.field.node.collection.field_publication_date
|
||||||
- field.field.node.collection.field_summary
|
- field.field.node.collection.field_summary
|
||||||
- field.field.node.collection.field_tags
|
- field.field.node.collection.field_tags
|
||||||
- field.field.node.collection.field_topics
|
- field.field.node.collection.field_topics
|
||||||
- image.style.thumbnail
|
|
||||||
- node.type.collection
|
- node.type.collection
|
||||||
module:
|
module:
|
||||||
- comment
|
- comment
|
||||||
- cshs
|
- cshs
|
||||||
- datetime
|
- datetime
|
||||||
- image
|
- media_library_media_modify
|
||||||
- metatag
|
- metatag
|
||||||
- paragraphs
|
- paragraphs
|
||||||
- path
|
- path
|
||||||
|
@ -73,19 +73,25 @@ content:
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_image:
|
field_media_image:
|
||||||
type: image_image
|
type: media_library_media_modify_widget
|
||||||
weight: 3
|
weight: 3
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
progress_indicator: throbber
|
media_types: { }
|
||||||
preview_image_style: thumbnail
|
form_mode: default
|
||||||
|
check_selected: false
|
||||||
|
replace_checkbox_by_order_indicator: false
|
||||||
|
multi_edit_on_create: false
|
||||||
|
no_edit_on_create: false
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_meta_tags:
|
field_meta_tags:
|
||||||
type: metatag_firehose
|
type: metatag_firehose
|
||||||
weight: 8
|
weight: 8
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings:
|
||||||
|
sidebar: true
|
||||||
|
use_details: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_publication_date:
|
field_publication_date:
|
||||||
type: datetime_default
|
type: datetime_default
|
||||||
|
@ -106,9 +112,13 @@ content:
|
||||||
weight: 6
|
weight: 6
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
|
save_lineage: false
|
||||||
force_deepest: true
|
force_deepest: true
|
||||||
parent: '0'
|
parent: '0'
|
||||||
level_labels: ''
|
level_labels: ''
|
||||||
|
hierarchy_depth: 0
|
||||||
|
required_depth: 0
|
||||||
|
none_label: '- Please select -'
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
path:
|
path:
|
||||||
type: path
|
type: path
|
||||||
|
@ -163,4 +173,5 @@ content:
|
||||||
hidden:
|
hidden:
|
||||||
body: true
|
body: true
|
||||||
field_collection_items: true
|
field_collection_items: true
|
||||||
|
field_image: true
|
||||||
field_tags: true
|
field_tags: true
|
||||||
|
|
|
@ -11,17 +11,16 @@ dependencies:
|
||||||
- field.field.node.collection.field_collection_items
|
- field.field.node.collection.field_collection_items
|
||||||
- field.field.node.collection.field_collection_type
|
- field.field.node.collection.field_collection_type
|
||||||
- field.field.node.collection.field_image
|
- 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_meta_tags
|
||||||
- field.field.node.collection.field_publication_date
|
- field.field.node.collection.field_publication_date
|
||||||
- field.field.node.collection.field_summary
|
- field.field.node.collection.field_summary
|
||||||
- field.field.node.collection.field_tags
|
- field.field.node.collection.field_tags
|
||||||
- field.field.node.collection.field_topics
|
- field.field.node.collection.field_topics
|
||||||
- node.type.collection
|
- node.type.collection
|
||||||
- responsive_image.styles.narrow
|
|
||||||
module:
|
module:
|
||||||
- ds
|
- ds
|
||||||
- field_group
|
- field_group
|
||||||
- responsive_image
|
|
||||||
- user
|
- user
|
||||||
third_party_settings:
|
third_party_settings:
|
||||||
ds:
|
ds:
|
||||||
|
@ -41,9 +40,10 @@ third_party_settings:
|
||||||
attributes: ''
|
attributes: ''
|
||||||
link_attribute: ''
|
link_attribute: ''
|
||||||
link_custom: ''
|
link_custom: ''
|
||||||
|
label: ''
|
||||||
regions:
|
regions:
|
||||||
ds_content:
|
ds_content:
|
||||||
- field_image
|
- field_media_image
|
||||||
- group_card_content
|
- group_card_content
|
||||||
- node_post_date
|
- node_post_date
|
||||||
- node_title
|
- node_title
|
||||||
|
@ -71,7 +71,7 @@ third_party_settings:
|
||||||
- field_authors
|
- field_authors
|
||||||
label: 'card content'
|
label: 'card content'
|
||||||
parent_name: ''
|
parent_name: ''
|
||||||
region: hidden
|
region: ds_content
|
||||||
weight: 1
|
weight: 1
|
||||||
format_type: html_element
|
format_type: html_element
|
||||||
format_settings:
|
format_settings:
|
||||||
|
@ -101,17 +101,13 @@ content:
|
||||||
ds_limit: ''
|
ds_limit: ''
|
||||||
weight: 8
|
weight: 8
|
||||||
region: ds_content
|
region: ds_content
|
||||||
field_image:
|
field_media_image:
|
||||||
type: responsive_image
|
type: entity_reference_entity_view
|
||||||
label: hidden
|
label: above
|
||||||
settings:
|
settings:
|
||||||
responsive_image_style: narrow
|
view_mode: default
|
||||||
image_link: content
|
link: false
|
||||||
image_loading:
|
third_party_settings: { }
|
||||||
attribute: eager
|
|
||||||
third_party_settings:
|
|
||||||
ds:
|
|
||||||
ds_limit: '1'
|
|
||||||
weight: 0
|
weight: 0
|
||||||
region: ds_content
|
region: ds_content
|
||||||
hidden:
|
hidden:
|
||||||
|
@ -120,6 +116,7 @@ hidden:
|
||||||
field_body_paragraph: true
|
field_body_paragraph: true
|
||||||
field_collection_items: true
|
field_collection_items: true
|
||||||
field_collection_type: true
|
field_collection_type: true
|
||||||
|
field_image: true
|
||||||
field_meta_tags: true
|
field_meta_tags: true
|
||||||
field_publication_date: true
|
field_publication_date: true
|
||||||
field_summary: true
|
field_summary: true
|
||||||
|
|
|
@ -11,6 +11,7 @@ dependencies:
|
||||||
- field.field.node.collection.field_collection_items
|
- field.field.node.collection.field_collection_items
|
||||||
- field.field.node.collection.field_collection_type
|
- field.field.node.collection.field_collection_type
|
||||||
- field.field.node.collection.field_image
|
- 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_meta_tags
|
||||||
- field.field.node.collection.field_publication_date
|
- field.field.node.collection.field_publication_date
|
||||||
- field.field.node.collection.field_summary
|
- field.field.node.collection.field_summary
|
||||||
|
@ -20,8 +21,6 @@ dependencies:
|
||||||
module:
|
module:
|
||||||
- comment
|
- comment
|
||||||
- datetime
|
- datetime
|
||||||
- ds
|
|
||||||
- image
|
|
||||||
- metatag
|
- metatag
|
||||||
- text
|
- text
|
||||||
- user
|
- user
|
||||||
|
@ -75,14 +74,12 @@ content:
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 9
|
weight: 9
|
||||||
region: content
|
region: content
|
||||||
field_image:
|
field_media_image:
|
||||||
type: image
|
type: entity_reference_entity_view
|
||||||
label: hidden
|
label: above
|
||||||
settings:
|
settings:
|
||||||
image_link: ''
|
view_mode: default
|
||||||
image_style: ''
|
link: false
|
||||||
image_loading:
|
|
||||||
attribute: lazy
|
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 3
|
weight: 3
|
||||||
region: content
|
region: content
|
||||||
|
@ -132,4 +129,5 @@ content:
|
||||||
region: content
|
region: content
|
||||||
hidden:
|
hidden:
|
||||||
field_body_paragraph: true
|
field_body_paragraph: true
|
||||||
|
field_image: true
|
||||||
search_api_excerpt: true
|
search_api_excerpt: true
|
||||||
|
|
|
@ -11,16 +11,19 @@ dependencies:
|
||||||
- field.field.node.collection.field_collection_items
|
- field.field.node.collection.field_collection_items
|
||||||
- field.field.node.collection.field_collection_type
|
- field.field.node.collection.field_collection_type
|
||||||
- field.field.node.collection.field_image
|
- 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_meta_tags
|
||||||
- field.field.node.collection.field_publication_date
|
- field.field.node.collection.field_publication_date
|
||||||
- field.field.node.collection.field_summary
|
- field.field.node.collection.field_summary
|
||||||
- field.field.node.collection.field_tags
|
- field.field.node.collection.field_tags
|
||||||
- field.field.node.collection.field_topics
|
- field.field.node.collection.field_topics
|
||||||
- node.type.collection
|
- node.type.collection
|
||||||
|
- responsive_image.styles.drutopia_main
|
||||||
module:
|
module:
|
||||||
- ds
|
- ds
|
||||||
- entity_reference_revisions
|
- entity_reference_revisions
|
||||||
- image
|
- image
|
||||||
|
- media_responsive_thumbnail
|
||||||
- user
|
- user
|
||||||
third_party_settings:
|
third_party_settings:
|
||||||
ds:
|
ds:
|
||||||
|
@ -118,6 +121,17 @@ content:
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 0
|
weight: 0
|
||||||
region: header
|
region: header
|
||||||
|
field_media_image:
|
||||||
|
type: media_responsive_thumbnail
|
||||||
|
label: hidden
|
||||||
|
settings:
|
||||||
|
responsive_image_style: drutopia_main
|
||||||
|
image_link: ''
|
||||||
|
image_loading:
|
||||||
|
attribute: lazy
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 0
|
||||||
|
region: header
|
||||||
field_tags:
|
field_tags:
|
||||||
type: entity_reference_label
|
type: entity_reference_label
|
||||||
label: visually_hidden
|
label: visually_hidden
|
||||||
|
|
|
@ -0,0 +1,59 @@
|
||||||
|
uuid: 2bb75354-a007-456a-96a2-f71fb987d153
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- core.entity_view_mode.node.media
|
||||||
|
- 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
|
||||||
|
- image.style.medium
|
||||||
|
- node.type.collection
|
||||||
|
module:
|
||||||
|
- media
|
||||||
|
- user
|
||||||
|
id: node.collection.media
|
||||||
|
targetEntityType: node
|
||||||
|
bundle: collection
|
||||||
|
mode: media
|
||||||
|
content:
|
||||||
|
field_media_image:
|
||||||
|
type: media_thumbnail
|
||||||
|
label: hidden
|
||||||
|
settings:
|
||||||
|
image_link: content
|
||||||
|
image_style: medium
|
||||||
|
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
|
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
|
|
@ -0,0 +1,58 @@
|
||||||
|
uuid: 6110b07f-6e37-4100-a53c-bf93ecc1f9c2
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- core.entity_view_mode.node.search_index
|
||||||
|
- 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.search_index
|
||||||
|
targetEntityType: node
|
||||||
|
bundle: collection
|
||||||
|
mode: search_index
|
||||||
|
content:
|
||||||
|
field_media_image:
|
||||||
|
type: media_thumbnail
|
||||||
|
label: hidden
|
||||||
|
settings:
|
||||||
|
image_link: ''
|
||||||
|
image_style: ''
|
||||||
|
image_loading:
|
||||||
|
attribute: lazy
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 1
|
||||||
|
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
|
|
@ -11,16 +11,19 @@ dependencies:
|
||||||
- field.field.node.collection.field_collection_items
|
- field.field.node.collection.field_collection_items
|
||||||
- field.field.node.collection.field_collection_type
|
- field.field.node.collection.field_collection_type
|
||||||
- field.field.node.collection.field_image
|
- 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_meta_tags
|
||||||
- field.field.node.collection.field_publication_date
|
- field.field.node.collection.field_publication_date
|
||||||
- field.field.node.collection.field_summary
|
- field.field.node.collection.field_summary
|
||||||
- field.field.node.collection.field_tags
|
- field.field.node.collection.field_tags
|
||||||
- field.field.node.collection.field_topics
|
- field.field.node.collection.field_topics
|
||||||
- node.type.collection
|
- node.type.collection
|
||||||
|
- responsive_image.styles.drutopia_card
|
||||||
- responsive_image.styles.narrow
|
- responsive_image.styles.narrow
|
||||||
module:
|
module:
|
||||||
- ds
|
- ds
|
||||||
- field_group
|
- field_group
|
||||||
|
- media_responsive_thumbnail
|
||||||
- responsive_image
|
- responsive_image
|
||||||
- user
|
- user
|
||||||
third_party_settings:
|
third_party_settings:
|
||||||
|
@ -100,6 +103,17 @@ content:
|
||||||
ds_limit: '1'
|
ds_limit: '1'
|
||||||
weight: 0
|
weight: 0
|
||||||
region: ds_content
|
region: ds_content
|
||||||
|
field_media_image:
|
||||||
|
type: media_responsive_thumbnail
|
||||||
|
label: hidden
|
||||||
|
settings:
|
||||||
|
responsive_image_style: drutopia_card
|
||||||
|
image_link: content
|
||||||
|
image_loading:
|
||||||
|
attribute: lazy
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 0
|
||||||
|
region: ds_content
|
||||||
hidden:
|
hidden:
|
||||||
body: true
|
body: true
|
||||||
comment: true
|
comment: true
|
||||||
|
|
|
@ -11,13 +11,16 @@ dependencies:
|
||||||
- field.field.node.collection.field_collection_items
|
- field.field.node.collection.field_collection_items
|
||||||
- field.field.node.collection.field_collection_type
|
- field.field.node.collection.field_collection_type
|
||||||
- field.field.node.collection.field_image
|
- 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_meta_tags
|
||||||
- field.field.node.collection.field_publication_date
|
- field.field.node.collection.field_publication_date
|
||||||
- field.field.node.collection.field_summary
|
- field.field.node.collection.field_summary
|
||||||
- field.field.node.collection.field_tags
|
- field.field.node.collection.field_tags
|
||||||
- field.field.node.collection.field_topics
|
- field.field.node.collection.field_topics
|
||||||
- node.type.collection
|
- node.type.collection
|
||||||
|
- responsive_image.styles.narrow
|
||||||
module:
|
module:
|
||||||
|
- media_responsive_thumbnail
|
||||||
- text
|
- text
|
||||||
- user
|
- user
|
||||||
_core:
|
_core:
|
||||||
|
@ -27,6 +30,17 @@ targetEntityType: node
|
||||||
bundle: collection
|
bundle: collection
|
||||||
mode: teaser
|
mode: teaser
|
||||||
content:
|
content:
|
||||||
|
field_media_image:
|
||||||
|
type: media_responsive_thumbnail
|
||||||
|
label: hidden
|
||||||
|
settings:
|
||||||
|
responsive_image_style: narrow
|
||||||
|
image_link: content
|
||||||
|
image_loading:
|
||||||
|
attribute: lazy
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 0
|
||||||
|
region: left
|
||||||
field_summary:
|
field_summary:
|
||||||
type: text_default
|
type: text_default
|
||||||
label: hidden
|
label: hidden
|
||||||
|
|
|
@ -0,0 +1,31 @@
|
||||||
|
uuid: 03f0b919-17c7-4783-b85a-0122c4587bf1
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_media_image
|
||||||
|
- media.type.image
|
||||||
|
- node.type.collection
|
||||||
|
module:
|
||||||
|
- media_library_media_modify
|
||||||
|
id: node.collection.field_media_image
|
||||||
|
field_name: field_media_image
|
||||||
|
entity_type: node
|
||||||
|
bundle: collection
|
||||||
|
label: 'Media image'
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
handler: 'default:media'
|
||||||
|
handler_settings:
|
||||||
|
target_bundles:
|
||||||
|
image: image
|
||||||
|
sort:
|
||||||
|
field: _none
|
||||||
|
direction: ASC
|
||||||
|
auto_create: false
|
||||||
|
auto_create_bundle: ''
|
||||||
|
field_type: entity_reference_entity_modify
|
Loading…
Add table
Reference in a new issue