|
@@ -7,6 +7,7 @@ dependencies:
|
|
|
- field.field.node.projet.field_adresse
|
|
|
- field.field.node.projet.field_encours_fini
|
|
|
- field.field.node.projet.field_equipe
|
|
|
+ - field.field.node.projet.field_etape_du_projet
|
|
|
- field.field.node.projet.field_fichiers
|
|
|
- field.field.node.projet.field_geofield
|
|
|
- field.field.node.projet.field_incube
|
|
@@ -16,6 +17,8 @@ dependencies:
|
|
|
- field.field.node.projet.field_photo
|
|
|
- field.field.node.projet.field_ressource_s_liee_s_
|
|
|
- field.field.node.projet.field_textes
|
|
|
+ - field.field.node.projet.field_type_de_moa
|
|
|
+ - field.field.node.projet.field_type_de_projet
|
|
|
- image.style.thumbnail
|
|
|
- node.type.projet
|
|
|
module:
|
|
@@ -66,9 +69,12 @@ third_party_settings:
|
|
|
group_details:
|
|
|
children:
|
|
|
- status
|
|
|
+ - promote
|
|
|
- field_incube
|
|
|
+ - field_type_de_moa
|
|
|
+ - field_type_de_projet
|
|
|
+ - field_etape_du_projet
|
|
|
- field_neuf_rehabilitation
|
|
|
- - promote
|
|
|
- field_encours_fini
|
|
|
label: Details
|
|
|
region: content
|
|
@@ -144,7 +150,7 @@ content:
|
|
|
third_party_settings: { }
|
|
|
field_encours_fini:
|
|
|
type: options_select
|
|
|
- weight: 4
|
|
|
+ weight: 7
|
|
|
region: content
|
|
|
settings: { }
|
|
|
third_party_settings: { }
|
|
@@ -156,6 +162,12 @@ content:
|
|
|
size: 60
|
|
|
placeholder: ''
|
|
|
third_party_settings: { }
|
|
|
+ field_etape_du_projet:
|
|
|
+ type: options_select
|
|
|
+ weight: 5
|
|
|
+ region: content
|
|
|
+ settings: { }
|
|
|
+ third_party_settings: { }
|
|
|
field_fichiers:
|
|
|
type: file_generic
|
|
|
weight: 27
|
|
@@ -172,7 +184,7 @@ content:
|
|
|
third_party_settings: { }
|
|
|
field_incube:
|
|
|
type: boolean_checkbox
|
|
|
- weight: 1
|
|
|
+ weight: 2
|
|
|
region: content
|
|
|
settings:
|
|
|
display_label: true
|
|
@@ -187,7 +199,7 @@ content:
|
|
|
third_party_settings: { }
|
|
|
field_neuf_rehabilitation:
|
|
|
type: options_select
|
|
|
- weight: 2
|
|
|
+ weight: 6
|
|
|
region: content
|
|
|
settings: { }
|
|
|
third_party_settings: { }
|
|
@@ -233,9 +245,29 @@ content:
|
|
|
form_display_mode: default
|
|
|
default_paragraph_type: ''
|
|
|
third_party_settings: { }
|
|
|
+ field_type_de_moa:
|
|
|
+ type: entity_reference_autocomplete
|
|
|
+ weight: 3
|
|
|
+ region: content
|
|
|
+ settings:
|
|
|
+ match_operator: CONTAINS
|
|
|
+ match_limit: 10
|
|
|
+ size: 60
|
|
|
+ placeholder: ''
|
|
|
+ third_party_settings: { }
|
|
|
+ field_type_de_projet:
|
|
|
+ type: entity_reference_autocomplete
|
|
|
+ weight: 4
|
|
|
+ region: content
|
|
|
+ settings:
|
|
|
+ match_operator: CONTAINS
|
|
|
+ match_limit: 10
|
|
|
+ size: 60
|
|
|
+ placeholder: ''
|
|
|
+ third_party_settings: { }
|
|
|
promote:
|
|
|
type: boolean_checkbox
|
|
|
- weight: 3
|
|
|
+ weight: 1
|
|
|
region: content
|
|
|
settings:
|
|
|
display_label: true
|