|
@@ -6,6 +6,7 @@ dependencies:
|
|
|
- field.field.node.projet.body
|
|
|
- field.field.node.projet.field_adresse
|
|
|
- field.field.node.projet.field_encours_fini
|
|
|
+ - field.field.node.projet.field_equipe
|
|
|
- field.field.node.projet.field_fichiers
|
|
|
- field.field.node.projet.field_geofield
|
|
|
- field.field.node.projet.field_incube
|
|
@@ -36,7 +37,7 @@ third_party_settings:
|
|
|
label: Tabs
|
|
|
region: content
|
|
|
parent_name: ''
|
|
|
- weight: 1
|
|
|
+ weight: 2
|
|
|
format_type: tabs
|
|
|
format_settings:
|
|
|
classes: ''
|
|
@@ -71,7 +72,7 @@ third_party_settings:
|
|
|
label: Details
|
|
|
region: content
|
|
|
parent_name: ''
|
|
|
- weight: 2
|
|
|
+ weight: 3
|
|
|
format_type: details_sidebar
|
|
|
format_settings:
|
|
|
classes: ''
|
|
@@ -104,7 +105,7 @@ third_party_settings:
|
|
|
label: Media
|
|
|
region: content
|
|
|
parent_name: group_tabs
|
|
|
- weight: 18
|
|
|
+ weight: 19
|
|
|
format_type: tab
|
|
|
format_settings:
|
|
|
classes: ''
|
|
@@ -120,7 +121,7 @@ third_party_settings:
|
|
|
label: Carte
|
|
|
region: content
|
|
|
parent_name: group_tabs
|
|
|
- weight: 19
|
|
|
+ weight: 20
|
|
|
format_type: tab
|
|
|
format_settings:
|
|
|
classes: ''
|
|
@@ -136,7 +137,7 @@ mode: default
|
|
|
content:
|
|
|
field_adresse:
|
|
|
type: address_default
|
|
|
- weight: 28
|
|
|
+ weight: 31
|
|
|
region: content
|
|
|
settings: { }
|
|
|
third_party_settings: { }
|
|
@@ -146,6 +147,14 @@ content:
|
|
|
region: content
|
|
|
settings: { }
|
|
|
third_party_settings: { }
|
|
|
+ field_equipe:
|
|
|
+ type: string_textfield
|
|
|
+ weight: 1
|
|
|
+ region: content
|
|
|
+ settings:
|
|
|
+ size: 60
|
|
|
+ placeholder: ''
|
|
|
+ third_party_settings: { }
|
|
|
field_fichiers:
|
|
|
type: file_generic
|
|
|
weight: 27
|
|
@@ -155,7 +164,7 @@ content:
|
|
|
third_party_settings: { }
|
|
|
field_geofield:
|
|
|
type: geofield_latlon
|
|
|
- weight: 29
|
|
|
+ weight: 32
|
|
|
region: content
|
|
|
settings:
|
|
|
html5_geolocation: false
|