ajouter champs texte dans paragraphe Équipe de page static pour rajouter téléphone et mail
This commit is contained in:
@@ -3,18 +3,28 @@ 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
|
||||
- paragraphs.paragraphs_type.personne
|
||||
module:
|
||||
- image
|
||||
- telephone
|
||||
id: paragraph.personne.default
|
||||
targetEntityType: paragraph
|
||||
bundle: personne
|
||||
mode: default
|
||||
content:
|
||||
field_courriel:
|
||||
type: email_mailto
|
||||
label: visually_hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 5
|
||||
region: content
|
||||
field_fonction:
|
||||
type: string
|
||||
label: visually_hidden
|
||||
@@ -50,5 +60,13 @@ content:
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
region: content
|
||||
field_telephone:
|
||||
type: telephone_link
|
||||
label: visually_hidden
|
||||
settings:
|
||||
title: ''
|
||||
third_party_settings: { }
|
||||
weight: 4
|
||||
region: content
|
||||
hidden:
|
||||
search_api_excerpt: true
|
||||
|
||||
Reference in New Issue
Block a user