diff --git a/grandlyon/recipes/grandlyon.json b/grandlyon/recipes/grandlyon.json index 791aaa3..f1dec4c 100644 --- a/grandlyon/recipes/grandlyon.json +++ b/grandlyon/recipes/grandlyon.json @@ -109,6 +109,16 @@ "name": "professional_mobile_phone", "label": "Téléphone mobile professionnel", "order": 17 + }}, + {"set-attribute": { + "name": "birth_place", + "label": "Lieu de naissance", + "order": 18 + }}, + {"set-attribute": { + "name": "birth_country", + "label": "Pays de naissance", + "order": 19 }} ] } diff --git a/grandlyon/recipes/prod/toodego.json b/grandlyon/recipes/prod/toodego.json index b7bed3d..b9ff4a2 100644 --- a/grandlyon/recipes/prod/toodego.json +++ b/grandlyon/recipes/prod/toodego.json @@ -105,6 +105,16 @@ "name": "professional_mobile_phone", "label": "Téléphone mobile professionnel", "order": 17 + }}, + {"set-attribute": { + "name": "birth_place", + "label": "Lieu de naissance", + "order": 18 + }}, + {"set-attribute": { + "name": "birth_country", + "label": "Pays de naissance", + "order": 19 }} ] }