|
@@ -3,19 +3,30 @@ langcode: fr
|
|
|
status: true
|
|
|
dependencies:
|
|
|
config:
|
|
|
+ - field.field.paragraph.personne.field_courriel
|
|
|
- field.field.paragraph.personne.field_fonction
|
|
|
- field.field.paragraph.personne.field_nom
|
|
|
- field.field.paragraph.personne.field_photo
|
|
|
- field.field.paragraph.personne.field_prenom
|
|
|
+ - field.field.paragraph.personne.field_telephone
|
|
|
- image.style.thumbnail
|
|
|
- paragraphs.paragraphs_type.personne
|
|
|
module:
|
|
|
- image
|
|
|
+ - telephone
|
|
|
id: paragraph.personne.default
|
|
|
targetEntityType: paragraph
|
|
|
bundle: personne
|
|
|
mode: default
|
|
|
content:
|
|
|
+ field_courriel:
|
|
|
+ type: email_default
|
|
|
+ weight: 5
|
|
|
+ region: content
|
|
|
+ settings:
|
|
|
+ placeholder: ''
|
|
|
+ size: 60
|
|
|
+ third_party_settings: { }
|
|
|
field_fonction:
|
|
|
type: string_textfield
|
|
|
weight: 2
|
|
@@ -48,6 +59,13 @@ content:
|
|
|
size: 60
|
|
|
placeholder: ''
|
|
|
third_party_settings: { }
|
|
|
+ field_telephone:
|
|
|
+ type: telephone_default
|
|
|
+ weight: 4
|
|
|
+ region: content
|
|
|
+ settings:
|
|
|
+ placeholder: ''
|
|
|
+ third_party_settings: { }
|
|
|
hidden:
|
|
|
created: true
|
|
|
status: true
|