field nom prenom ds entretien
This commit is contained in:
parent
d1b135412f
commit
8deaf95893
|
@ -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
|
||||
- image.style.thumbnail
|
||||
- paragraphs.paragraphs_type.personne
|
||||
module:
|
||||
|
@ -16,12 +18,20 @@ mode: default
|
|||
content:
|
||||
field_description:
|
||||
type: string_textarea
|
||||
weight: 1
|
||||
weight: 3
|
||||
region: content
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_nom:
|
||||
type: string_textfield
|
||||
weight: 1
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_portrait:
|
||||
type: image_image
|
||||
weight: 0
|
||||
|
@ -30,6 +40,14 @@ content:
|
|||
progress_indicator: throbber
|
||||
preview_image_style: thumbnail
|
||||
third_party_settings: { }
|
||||
field_prenom:
|
||||
type: string_textfield
|
||||
weight: 2
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
created: true
|
||||
status: true
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -0,0 +1,19 @@
|
|||
uuid: dda43cee-bd53-4e52-8be3-9e8f25050ad0
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.paragraph.field_nom
|
||||
- paragraphs.paragraphs_type.personne
|
||||
id: paragraph.personne.field_nom
|
||||
field_name: field_nom
|
||||
entity_type: paragraph
|
||||
bundle: personne
|
||||
label: Nom
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: string
|
|
@ -0,0 +1,19 @@
|
|||
uuid: c825cdcf-4aa6-4bd8-9cdd-8bbd16c4aab4
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.paragraph.field_prenom
|
||||
- paragraphs.paragraphs_type.personne
|
||||
id: paragraph.personne.field_prenom
|
||||
field_name: field_prenom
|
||||
entity_type: paragraph
|
||||
bundle: personne
|
||||
label: Prénom
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: string
|
|
@ -0,0 +1,21 @@
|
|||
uuid: 85315bad-dda4-46cb-aee1-ba849985e992
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- paragraphs
|
||||
id: paragraph.field_nom
|
||||
field_name: field_nom
|
||||
entity_type: paragraph
|
||||
type: string
|
||||
settings:
|
||||
max_length: 255
|
||||
case_sensitive: false
|
||||
is_ascii: false
|
||||
module: core
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
|
@ -0,0 +1,21 @@
|
|||
uuid: 15a46761-f1b8-478a-a035-965901d40463
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- paragraphs
|
||||
id: paragraph.field_prenom
|
||||
field_name: field_prenom
|
||||
entity_type: paragraph
|
||||
type: string
|
||||
settings:
|
||||
max_length: 255
|
||||
case_sensitive: false
|
||||
is_ascii: false
|
||||
module: core
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
Loading…
Reference in New Issue