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" + } + } + ] + } + ] } ] }