field nom prenom ds entretien

This commit is contained in:
2024-10-10 16:01:10 +02:00
parent d1b135412f
commit 8deaf95893
6 changed files with 117 additions and 1 deletions

View File

@@ -4,7 +4,9 @@ status: true
dependencies:
config:
- field.field.paragraph.personne.field_description
- field.field.paragraph.personne.field_nom
- field.field.paragraph.personne.field_portrait
- field.field.paragraph.personne.field_prenom
- paragraphs.paragraphs_type.personne
module:
- image
@@ -20,6 +22,14 @@ content:
third_party_settings: { }
weight: 1
region: content
field_nom:
type: string
label: above
settings:
link_to_entity: false
third_party_settings: { }
weight: 2
region: content
field_portrait:
type: image
label: above
@@ -31,5 +41,13 @@ content:
third_party_settings: { }
weight: 0
region: content
field_prenom:
type: string
label: above
settings:
link_to_entity: false
third_party_settings: { }
weight: 3
region: content
hidden:
search_api_excerpt: true