Finish configuring quotation with image paragraph

This commit is contained in:
benjamin melançon 2018-11-18 19:44:17 -05:00
parent 0b186d47bc
commit 58a2685bc9
3 changed files with 62 additions and 1 deletions

View file

@ -3,16 +3,27 @@ langcode: en
status: true status: true
dependencies: dependencies:
config: config:
- field.field.paragraph.quotation_with_image.field_image
- field.field.paragraph.quotation_with_image.field_quotation - field.field.paragraph.quotation_with_image.field_quotation
- image.style.thumbnail
- paragraphs.paragraphs_type.quotation_with_image - paragraphs.paragraphs_type.quotation_with_image
module: module:
- allowed_formats - allowed_formats
- image
- text - text
id: paragraph.quotation_with_image.default id: paragraph.quotation_with_image.default
targetEntityType: paragraph targetEntityType: paragraph
bundle: quotation_with_image bundle: quotation_with_image
mode: default mode: default
content: content:
field_image:
weight: 1
settings:
progress_indicator: throbber
preview_image_style: thumbnail
third_party_settings: { }
type: image_image
region: content
field_quotation: field_quotation:
weight: 0 weight: 0
settings: settings:

View file

@ -3,18 +3,30 @@ langcode: en
status: true status: true
dependencies: dependencies:
config: config:
- field.field.paragraph.quotation_with_image.field_image
- field.field.paragraph.quotation_with_image.field_quotation - field.field.paragraph.quotation_with_image.field_quotation
- image.style.max_650x650
- paragraphs.paragraphs_type.quotation_with_image - paragraphs.paragraphs_type.quotation_with_image
module: module:
- image
- text - text
id: paragraph.quotation_with_image.default id: paragraph.quotation_with_image.default
targetEntityType: paragraph targetEntityType: paragraph
bundle: quotation_with_image bundle: quotation_with_image
mode: default mode: default
content: content:
field_image:
weight: 1
label: hidden
settings:
image_style: max_650x650
image_link: ''
third_party_settings: { }
type: image
region: content
field_quotation: field_quotation:
weight: 0 weight: 0
label: above label: hidden
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
type: text_default type: text_default

View file

@ -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