123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- uuid: f24fb4a1-15dd-4892-acd4-749401f320c7
- langcode: fr
- status: true
- dependencies:
- config:
- - field.field.paragraph.personne.field_fonction
- - field.field.paragraph.personne.field_nom
- - field.field.paragraph.personne.field_photo
- - field.field.paragraph.personne.field_prenom
- - image.style.thumbnail
- - paragraphs.paragraphs_type.personne
- module:
- - image
- - text
- id: paragraph.personne.default
- targetEntityType: paragraph
- bundle: personne
- mode: default
- content:
- field_fonction:
- type: text_textarea
- weight: 3
- region: content
- settings:
- rows: 5
- placeholder: ''
- third_party_settings: { }
- field_nom:
- type: string_textfield
- weight: 2
- region: content
- settings:
- size: 60
- placeholder: ''
- third_party_settings: { }
- field_photo:
- type: image_image
- weight: 0
- region: content
- settings:
- progress_indicator: throbber
- preview_image_style: thumbnail
- third_party_settings: { }
- field_prenom:
- type: string_textfield
- weight: 1
- region: content
- settings:
- size: 60
- placeholder: ''
- third_party_settings: { }
- hidden:
- created: true
- status: true
|