added dates to doleance fields #2246
This commit is contained in:
parent
17ee1f0566
commit
d5963b40e6
@ -7,6 +7,10 @@ dependencies:
|
|||||||
- field.field.node.cercle_politique.field_aqui_adresse_decision
|
- field.field.node.cercle_politique.field_aqui_adresse_decision
|
||||||
- field.field.node.cercle_politique.field_comment_enonce_doleance
|
- field.field.node.cercle_politique.field_comment_enonce_doleance
|
||||||
- field.field.node.cercle_politique.field_comment_formule_decision
|
- field.field.node.cercle_politique.field_comment_formule_decision
|
||||||
|
- field.field.node.cercle_politique.field_date_adresse_decision
|
||||||
|
- field.field.node.cercle_politique.field_date_adresse_doleance
|
||||||
|
- field.field.node.cercle_politique.field_date_decision
|
||||||
|
- field.field.node.cercle_politique.field_date_leprobleme
|
||||||
- field.field.node.cercle_politique.field_decision_formulee
|
- field.field.node.cercle_politique.field_decision_formulee
|
||||||
- field.field.node.cercle_politique.field_enquete_terraindevie
|
- field.field.node.cercle_politique.field_enquete_terraindevie
|
||||||
- field.field.node.cercle_politique.field_entite_adresse_application
|
- field.field.node.cercle_politique.field_entite_adresse_application
|
||||||
@ -22,6 +26,7 @@ dependencies:
|
|||||||
- field.field.node.cercle_politique.field_receptions_et_traitements
|
- field.field.node.cercle_politique.field_receptions_et_traitements
|
||||||
- node.type.cercle_politique
|
- node.type.cercle_politique
|
||||||
module:
|
module:
|
||||||
|
- datetime
|
||||||
- field_group
|
- field_group
|
||||||
- paragraphs
|
- paragraphs
|
||||||
- text
|
- text
|
||||||
@ -44,6 +49,7 @@ third_party_settings:
|
|||||||
width_breakpoint: 640
|
width_breakpoint: 640
|
||||||
group_probleme_enquete:
|
group_probleme_enquete:
|
||||||
children:
|
children:
|
||||||
|
- field_date_leprobleme
|
||||||
- field_le_probleme
|
- field_le_probleme
|
||||||
- field_enquete_terraindevie
|
- field_enquete_terraindevie
|
||||||
label: 'Probleme & enquête'
|
label: 'Probleme & enquête'
|
||||||
@ -75,6 +81,7 @@ third_party_settings:
|
|||||||
required_fields: true
|
required_fields: true
|
||||||
group_adresse_de_la_doleance:
|
group_adresse_de_la_doleance:
|
||||||
children:
|
children:
|
||||||
|
- field_date_adresse_doleance
|
||||||
- field_entite_adresse_doleance
|
- field_entite_adresse_doleance
|
||||||
- field_comment_enonce_doleance
|
- field_comment_enonce_doleance
|
||||||
- field_a_qui_adresse_doleance
|
- field_a_qui_adresse_doleance
|
||||||
@ -230,6 +237,7 @@ third_party_settings:
|
|||||||
width_breakpoint: 640
|
width_breakpoint: 640
|
||||||
group_decision:
|
group_decision:
|
||||||
children:
|
children:
|
||||||
|
- field_date_decision
|
||||||
- field_entites_decisionnaires
|
- field_entites_decisionnaires
|
||||||
- field_decision_formulee
|
- field_decision_formulee
|
||||||
label: Décision
|
label: Décision
|
||||||
@ -261,6 +269,7 @@ third_party_settings:
|
|||||||
required_fields: true
|
required_fields: true
|
||||||
group_adresse_de_la_decision_a_a:
|
group_adresse_de_la_decision_a_a:
|
||||||
children:
|
children:
|
||||||
|
- field_date_adresse_decision
|
||||||
- field_entite_adresse_application
|
- field_entite_adresse_application
|
||||||
- field_aqui_adresse_decision
|
- field_aqui_adresse_decision
|
||||||
- field_comment_formule_decision
|
- field_comment_formule_decision
|
||||||
@ -315,7 +324,7 @@ mode: default
|
|||||||
content:
|
content:
|
||||||
field_a_qui_adresse_doleance:
|
field_a_qui_adresse_doleance:
|
||||||
type: text_textarea
|
type: text_textarea
|
||||||
weight: 19
|
weight: 43
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
rows: 5
|
rows: 5
|
||||||
@ -323,7 +332,7 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_aqui_adresse_decision:
|
field_aqui_adresse_decision:
|
||||||
type: text_textarea
|
type: text_textarea
|
||||||
weight: 26
|
weight: 49
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
rows: 5
|
rows: 5
|
||||||
@ -331,7 +340,7 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_comment_enonce_doleance:
|
field_comment_enonce_doleance:
|
||||||
type: text_textarea
|
type: text_textarea
|
||||||
weight: 18
|
weight: 42
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
rows: 5
|
rows: 5
|
||||||
@ -339,15 +348,39 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_comment_formule_decision:
|
field_comment_formule_decision:
|
||||||
type: text_textarea
|
type: text_textarea
|
||||||
weight: 27
|
weight: 50
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
rows: 5
|
rows: 5
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
field_date_adresse_decision:
|
||||||
|
type: datetime_default
|
||||||
|
weight: 47
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
field_date_adresse_doleance:
|
||||||
|
type: datetime_default
|
||||||
|
weight: 40
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
field_date_decision:
|
||||||
|
type: datetime_default
|
||||||
|
weight: 44
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
field_date_leprobleme:
|
||||||
|
type: datetime_default
|
||||||
|
weight: 37
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
field_decision_formulee:
|
field_decision_formulee:
|
||||||
type: text_textarea
|
type: text_textarea
|
||||||
weight: 23
|
weight: 46
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
rows: 5
|
rows: 5
|
||||||
@ -355,7 +388,7 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_enquete_terraindevie:
|
field_enquete_terraindevie:
|
||||||
type: string_textarea
|
type: string_textarea
|
||||||
weight: 36
|
weight: 39
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
rows: 5
|
rows: 5
|
||||||
@ -363,7 +396,7 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_entite_adresse_application:
|
field_entite_adresse_application:
|
||||||
type: text_textarea
|
type: text_textarea
|
||||||
weight: 25
|
weight: 48
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
rows: 5
|
rows: 5
|
||||||
@ -371,7 +404,7 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_entite_adresse_doleance:
|
field_entite_adresse_doleance:
|
||||||
type: text_textarea
|
type: text_textarea
|
||||||
weight: 17
|
weight: 41
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
rows: 5
|
rows: 5
|
||||||
@ -379,7 +412,7 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_entites_decisionnaires:
|
field_entites_decisionnaires:
|
||||||
type: text_textarea
|
type: text_textarea
|
||||||
weight: 22
|
weight: 45
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
rows: 5
|
rows: 5
|
||||||
@ -405,7 +438,7 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_le_probleme:
|
field_le_probleme:
|
||||||
type: string_textarea
|
type: string_textarea
|
||||||
weight: 35
|
weight: 38
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
rows: 5
|
rows: 5
|
||||||
|
@ -4,10 +4,12 @@ status: true
|
|||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- field.field.paragraph.groupes_interets.field_accorder_interets
|
- field.field.paragraph.groupes_interets.field_accorder_interets
|
||||||
|
- field.field.paragraph.groupes_interets.field_date_groupe_interets
|
||||||
- field.field.paragraph.groupes_interets.field_formuler
|
- field.field.paragraph.groupes_interets.field_formuler
|
||||||
- field.field.paragraph.groupes_interets.field_groupe_interets
|
- field.field.paragraph.groupes_interets.field_groupe_interets
|
||||||
- paragraphs.paragraphs_type.groupes_interets
|
- paragraphs.paragraphs_type.groupes_interets
|
||||||
module:
|
module:
|
||||||
|
- datetime_range
|
||||||
- text
|
- text
|
||||||
id: paragraph.groupes_interets.default
|
id: paragraph.groupes_interets.default
|
||||||
targetEntityType: paragraph
|
targetEntityType: paragraph
|
||||||
@ -16,15 +18,21 @@ mode: default
|
|||||||
content:
|
content:
|
||||||
field_accorder_interets:
|
field_accorder_interets:
|
||||||
type: text_textarea
|
type: text_textarea
|
||||||
weight: 1
|
weight: 2
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
rows: 5
|
rows: 5
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
field_date_groupe_interets:
|
||||||
|
type: daterange_default
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
field_formuler:
|
field_formuler:
|
||||||
type: text_textarea
|
type: text_textarea
|
||||||
weight: 2
|
weight: 3
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
rows: 5
|
rows: 5
|
||||||
@ -32,7 +40,7 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_groupe_interets:
|
field_groupe_interets:
|
||||||
type: text_textarea
|
type: text_textarea
|
||||||
weight: 0
|
weight: 1
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
rows: 5
|
rows: 5
|
||||||
|
@ -3,20 +3,28 @@ langcode: fr
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
|
- field.field.paragraph.mise_en_oeuvre_decision.field_date_miseeoeuvre_decision
|
||||||
- field.field.paragraph.mise_en_oeuvre_decision.field_entite_adresse_decision
|
- field.field.paragraph.mise_en_oeuvre_decision.field_entite_adresse_decision
|
||||||
- field.field.paragraph.mise_en_oeuvre_decision.field_entite_metenoeuvre_decisio
|
- field.field.paragraph.mise_en_oeuvre_decision.field_entite_metenoeuvre_decisio
|
||||||
- field.field.paragraph.mise_en_oeuvre_decision.field_formule_decision
|
- field.field.paragraph.mise_en_oeuvre_decision.field_formule_decision
|
||||||
- paragraphs.paragraphs_type.mise_en_oeuvre_decision
|
- paragraphs.paragraphs_type.mise_en_oeuvre_decision
|
||||||
module:
|
module:
|
||||||
|
- datetime_range
|
||||||
- text
|
- text
|
||||||
id: paragraph.mise_en_oeuvre_decision.default
|
id: paragraph.mise_en_oeuvre_decision.default
|
||||||
targetEntityType: paragraph
|
targetEntityType: paragraph
|
||||||
bundle: mise_en_oeuvre_decision
|
bundle: mise_en_oeuvre_decision
|
||||||
mode: default
|
mode: default
|
||||||
content:
|
content:
|
||||||
|
field_date_miseeoeuvre_decision:
|
||||||
|
type: daterange_default
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
field_entite_adresse_decision:
|
field_entite_adresse_decision:
|
||||||
type: text_textarea
|
type: text_textarea
|
||||||
weight: 2
|
weight: 3
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
rows: 5
|
rows: 5
|
||||||
@ -24,7 +32,7 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_entite_metenoeuvre_decisio:
|
field_entite_metenoeuvre_decisio:
|
||||||
type: text_textarea
|
type: text_textarea
|
||||||
weight: 0
|
weight: 1
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
rows: 5
|
rows: 5
|
||||||
@ -32,7 +40,7 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_formule_decision:
|
field_formule_decision:
|
||||||
type: text_textarea
|
type: text_textarea
|
||||||
weight: 1
|
weight: 2
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
rows: 5
|
rows: 5
|
||||||
|
@ -4,10 +4,12 @@ status: true
|
|||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- field.field.paragraph.reception_application_decision.field_applique_decision
|
- field.field.paragraph.reception_application_decision.field_applique_decision
|
||||||
|
- field.field.paragraph.reception_application_decision.field_date_date_traitement_decis
|
||||||
- field.field.paragraph.reception_application_decision.field_entite_recoit_decision
|
- field.field.paragraph.reception_application_decision.field_entite_recoit_decision
|
||||||
- field.field.paragraph.reception_application_decision.field_formule_decision_applic
|
- field.field.paragraph.reception_application_decision.field_formule_decision_applic
|
||||||
- paragraphs.paragraphs_type.reception_application_decision
|
- paragraphs.paragraphs_type.reception_application_decision
|
||||||
module:
|
module:
|
||||||
|
- datetime_range
|
||||||
- text
|
- text
|
||||||
id: paragraph.reception_application_decision.default
|
id: paragraph.reception_application_decision.default
|
||||||
targetEntityType: paragraph
|
targetEntityType: paragraph
|
||||||
@ -16,15 +18,21 @@ mode: default
|
|||||||
content:
|
content:
|
||||||
field_applique_decision:
|
field_applique_decision:
|
||||||
type: text_textarea
|
type: text_textarea
|
||||||
weight: 1
|
weight: 2
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
rows: 5
|
rows: 5
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
field_date_date_traitement_decis:
|
||||||
|
type: daterange_default
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
field_entite_recoit_decision:
|
field_entite_recoit_decision:
|
||||||
type: text_textarea
|
type: text_textarea
|
||||||
weight: 0
|
weight: 1
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
rows: 5
|
rows: 5
|
||||||
@ -32,7 +40,7 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_formule_decision_applic:
|
field_formule_decision_applic:
|
||||||
type: text_textarea
|
type: text_textarea
|
||||||
weight: 2
|
weight: 3
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
rows: 5
|
rows: 5
|
||||||
|
@ -3,27 +3,27 @@ langcode: fr
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
|
- field.field.paragraph.reception_et_traitement.field_date_reception_traite
|
||||||
- field.field.paragraph.reception_et_traitement.field_doleance_formulee
|
- field.field.paragraph.reception_et_traitement.field_doleance_formulee
|
||||||
- field.field.paragraph.reception_et_traitement.field_entite_adressee
|
- field.field.paragraph.reception_et_traitement.field_entite_adressee
|
||||||
- field.field.paragraph.reception_et_traitement.field_entite_recoit_doleance
|
- field.field.paragraph.reception_et_traitement.field_entite_recoit_doleance
|
||||||
- field.field.paragraph.reception_et_traitement.field_traite_doleance
|
- field.field.paragraph.reception_et_traitement.field_traite_doleance
|
||||||
- paragraphs.paragraphs_type.reception_et_traitement
|
- paragraphs.paragraphs_type.reception_et_traitement
|
||||||
module:
|
module:
|
||||||
|
- datetime_range
|
||||||
- text
|
- text
|
||||||
id: paragraph.reception_et_traitement.default
|
id: paragraph.reception_et_traitement.default
|
||||||
targetEntityType: paragraph
|
targetEntityType: paragraph
|
||||||
bundle: reception_et_traitement
|
bundle: reception_et_traitement
|
||||||
mode: default
|
mode: default
|
||||||
content:
|
content:
|
||||||
field_doleance_formulee:
|
field_date_reception_traite:
|
||||||
type: text_textarea
|
type: daterange_default
|
||||||
weight: 2
|
weight: 0
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings: { }
|
||||||
rows: 5
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_entite_adressee:
|
field_doleance_formulee:
|
||||||
type: text_textarea
|
type: text_textarea
|
||||||
weight: 3
|
weight: 3
|
||||||
region: content
|
region: content
|
||||||
@ -31,9 +31,17 @@ content:
|
|||||||
rows: 5
|
rows: 5
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
field_entite_adressee:
|
||||||
|
type: text_textarea
|
||||||
|
weight: 4
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
rows: 5
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
field_entite_recoit_doleance:
|
field_entite_recoit_doleance:
|
||||||
type: text_textarea
|
type: text_textarea
|
||||||
weight: 0
|
weight: 1
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
rows: 5
|
rows: 5
|
||||||
@ -41,7 +49,7 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_traite_doleance:
|
field_traite_doleance:
|
||||||
type: text_textarea
|
type: text_textarea
|
||||||
weight: 1
|
weight: 2
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
rows: 5
|
rows: 5
|
||||||
|
@ -7,6 +7,10 @@ dependencies:
|
|||||||
- field.field.node.cercle_politique.field_aqui_adresse_decision
|
- field.field.node.cercle_politique.field_aqui_adresse_decision
|
||||||
- field.field.node.cercle_politique.field_comment_enonce_doleance
|
- field.field.node.cercle_politique.field_comment_enonce_doleance
|
||||||
- field.field.node.cercle_politique.field_comment_formule_decision
|
- field.field.node.cercle_politique.field_comment_formule_decision
|
||||||
|
- field.field.node.cercle_politique.field_date_adresse_decision
|
||||||
|
- field.field.node.cercle_politique.field_date_adresse_doleance
|
||||||
|
- field.field.node.cercle_politique.field_date_decision
|
||||||
|
- field.field.node.cercle_politique.field_date_leprobleme
|
||||||
- field.field.node.cercle_politique.field_decision_formulee
|
- field.field.node.cercle_politique.field_decision_formulee
|
||||||
- field.field.node.cercle_politique.field_enquete_terraindevie
|
- field.field.node.cercle_politique.field_enquete_terraindevie
|
||||||
- field.field.node.cercle_politique.field_entite_adresse_application
|
- field.field.node.cercle_politique.field_entite_adresse_application
|
||||||
@ -22,6 +26,7 @@ dependencies:
|
|||||||
- field.field.node.cercle_politique.field_receptions_et_traitements
|
- field.field.node.cercle_politique.field_receptions_et_traitements
|
||||||
- node.type.cercle_politique
|
- node.type.cercle_politique
|
||||||
module:
|
module:
|
||||||
|
- datetime
|
||||||
- entity_reference_revisions
|
- entity_reference_revisions
|
||||||
- manage_display
|
- manage_display
|
||||||
- options
|
- options
|
||||||
@ -59,6 +64,42 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 113
|
weight: 113
|
||||||
region: content
|
region: content
|
||||||
|
field_date_adresse_decision:
|
||||||
|
type: datetime_default
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
timezone_override: ''
|
||||||
|
format_type: medium
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 124
|
||||||
|
region: content
|
||||||
|
field_date_adresse_doleance:
|
||||||
|
type: datetime_default
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
timezone_override: ''
|
||||||
|
format_type: medium
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 122
|
||||||
|
region: content
|
||||||
|
field_date_decision:
|
||||||
|
type: datetime_default
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
timezone_override: ''
|
||||||
|
format_type: medium
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 123
|
||||||
|
region: content
|
||||||
|
field_date_leprobleme:
|
||||||
|
type: datetime_default
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
timezone_override: ''
|
||||||
|
format_type: medium
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 121
|
||||||
|
region: content
|
||||||
field_decision_formulee:
|
field_decision_formulee:
|
||||||
type: text_default
|
type: text_default
|
||||||
label: above
|
label: above
|
||||||
|
@ -8,6 +8,10 @@ dependencies:
|
|||||||
- field.field.node.cercle_politique.field_aqui_adresse_decision
|
- field.field.node.cercle_politique.field_aqui_adresse_decision
|
||||||
- field.field.node.cercle_politique.field_comment_enonce_doleance
|
- field.field.node.cercle_politique.field_comment_enonce_doleance
|
||||||
- field.field.node.cercle_politique.field_comment_formule_decision
|
- field.field.node.cercle_politique.field_comment_formule_decision
|
||||||
|
- field.field.node.cercle_politique.field_date_adresse_decision
|
||||||
|
- field.field.node.cercle_politique.field_date_adresse_doleance
|
||||||
|
- field.field.node.cercle_politique.field_date_decision
|
||||||
|
- field.field.node.cercle_politique.field_date_leprobleme
|
||||||
- field.field.node.cercle_politique.field_decision_formulee
|
- field.field.node.cercle_politique.field_decision_formulee
|
||||||
- field.field.node.cercle_politique.field_enquete_terraindevie
|
- field.field.node.cercle_politique.field_enquete_terraindevie
|
||||||
- field.field.node.cercle_politique.field_entite_adresse_application
|
- field.field.node.cercle_politique.field_entite_adresse_application
|
||||||
@ -49,6 +53,10 @@ hidden:
|
|||||||
field_aqui_adresse_decision: true
|
field_aqui_adresse_decision: true
|
||||||
field_comment_enonce_doleance: true
|
field_comment_enonce_doleance: true
|
||||||
field_comment_formule_decision: true
|
field_comment_formule_decision: true
|
||||||
|
field_date_adresse_decision: true
|
||||||
|
field_date_adresse_doleance: true
|
||||||
|
field_date_decision: true
|
||||||
|
field_date_leprobleme: true
|
||||||
field_decision_formulee: true
|
field_decision_formulee: true
|
||||||
field_enquete_terraindevie: true
|
field_enquete_terraindevie: true
|
||||||
field_entite_adresse_application: true
|
field_entite_adresse_application: true
|
||||||
|
@ -4,10 +4,12 @@ status: true
|
|||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- field.field.paragraph.groupes_interets.field_accorder_interets
|
- field.field.paragraph.groupes_interets.field_accorder_interets
|
||||||
|
- field.field.paragraph.groupes_interets.field_date_groupe_interets
|
||||||
- field.field.paragraph.groupes_interets.field_formuler
|
- field.field.paragraph.groupes_interets.field_formuler
|
||||||
- field.field.paragraph.groupes_interets.field_groupe_interets
|
- field.field.paragraph.groupes_interets.field_groupe_interets
|
||||||
- paragraphs.paragraphs_type.groupes_interets
|
- paragraphs.paragraphs_type.groupes_interets
|
||||||
module:
|
module:
|
||||||
|
- datetime_range
|
||||||
- text
|
- text
|
||||||
id: paragraph.groupes_interets.default
|
id: paragraph.groupes_interets.default
|
||||||
targetEntityType: paragraph
|
targetEntityType: paragraph
|
||||||
@ -21,6 +23,16 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 1
|
weight: 1
|
||||||
region: content
|
region: content
|
||||||
|
field_date_groupe_interets:
|
||||||
|
type: daterange_default
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
timezone_override: ''
|
||||||
|
format_type: medium
|
||||||
|
separator: '-'
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 3
|
||||||
|
region: content
|
||||||
field_formuler:
|
field_formuler:
|
||||||
type: text_default
|
type: text_default
|
||||||
label: above
|
label: above
|
||||||
|
@ -3,17 +3,29 @@ langcode: fr
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
|
- field.field.paragraph.mise_en_oeuvre_decision.field_date_miseeoeuvre_decision
|
||||||
- field.field.paragraph.mise_en_oeuvre_decision.field_entite_adresse_decision
|
- field.field.paragraph.mise_en_oeuvre_decision.field_entite_adresse_decision
|
||||||
- field.field.paragraph.mise_en_oeuvre_decision.field_entite_metenoeuvre_decisio
|
- field.field.paragraph.mise_en_oeuvre_decision.field_entite_metenoeuvre_decisio
|
||||||
- field.field.paragraph.mise_en_oeuvre_decision.field_formule_decision
|
- field.field.paragraph.mise_en_oeuvre_decision.field_formule_decision
|
||||||
- paragraphs.paragraphs_type.mise_en_oeuvre_decision
|
- paragraphs.paragraphs_type.mise_en_oeuvre_decision
|
||||||
module:
|
module:
|
||||||
|
- datetime_range
|
||||||
- text
|
- text
|
||||||
id: paragraph.mise_en_oeuvre_decision.default
|
id: paragraph.mise_en_oeuvre_decision.default
|
||||||
targetEntityType: paragraph
|
targetEntityType: paragraph
|
||||||
bundle: mise_en_oeuvre_decision
|
bundle: mise_en_oeuvre_decision
|
||||||
mode: default
|
mode: default
|
||||||
content:
|
content:
|
||||||
|
field_date_miseeoeuvre_decision:
|
||||||
|
type: daterange_default
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
timezone_override: ''
|
||||||
|
format_type: medium
|
||||||
|
separator: '-'
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 3
|
||||||
|
region: content
|
||||||
field_entite_adresse_decision:
|
field_entite_adresse_decision:
|
||||||
type: text_default
|
type: text_default
|
||||||
label: above
|
label: above
|
||||||
|
@ -4,10 +4,12 @@ status: true
|
|||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- field.field.paragraph.reception_application_decision.field_applique_decision
|
- field.field.paragraph.reception_application_decision.field_applique_decision
|
||||||
|
- field.field.paragraph.reception_application_decision.field_date_date_traitement_decis
|
||||||
- field.field.paragraph.reception_application_decision.field_entite_recoit_decision
|
- field.field.paragraph.reception_application_decision.field_entite_recoit_decision
|
||||||
- field.field.paragraph.reception_application_decision.field_formule_decision_applic
|
- field.field.paragraph.reception_application_decision.field_formule_decision_applic
|
||||||
- paragraphs.paragraphs_type.reception_application_decision
|
- paragraphs.paragraphs_type.reception_application_decision
|
||||||
module:
|
module:
|
||||||
|
- datetime_range
|
||||||
- text
|
- text
|
||||||
id: paragraph.reception_application_decision.default
|
id: paragraph.reception_application_decision.default
|
||||||
targetEntityType: paragraph
|
targetEntityType: paragraph
|
||||||
@ -21,6 +23,16 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 1
|
weight: 1
|
||||||
region: content
|
region: content
|
||||||
|
field_date_date_traitement_decis:
|
||||||
|
type: daterange_default
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
timezone_override: ''
|
||||||
|
format_type: medium
|
||||||
|
separator: '-'
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 3
|
||||||
|
region: content
|
||||||
field_entite_recoit_decision:
|
field_entite_recoit_decision:
|
||||||
type: text_default
|
type: text_default
|
||||||
label: above
|
label: above
|
||||||
|
@ -3,18 +3,30 @@ langcode: fr
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
|
- field.field.paragraph.reception_et_traitement.field_date_reception_traite
|
||||||
- field.field.paragraph.reception_et_traitement.field_doleance_formulee
|
- field.field.paragraph.reception_et_traitement.field_doleance_formulee
|
||||||
- field.field.paragraph.reception_et_traitement.field_entite_adressee
|
- field.field.paragraph.reception_et_traitement.field_entite_adressee
|
||||||
- field.field.paragraph.reception_et_traitement.field_entite_recoit_doleance
|
- field.field.paragraph.reception_et_traitement.field_entite_recoit_doleance
|
||||||
- field.field.paragraph.reception_et_traitement.field_traite_doleance
|
- field.field.paragraph.reception_et_traitement.field_traite_doleance
|
||||||
- paragraphs.paragraphs_type.reception_et_traitement
|
- paragraphs.paragraphs_type.reception_et_traitement
|
||||||
module:
|
module:
|
||||||
|
- datetime_range
|
||||||
- text
|
- text
|
||||||
id: paragraph.reception_et_traitement.default
|
id: paragraph.reception_et_traitement.default
|
||||||
targetEntityType: paragraph
|
targetEntityType: paragraph
|
||||||
bundle: reception_et_traitement
|
bundle: reception_et_traitement
|
||||||
mode: default
|
mode: default
|
||||||
content:
|
content:
|
||||||
|
field_date_reception_traite:
|
||||||
|
type: daterange_default
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
timezone_override: ''
|
||||||
|
format_type: medium
|
||||||
|
separator: '-'
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 5
|
||||||
|
region: content
|
||||||
field_doleance_formulee:
|
field_doleance_formulee:
|
||||||
type: text_default
|
type: text_default
|
||||||
label: above
|
label: above
|
||||||
|
@ -0,0 +1,24 @@
|
|||||||
|
uuid: ce9fa544-b723-4638-8ff8-f8f69800ebb7
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_date_adresse_decision
|
||||||
|
- node.type.cercle_politique
|
||||||
|
module:
|
||||||
|
- datetime
|
||||||
|
id: node.cercle_politique.field_date_adresse_decision
|
||||||
|
field_name: field_date_adresse_decision
|
||||||
|
entity_type: node
|
||||||
|
bundle: cercle_politique
|
||||||
|
label: Date
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value:
|
||||||
|
-
|
||||||
|
default_date_type: now
|
||||||
|
default_date: now
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: datetime
|
@ -0,0 +1,24 @@
|
|||||||
|
uuid: 448bfc31-7599-4bf2-8949-c88ba054a70b
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_date_adresse_doleance
|
||||||
|
- node.type.cercle_politique
|
||||||
|
module:
|
||||||
|
- datetime
|
||||||
|
id: node.cercle_politique.field_date_adresse_doleance
|
||||||
|
field_name: field_date_adresse_doleance
|
||||||
|
entity_type: node
|
||||||
|
bundle: cercle_politique
|
||||||
|
label: Date
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value:
|
||||||
|
-
|
||||||
|
default_date_type: now
|
||||||
|
default_date: now
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: datetime
|
@ -0,0 +1,24 @@
|
|||||||
|
uuid: 42f0870d-9977-4470-9126-39ca91284827
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_date_decision
|
||||||
|
- node.type.cercle_politique
|
||||||
|
module:
|
||||||
|
- datetime
|
||||||
|
id: node.cercle_politique.field_date_decision
|
||||||
|
field_name: field_date_decision
|
||||||
|
entity_type: node
|
||||||
|
bundle: cercle_politique
|
||||||
|
label: date
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value:
|
||||||
|
-
|
||||||
|
default_date_type: now
|
||||||
|
default_date: now
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: datetime
|
@ -0,0 +1,24 @@
|
|||||||
|
uuid: 265dfc7b-1c4e-4893-918a-86d2d3c7b82b
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_date_leprobleme
|
||||||
|
- node.type.cercle_politique
|
||||||
|
module:
|
||||||
|
- datetime
|
||||||
|
id: node.cercle_politique.field_date_leprobleme
|
||||||
|
field_name: field_date_leprobleme
|
||||||
|
entity_type: node
|
||||||
|
bundle: cercle_politique
|
||||||
|
label: Date
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value:
|
||||||
|
-
|
||||||
|
default_date_type: now
|
||||||
|
default_date: now
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: datetime
|
@ -0,0 +1,26 @@
|
|||||||
|
uuid: 466bb159-1bf4-4fb7-9a61-55e9538690a2
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.paragraph.field_date_groupe_interets
|
||||||
|
- paragraphs.paragraphs_type.groupes_interets
|
||||||
|
module:
|
||||||
|
- datetime_range
|
||||||
|
id: paragraph.groupes_interets.field_date_groupe_interets
|
||||||
|
field_name: field_date_groupe_interets
|
||||||
|
entity_type: paragraph
|
||||||
|
bundle: groupes_interets
|
||||||
|
label: Date
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value:
|
||||||
|
-
|
||||||
|
default_date_type: now
|
||||||
|
default_date: now
|
||||||
|
default_end_date_type: relative
|
||||||
|
default_end_date: '+30 days'
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: daterange
|
@ -0,0 +1,26 @@
|
|||||||
|
uuid: 148479a4-a849-490c-9c6c-559a9ca747c4
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.paragraph.field_date_miseeoeuvre_decision
|
||||||
|
- paragraphs.paragraphs_type.mise_en_oeuvre_decision
|
||||||
|
module:
|
||||||
|
- datetime_range
|
||||||
|
id: paragraph.mise_en_oeuvre_decision.field_date_miseeoeuvre_decision
|
||||||
|
field_name: field_date_miseeoeuvre_decision
|
||||||
|
entity_type: paragraph
|
||||||
|
bundle: mise_en_oeuvre_decision
|
||||||
|
label: Date
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value:
|
||||||
|
-
|
||||||
|
default_date_type: now
|
||||||
|
default_date: now
|
||||||
|
default_end_date_type: relative
|
||||||
|
default_end_date: '+30 days'
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: daterange
|
@ -0,0 +1,26 @@
|
|||||||
|
uuid: 38a6e017-79b4-408b-8789-1a4720b4b4fc
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.paragraph.field_date_date_traitement_decis
|
||||||
|
- paragraphs.paragraphs_type.reception_application_decision
|
||||||
|
module:
|
||||||
|
- datetime_range
|
||||||
|
id: paragraph.reception_application_decision.field_date_date_traitement_decis
|
||||||
|
field_name: field_date_date_traitement_decis
|
||||||
|
entity_type: paragraph
|
||||||
|
bundle: reception_application_decision
|
||||||
|
label: Date
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value:
|
||||||
|
-
|
||||||
|
default_date_type: now
|
||||||
|
default_date: now
|
||||||
|
default_end_date_type: relative
|
||||||
|
default_end_date: '+30 days'
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: daterange
|
@ -0,0 +1,26 @@
|
|||||||
|
uuid: 2730a944-0353-4026-b5da-ec1403ce78d7
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.paragraph.field_date_reception_traite
|
||||||
|
- paragraphs.paragraphs_type.reception_et_traitement
|
||||||
|
module:
|
||||||
|
- datetime_range
|
||||||
|
id: paragraph.reception_et_traitement.field_date_reception_traite
|
||||||
|
field_name: field_date_reception_traite
|
||||||
|
entity_type: paragraph
|
||||||
|
bundle: reception_et_traitement
|
||||||
|
label: Date
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value:
|
||||||
|
-
|
||||||
|
default_date_type: now
|
||||||
|
default_date: now
|
||||||
|
default_end_date_type: relative
|
||||||
|
default_end_date: '+30 days'
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: daterange
|
@ -0,0 +1,20 @@
|
|||||||
|
uuid: bb1ebfd4-15f1-4068-9f15-71944c767444
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- datetime
|
||||||
|
- node
|
||||||
|
id: node.field_date_adresse_decision
|
||||||
|
field_name: field_date_adresse_decision
|
||||||
|
entity_type: node
|
||||||
|
type: datetime
|
||||||
|
settings:
|
||||||
|
datetime_type: date
|
||||||
|
module: datetime
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
@ -0,0 +1,20 @@
|
|||||||
|
uuid: 21040eb5-1d9f-4cbf-b7a0-2b3d71d5620c
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- datetime
|
||||||
|
- node
|
||||||
|
id: node.field_date_adresse_doleance
|
||||||
|
field_name: field_date_adresse_doleance
|
||||||
|
entity_type: node
|
||||||
|
type: datetime
|
||||||
|
settings:
|
||||||
|
datetime_type: date
|
||||||
|
module: datetime
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
20
src/config/sync/field.storage.node.field_date_decision.yml
Normal file
20
src/config/sync/field.storage.node.field_date_decision.yml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
uuid: a6160430-6cd4-435d-b033-b41e3421fdcf
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- datetime
|
||||||
|
- node
|
||||||
|
id: node.field_date_decision
|
||||||
|
field_name: field_date_decision
|
||||||
|
entity_type: node
|
||||||
|
type: datetime
|
||||||
|
settings:
|
||||||
|
datetime_type: date
|
||||||
|
module: datetime
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
20
src/config/sync/field.storage.node.field_date_leprobleme.yml
Normal file
20
src/config/sync/field.storage.node.field_date_leprobleme.yml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
uuid: fa40a527-19f6-4412-9354-80571b77ec20
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- datetime
|
||||||
|
- node
|
||||||
|
id: node.field_date_leprobleme
|
||||||
|
field_name: field_date_leprobleme
|
||||||
|
entity_type: node
|
||||||
|
type: datetime
|
||||||
|
settings:
|
||||||
|
datetime_type: date
|
||||||
|
module: datetime
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
@ -0,0 +1,20 @@
|
|||||||
|
uuid: 68ad1d2a-9496-40b1-8037-5a1d3871d8c4
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- datetime_range
|
||||||
|
- paragraphs
|
||||||
|
id: paragraph.field_date_date_traitement_decis
|
||||||
|
field_name: field_date_date_traitement_decis
|
||||||
|
entity_type: paragraph
|
||||||
|
type: daterange
|
||||||
|
settings:
|
||||||
|
datetime_type: date
|
||||||
|
module: datetime_range
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
@ -0,0 +1,20 @@
|
|||||||
|
uuid: 5dc62bc8-da43-4143-915e-c7759230f7f2
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- datetime_range
|
||||||
|
- paragraphs
|
||||||
|
id: paragraph.field_date_groupe_interets
|
||||||
|
field_name: field_date_groupe_interets
|
||||||
|
entity_type: paragraph
|
||||||
|
type: daterange
|
||||||
|
settings:
|
||||||
|
datetime_type: date
|
||||||
|
module: datetime_range
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
@ -0,0 +1,20 @@
|
|||||||
|
uuid: 1b429ada-1c09-4909-94b7-8d54f89985c1
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- datetime_range
|
||||||
|
- paragraphs
|
||||||
|
id: paragraph.field_date_miseeoeuvre_decision
|
||||||
|
field_name: field_date_miseeoeuvre_decision
|
||||||
|
entity_type: paragraph
|
||||||
|
type: daterange
|
||||||
|
settings:
|
||||||
|
datetime_type: date
|
||||||
|
module: datetime_range
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
@ -0,0 +1,20 @@
|
|||||||
|
uuid: 7afce5e9-aa5b-48b8-a437-6565adf8e31a
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- datetime_range
|
||||||
|
- paragraphs
|
||||||
|
id: paragraph.field_date_reception_traite
|
||||||
|
field_name: field_date_reception_traite
|
||||||
|
entity_type: paragraph
|
||||||
|
type: daterange
|
||||||
|
settings:
|
||||||
|
datetime_type: date
|
||||||
|
module: datetime_range
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
Loading…
x
Reference in New Issue
Block a user