|
142 | 142 | "backgroundColor": "#005371" |
143 | 143 | }, |
144 | 144 | "issueRequest": { |
145 | | - "title": "coc_qrcode_right_pane_top_title", |
| 145 | + "title": "title_secure_your_credential", |
146 | 146 | "topParagraph": "paragraph_add_credential", |
147 | 147 | "bottomParagraph": "paragraph_scan_this_qr", |
148 | 148 | "backgroundColor": "#005371", |
| 149 | + "rightPaneHeight": "70%", |
149 | 150 | "logo": { |
150 | 151 | "src": "coc/logo.svg", |
151 | 152 | "alt": "chamber of commerce logo", |
|
167 | 168 | "sharing_data_right_pane_title": "coc_sharing_data_right_pane_title", |
168 | 169 | "sharing_data_right_pane_paragraph": "coc_sharing_data_right_pane_top_paragraph", |
169 | 170 | "backgroundColor": "#005371", |
| 171 | + "primaryButtonResourceId": "Share", |
170 | 172 | "logo": { |
171 | 173 | "src": "coc/logo.svg", |
172 | 174 | "alt": "chamber of commerce logo", |
|
187 | 189 | { |
188 | 190 | "id": "ssi_information_request_page_form_company_name", |
189 | 191 | "key": "Bedrijfsnaam", |
190 | | - "title": "ssi_information_request_page_form_company_name_label", |
191 | | - "type": "string", |
| 192 | + "label": "ssi_information_request_page_form_company_name_label", |
| 193 | + "labelStyle": { "color": "#424242" }, |
| 194 | + "type": "text", |
192 | 195 | "required": true |
193 | 196 | } |
194 | 197 | ], |
195 | 198 | [ |
196 | 199 | { |
197 | 200 | "id": "ssi_information_request_page_form_coc_number", |
198 | 201 | "key": "KvkNummer", |
199 | | - "title": "ssi_information_request_page_form_coc_number_label", |
200 | | - "type": "string", |
| 202 | + "label": "ssi_information_request_page_form_coc_number_label", |
| 203 | + "labelStyle": { "color": "#424242" }, |
| 204 | + "type": "text", |
201 | 205 | "required": true, |
202 | 206 | "defaultValue": "*RANDOM8" |
203 | 207 | } |
|
206 | 210 | { |
207 | 211 | "id": "ssi_information_request_page_form_company_location", |
208 | 212 | "key": "Bedrijfslocatie", |
209 | | - "title": "ssi_information_request_page_form_company_location_label", |
210 | | - "type": "string", |
| 213 | + "label": "ssi_information_request_page_form_company_location_label", |
| 214 | + "labelStyle": { "color": "#424242" }, |
| 215 | + "type": "text", |
211 | 216 | "required": true |
212 | 217 | } |
213 | 218 | ], |
214 | 219 | [ |
215 | 220 | { |
216 | 221 | "id": "ssi_information_request_page_first_name_director", |
217 | 222 | "key": "Voornaam", |
218 | | - "title": "ssi_information_request_page_form_first_name_director_label", |
219 | | - "type": "string", |
| 223 | + "label": "ssi_information_request_page_form_first_name_director_label", |
| 224 | + "labelStyle": { "color": "#424242" }, |
| 225 | + "type": "text", |
220 | 226 | "required": true |
221 | 227 | }, |
222 | 228 | { |
223 | 229 | "id": "ssi_information_request_page_form_last_name_director", |
224 | 230 | "key": "Achternaam", |
225 | | - "title": "ssi_information_request_page_form_last_name_director_label", |
226 | | - "type": "string", |
| 231 | + "label": "ssi_information_request_page_form_last_name_director_label", |
| 232 | + "labelStyle": { "color": "#424242" }, |
| 233 | + "type": "text", |
227 | 234 | "required": true |
228 | 235 | } |
229 | 236 | ], |
230 | 237 | [ |
231 | 238 | { |
232 | 239 | "id": "ssi_information_request_page_form_place_of_birth", |
233 | 240 | "key": "Geboorteplaats", |
234 | | - "title": "ssi_information_request_page_form_place_of_birth_label", |
235 | | - "type": "string", |
| 241 | + "label": "ssi_information_request_page_form_place_of_birth_label", |
| 242 | + "labelStyle": { "color": "#424242" }, |
| 243 | + "type": "text", |
236 | 244 | "required": true |
237 | 245 | } |
238 | 246 | ], |
239 | 247 | [ |
240 | 248 | { |
241 | 249 | "id": "ssi_information_request_page_form_date_of_birth", |
242 | 250 | "key": "Geboortedatum", |
243 | | - "title": "ssi_information_request_page_form_date_of_birth_label", |
| 251 | + "label": "ssi_information_request_page_form_date_of_birth_label", |
| 252 | + "labelStyle": { "color": "#424242" }, |
244 | 253 | "type": "date", |
245 | 254 | "required": true |
246 | 255 | } |
|
275 | 284 | "id": "credentialOffer", |
276 | 285 | "operation": "execute", |
277 | 286 | "action": "create-credential-offer", |
| 287 | + "actionParams": { |
| 288 | + "issueCredentialType": "KvkInschrijving" |
| 289 | + }, |
278 | 290 | "nextId": "issueRequest" |
279 | 291 | }, |
280 | 292 | { |
|
313 | 325 | "styles": { |
314 | 326 | "mainContainer": { |
315 | 327 | "backgroundColor": "#005371" |
| 328 | + }, |
| 329 | + "button": { |
| 330 | + "width": "327px" |
316 | 331 | } |
317 | 332 | } |
318 | 333 | }, |
|
0 commit comments