From 2acfd4cc2d3566eae56fe65d183fb121eaec6fd5 Mon Sep 17 00:00:00 2001 From: reagan Date: Mon, 11 May 2020 17:24:03 +0300 Subject: [PATCH] RA-121: Add picture to Registration --- .../apps/refapp_registrationapp_app.json | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/omod/src/main/resources/apps/refapp_registrationapp_app.json b/omod/src/main/resources/apps/refapp_registrationapp_app.json index d7417244..2c6ecc15 100644 --- a/omod/src/main/resources/apps/refapp_registrationapp_app.json +++ b/omod/src/main/resources/apps/refapp_registrationapp_app.json @@ -83,6 +83,26 @@ ] } ] + }, + { + "id": "profile-picture", + "label": "registrationapp.person.picture", + "questions": [ + { + "legend": "registrationapp.person.profile.picture.label", + "header": "registrationapp.person.profile.picture.question", + "fields": [ + { + "type": "personPicture", + "formFieldName": "personPicture", + "widget": { + "providerName": "registrationapp", + "fragmentId": "field/personPicture" + } + } + ] + } + ] } ] }