1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- uuid: 4f908a21-c9bd-4c00-86c0-f7f6194d9c8c
- langcode: fr
- status: true
- dependencies:
- config:
- - field.field.paragraph.textes.field_document
- - field.field.paragraph.textes.field_photo
- - field.field.paragraph.textes.field_texte
- - field.field.paragraph.textes.field_titre
- - image.style.thumbnail
- - paragraphs.paragraphs_type.textes
- module:
- - file
- - image
- - text
- id: paragraph.textes.default
- targetEntityType: paragraph
- bundle: textes
- mode: default
- content:
- field_document:
- type: file_generic
- weight: 3
- region: content
- settings:
- progress_indicator: throbber
- third_party_settings: { }
- field_photo:
- type: image_image
- weight: 2
- region: content
- settings:
- progress_indicator: throbber
- preview_image_style: thumbnail
- third_party_settings: { }
- field_texte:
- type: text_textarea_with_summary
- weight: 1
- region: content
- settings:
- rows: 9
- summary_rows: 3
- placeholder: ''
- show_summary: false
- third_party_settings: { }
- field_titre:
- type: string_textfield
- weight: 0
- region: content
- settings:
- size: 60
- placeholder: ''
- third_party_settings: { }
- hidden:
- created: true
- status: true
|