new filters in projects page

This commit is contained in:
2023-06-19 14:57:12 +02:00
parent fcb9919094
commit c4f21659e9
4 changed files with 320 additions and 15 deletions
@@ -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
- node.type.projet
module:
- address
@@ -61,6 +64,13 @@ content:
third_party_settings: { }
weight: 113
region: content
field_etape_du_projet:
type: list_default
label: above
settings: { }
third_party_settings: { }
weight: 116
region: content
field_fichiers:
type: file_default
label: above
@@ -142,6 +152,22 @@ content:
third_party_settings: { }
weight: 105
region: content
field_type_de_moa:
type: entity_reference_label
label: above
settings:
link: true
third_party_settings: { }
weight: 114
region: content
field_type_de_projet:
type: entity_reference_label
label: above
settings:
link: true
third_party_settings: { }
weight: 115
region: content
links:
settings: { }
third_party_settings: { }