field titre in entretien
This commit is contained in:
parent
febefcc2e2
commit
d1b135412f
|
@ -5,6 +5,7 @@ dependencies:
|
||||||
config:
|
config:
|
||||||
- field.field.paragraph.entretien.field_personne_s
|
- field.field.paragraph.entretien.field_personne_s
|
||||||
- field.field.paragraph.entretien.field_questions_reponses
|
- field.field.paragraph.entretien.field_questions_reponses
|
||||||
|
- field.field.paragraph.entretien.field_titre
|
||||||
- paragraphs.paragraphs_type.entretien
|
- paragraphs.paragraphs_type.entretien
|
||||||
module:
|
module:
|
||||||
- paragraphs
|
- paragraphs
|
||||||
|
@ -14,24 +15,6 @@ bundle: entretien
|
||||||
mode: default
|
mode: default
|
||||||
content:
|
content:
|
||||||
field_personne_s:
|
field_personne_s:
|
||||||
type: paragraphs
|
|
||||||
weight: 0
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
title: Paragraphe
|
|
||||||
title_plural: Paragraphs
|
|
||||||
edit_mode: open
|
|
||||||
closed_mode: summary
|
|
||||||
autocollapse: none
|
|
||||||
closed_mode_threshold: 0
|
|
||||||
add_mode: dropdown
|
|
||||||
form_display_mode: default
|
|
||||||
default_paragraph_type: ''
|
|
||||||
features:
|
|
||||||
collapse_edit_all: collapse_edit_all
|
|
||||||
duplicate: duplicate
|
|
||||||
third_party_settings: { }
|
|
||||||
field_questions_reponses:
|
|
||||||
type: paragraphs
|
type: paragraphs
|
||||||
weight: 1
|
weight: 1
|
||||||
region: content
|
region: content
|
||||||
|
@ -49,6 +32,32 @@ content:
|
||||||
collapse_edit_all: collapse_edit_all
|
collapse_edit_all: collapse_edit_all
|
||||||
duplicate: duplicate
|
duplicate: duplicate
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
field_questions_reponses:
|
||||||
|
type: paragraphs
|
||||||
|
weight: 2
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
title: Paragraphe
|
||||||
|
title_plural: Paragraphs
|
||||||
|
edit_mode: open
|
||||||
|
closed_mode: summary
|
||||||
|
autocollapse: none
|
||||||
|
closed_mode_threshold: 0
|
||||||
|
add_mode: dropdown
|
||||||
|
form_display_mode: default
|
||||||
|
default_paragraph_type: ''
|
||||||
|
features:
|
||||||
|
collapse_edit_all: collapse_edit_all
|
||||||
|
duplicate: duplicate
|
||||||
|
third_party_settings: { }
|
||||||
|
field_titre:
|
||||||
|
type: string_textfield
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
hidden:
|
hidden:
|
||||||
created: true
|
created: true
|
||||||
status: true
|
status: true
|
||||||
|
|
|
@ -5,6 +5,7 @@ dependencies:
|
||||||
config:
|
config:
|
||||||
- field.field.paragraph.entretien.field_personne_s
|
- field.field.paragraph.entretien.field_personne_s
|
||||||
- field.field.paragraph.entretien.field_questions_reponses
|
- field.field.paragraph.entretien.field_questions_reponses
|
||||||
|
- field.field.paragraph.entretien.field_titre
|
||||||
- paragraphs.paragraphs_type.entretien
|
- paragraphs.paragraphs_type.entretien
|
||||||
module:
|
module:
|
||||||
- entity_reference_revisions
|
- entity_reference_revisions
|
||||||
|
@ -31,5 +32,13 @@ content:
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 1
|
weight: 1
|
||||||
region: content
|
region: content
|
||||||
|
field_titre:
|
||||||
|
type: string
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
hidden:
|
hidden:
|
||||||
search_api_excerpt: true
|
search_api_excerpt: true
|
||||||
|
|
|
@ -0,0 +1,19 @@
|
||||||
|
uuid: b0721237-f719-4d81-be40-762ab848a659
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.paragraph.field_titre
|
||||||
|
- paragraphs.paragraphs_type.entretien
|
||||||
|
id: paragraph.entretien.field_titre
|
||||||
|
field_name: field_titre
|
||||||
|
entity_type: paragraph
|
||||||
|
bundle: entretien
|
||||||
|
label: Titre
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: string
|
Loading…
Reference in New Issue