Spaces:
Sleeping
Sleeping
Add "Toutes" en option pour les catégories de projet.
Browse files- config.yaml +2 -2
config.yaml
CHANGED
@@ -113,8 +113,8 @@ variables:
|
|
113 |
- label: "Catégorie du projet"
|
114 |
nature: 'selectbox'
|
115 |
key: projet_categorie
|
116 |
-
options: ["Innovation", "Durabilité", "Développement", "Formation"]
|
117 |
-
value:
|
118 |
|
119 |
- label: "Budget Minimum"
|
120 |
nature: 'numeric'
|
|
|
113 |
- label: "Catégorie du projet"
|
114 |
nature: 'selectbox'
|
115 |
key: projet_categorie
|
116 |
+
options: ["Toutes", "Innovation", "Durabilité", "Développement", "Formation"]
|
117 |
+
value: "Toutes"
|
118 |
|
119 |
- label: "Budget Minimum"
|
120 |
nature: 'numeric'
|