Add title paragraph (title, subtitle, image)
This commit is contained in:
parent
30a439437b
commit
2f388bddd3
8 changed files with 219 additions and 0 deletions
38
config/sync/field.field.paragraph.title.field_image.yml
Normal file
38
config/sync/field.field.paragraph.title.field_image.yml
Normal file
|
@ -0,0 +1,38 @@
|
|||
uuid: ba308d47-ba1b-4c91-a9e6-e13ec052e808
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.paragraph.field_image
|
||||
- paragraphs.paragraphs_type.title
|
||||
module:
|
||||
- image
|
||||
id: paragraph.title.field_image
|
||||
field_name: field_image
|
||||
entity_type: paragraph
|
||||
bundle: title
|
||||
label: Image
|
||||
description: ''
|
||||
required: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
file_directory: 'title-image/[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…
Add table
Add a link
Reference in a new issue