Replace field image with field media image on gleanings
This commit is contained in:
parent
f6a2958cdc
commit
40c6019375
6 changed files with 63 additions and 51 deletions
|
@ -6,14 +6,14 @@ dependencies:
|
|||
- field.field.node.gleaning.body
|
||||
- field.field.node.gleaning.comment
|
||||
- field.field.node.gleaning.field_image
|
||||
- field.field.node.gleaning.field_media_image
|
||||
- field.field.node.gleaning.field_publication_date
|
||||
- field.field.node.gleaning.field_upload
|
||||
- image.style.thumbnail
|
||||
- node.type.gleaning
|
||||
module:
|
||||
- datetime
|
||||
- file
|
||||
- insert
|
||||
- media_library_media_modify
|
||||
- path
|
||||
- text
|
||||
id: node.gleaning.default
|
||||
|
@ -37,37 +37,17 @@ content:
|
|||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_image:
|
||||
type: insert_image
|
||||
field_media_image:
|
||||
type: media_library_media_modify_widget
|
||||
weight: 3
|
||||
region: content
|
||||
settings:
|
||||
insert_absolute: false
|
||||
insert_styles:
|
||||
focal_point_325x195: focal_point_325x195
|
||||
focal_point_1300x650: '0'
|
||||
focal_point_195x260: '0'
|
||||
focal_point_2600x1300: '0'
|
||||
focal_point_390x520: '0'
|
||||
focal_point_650x390: '0'
|
||||
focal_point_780x1040: '0'
|
||||
fullwidth: '0'
|
||||
inline: '0'
|
||||
large: '0'
|
||||
large_cropped: '0'
|
||||
linkit_result_thumbnail: '0'
|
||||
medium: '0'
|
||||
small_square: '0'
|
||||
square_thumbnail: '0'
|
||||
thumbnail: '0'
|
||||
link: '0'
|
||||
icon_link: '0'
|
||||
image: '0'
|
||||
insert_default: focal_point_325x195
|
||||
insert_width: null
|
||||
insert_rotate: false
|
||||
progress_indicator: throbber
|
||||
preview_image_style: thumbnail
|
||||
media_types: { }
|
||||
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: { }
|
||||
field_publication_date:
|
||||
type: datetime_default
|
||||
|
@ -134,3 +114,4 @@ content:
|
|||
third_party_settings: { }
|
||||
hidden:
|
||||
comment: true
|
||||
field_image: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue