12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- uuid: abb97c07-9fbb-49e2-b1ca-c66d8ce208fa
- langcode: fr
- status: true
- dependencies:
- config:
- - field.field.paragraph.tableau.field_main_
- - field.field.paragraph.tableau.field_methods
- - field.field.paragraph.tableau.field_purpose
- - field.field.paragraph.tableau.field_titre_du_tableau
- - paragraphs.paragraphs_type.tableau
- module:
- - text
- id: paragraph.tableau.default
- targetEntityType: paragraph
- bundle: tableau
- mode: default
- content:
- field_main_:
- type: text_textarea
- weight: 3
- region: content
- settings:
- rows: 5
- placeholder: ''
- third_party_settings: { }
- field_methods:
- type: text_textarea
- weight: 2
- region: content
- settings:
- rows: 5
- placeholder: ''
- third_party_settings: { }
- field_purpose:
- type: text_textarea
- weight: 1
- region: content
- settings:
- rows: 5
- placeholder: ''
- third_party_settings: { }
- field_titre_du_tableau:
- type: text_textarea
- weight: 0
- region: content
- settings:
- rows: 5
- placeholder: ''
- third_party_settings: { }
- hidden:
- created: true
- status: true
|