From b3931dde8f3689a4541e76d05e2f06b85a191ec4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 25 Jan 2018 09:45:24 +0100 Subject: [PATCH] grandlyon: add birth place/country attributes (#21407) --- grandlyon/recipes/grandlyon.json | 10 ++++++++++ grandlyon/recipes/prod/toodego.json | 10 ++++++++++ 2 files changed, 20 insertions(+) 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 }} ] }