Finish configuring quotation with image paragraph
This commit is contained in:
parent
0b186d47bc
commit
58a2685bc9
3 changed files with 62 additions and 1 deletions
|
@ -3,16 +3,27 @@ langcode: en
|
|||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.paragraph.quotation_with_image.field_image
|
||||
- field.field.paragraph.quotation_with_image.field_quotation
|
||||
- image.style.thumbnail
|
||||
- paragraphs.paragraphs_type.quotation_with_image
|
||||
module:
|
||||
- allowed_formats
|
||||
- image
|
||||
- text
|
||||
id: paragraph.quotation_with_image.default
|
||||
targetEntityType: paragraph
|
||||
bundle: quotation_with_image
|
||||
mode: default
|
||||
content:
|
||||
field_image:
|
||||
weight: 1
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
preview_image_style: thumbnail
|
||||
third_party_settings: { }
|
||||
type: image_image
|
||||
region: content
|
||||
field_quotation:
|
||||
weight: 0
|
||||
settings:
|
||||
|
|
|
@ -3,18 +3,30 @@ langcode: en
|
|||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.paragraph.quotation_with_image.field_image
|
||||
- field.field.paragraph.quotation_with_image.field_quotation
|
||||
- image.style.max_650x650
|
||||
- paragraphs.paragraphs_type.quotation_with_image
|
||||
module:
|
||||
- image
|
||||
- text
|
||||
id: paragraph.quotation_with_image.default
|
||||
targetEntityType: paragraph
|
||||
bundle: quotation_with_image
|
||||
mode: default
|
||||
content:
|
||||
field_image:
|
||||
weight: 1
|
||||
label: hidden
|
||||
settings:
|
||||
image_style: max_650x650
|
||||
image_link: ''
|
||||
third_party_settings: { }
|
||||
type: image
|
||||
region: content
|
||||
field_quotation:
|
||||
weight: 0
|
||||
label: above
|
||||
label: hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: text_default
|
||||
|
|
|
@ -0,0 +1,38 @@
|
|||
uuid: 920d3a87-d31f-43d6-af89-2b846807402c
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.paragraph.field_image
|
||||
- paragraphs.paragraphs_type.quotation_with_image
|
||||
module:
|
||||
- image
|
||||
id: paragraph.quotation_with_image.field_image
|
||||
field_name: field_image
|
||||
entity_type: paragraph
|
||||
bundle: quotation_with_image
|
||||
label: Image
|
||||
description: ''
|
||||
required: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
file_directory: '[date:custom:Y]-[date:custom:m]'
|
||||
file_extensions: 'png gif jpg jpeg'
|
||||
max_filesize: ''
|
||||
max_resolution: ''
|
||||
min_resolution: ''
|
||||
alt_field: true
|
||||
alt_field_required: true
|
||||
title_field: false
|
||||
title_field_required: false
|
||||
default_image:
|
||||
uuid: ''
|
||||
alt: ''
|
||||
title: ''
|
||||
width: null
|
||||
height: null
|
||||
handler: 'default:file'
|
||||
handler_settings: { }
|
||||
field_type: image
|
Loading…
Reference in a new issue