1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- uuid: 4f908a21-c9bd-4c00-86c0-f7f6194d9c8c
- langcode: fr
- status: true
- dependencies:
- config:
- - 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:
- - image
- - text
- id: paragraph.textes.default
- targetEntityType: paragraph
- bundle: textes
- mode: default
- content:
- field_photo:
- weight: 2
- settings:
- progress_indicator: throbber
- preview_image_style: thumbnail
- third_party_settings: { }
- type: image_image
- region: content
- field_texte:
- weight: 1
- settings:
- rows: 9
- summary_rows: 3
- placeholder: ''
- show_summary: false
- third_party_settings: { }
- type: text_textarea_with_summary
- region: content
- field_titre:
- weight: 0
- settings:
- size: 60
- placeholder: ''
- third_party_settings: { }
- type: string_textfield
- region: content
- hidden:
- created: true
- status: true
|