metadata_presenter 2.9.0 → 2.10.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2456166b18ccc3e41ec5387fc88a53643c6ae377caf938c5f30c14684ba5f7aa
4
- data.tar.gz: 15503786a56b715ba5001288e3f75bb98a06eeafc0629eba3eb4b7d1df420c3c
3
+ metadata.gz: e03698bc80c7779212a57aaa9bbca97b5567025b950a6a6b7170fb635745e3e0
4
+ data.tar.gz: 7c3eca3a9da18aa6001791d2c5def0abacbf95b8b9baeb2be8920df804734bdd
5
5
  SHA512:
6
- metadata.gz: 542588576d0a629d453e7172340bdb5a6e4b5db091f9a48f7f8e058eec3a143cedc22d1da744580078636d17902302ef100d0e7acaa54eeff3ad82ff792f44c7
7
- data.tar.gz: 271167513a3fda4ec24f93e0b07137902c30fd6fbac05fc7fe3683422fb0fdbd8a4c6a34fd0fe5fbf797543a855fca236160e63233beae0b4fd902b8ff553d05
6
+ metadata.gz: a6dedb4d4413eab6222933b8096bf45c6fef7db7d51853e1a46ecaf51f4b718362bbe00776f5adfc3b3687dcf10fb6660b289d9dc930768dadfa5dc1bfbda1b9
7
+ data.tar.gz: c822f36b904e46fd6075979dd3acca19ed1e91ddcf73a5adf93ca4ad261e2da5e5507866fe890641c116ecb4695e25b16281fd5aa54304b7328b50b5a4d55b34
@@ -134,13 +134,12 @@ module MetadataPresenter
134
134
 
135
135
  def add_rows
136
136
  @routes.each do |route|
137
- route.flow_uuids.each do |uuid|
138
- next if @traversed.include?(uuid)
137
+ next if @traversed.include?(route.traverse_from)
139
138
 
139
+ route.flow_uuids.each do |uuid|
140
140
  @coordinates[uuid][:row] = route.row if @coordinates[uuid][:row].nil?
141
-
142
141
  update_route_rows(route, uuid)
143
- @traversed.push(uuid)
142
+ @traversed.push(uuid) unless @traversed.include?(uuid)
144
143
  end
145
144
  end
146
145
  end
@@ -202,12 +201,12 @@ module MetadataPresenter
202
201
  # Find the very last MetadataPresenter::Flow object in every column and
203
202
  # remove any Spacer objects after that.
204
203
  def trim_spacers
205
- @ordered.each_with_index do |column, index|
204
+ @ordered.each_with_index do |column, column_number|
206
205
  last_index_of = column.rindex { |item| !item.is_a?(MetadataPresenter::Spacer) }
207
- trimmed_column = @ordered[index][0..last_index_of]
206
+ trimmed_column = @ordered[column_number][0..last_index_of]
208
207
 
209
208
  # We do not need any columns that only contain Spacer objects
210
- @ordered[index] = only_spacers?(trimmed_column) ? [] : trimmed_column
209
+ @ordered[column_number] = only_spacers?(trimmed_column) ? [] : trimmed_column
211
210
  end
212
211
  end
213
212
 
@@ -0,0 +1,1012 @@
1
+ {
2
+ "_id": "service.base",
3
+ "flow": {
4
+ "007f4f35-8236-40cc-866c-cc2c27c33949": {
5
+ "next": {
6
+ "default": "7742dfcc-db2e-480b-9071-294fbe1769a2"
7
+ },
8
+ "_type": "flow.page"
9
+ },
10
+ "0dc31709-24de-4b2d-bd9d-490e9fec0366": {
11
+ "next": {
12
+ "default": "4e54ed97-d0df-462e-9a88-fd0f23ea62f5"
13
+ },
14
+ "_type": "flow.page"
15
+ },
16
+ "1314e473-9096-4434-8526-03a7b4b7b132": {
17
+ "next": {
18
+ "default": "007f4f35-8236-40cc-866c-cc2c27c33949"
19
+ },
20
+ "_type": "flow.page"
21
+ },
22
+ "1d60bef0-100a-4f3b-9e6f-1711e8adda7e": {
23
+ "next": {
24
+ "default": "2ffc17b7-b14a-417f-baff-07adebd4f259"
25
+ },
26
+ "_type": "flow.page"
27
+ },
28
+ "2ffc17b7-b14a-417f-baff-07adebd4f259": {
29
+ "next": {
30
+ "default": "f55d002d-b2c1-4dcc-87b7-0da7cbc5c87c"
31
+ },
32
+ "_type": "flow.page"
33
+ },
34
+ "46693db1-8995-4af0-a2d1-316140a5fb32": {
35
+ "next": {
36
+ "default": "da2576f9-7ddd-4316-b24b-103708139214"
37
+ },
38
+ "_type": "flow.page"
39
+ },
40
+ "4cad5db1-bf68-4f7f-baf6-b2d48b342705": {
41
+ "next": {
42
+ "default": "da2576f9-7ddd-4316-b24b-103708139214",
43
+ "conditionals": [
44
+ {
45
+ "next": "79c18654-7ecb-43f9-bd7f-0b09eb9c075e",
46
+ "_type": "if",
47
+ "_uuid": "fb7ecfea-05a6-4d52-a2a7-f04a2de75f56",
48
+ "expressions": [
49
+ {
50
+ "page": "2ffc17b7-b14a-417f-baff-07adebd4f259",
51
+ "field": "4132af6c-bd4d-4734-956b-05ec414c6dcc",
52
+ "operator": "is",
53
+ "component": "a5de16d3-5611-4fe9-ab89-d2c50858d7db"
54
+ }
55
+ ]
56
+ }
57
+ ]
58
+ },
59
+ "_type": "flow.branch",
60
+ "title": "Branching point 3"
61
+ },
62
+ "4e54ed97-d0df-462e-9a88-fd0f23ea62f5": {
63
+ "next": {
64
+ "default": "a02f7073-ba5a-459d-b6b9-abe548c933a6"
65
+ },
66
+ "_type": "flow.page"
67
+ },
68
+ "66c9e581-942e-4a9e-93ec-343208a2f510": {
69
+ "next": {
70
+ "default": "e31718ad-0ba7-4b45-81aa-d3081f423022"
71
+ },
72
+ "_type": "flow.page"
73
+ },
74
+ "7742dfcc-db2e-480b-9071-294fbe1769a2": {
75
+ "next": {
76
+ "default": "7fe9a893-384c-4e8a-bb94-b1ec4f6a24d1"
77
+ },
78
+ "_type": "flow.page"
79
+ },
80
+ "79c18654-7ecb-43f9-bd7f-0b09eb9c075e": {
81
+ "next": {
82
+ "default": "da2576f9-7ddd-4316-b24b-103708139214"
83
+ },
84
+ "_type": "flow.page"
85
+ },
86
+ "7fe9a893-384c-4e8a-bb94-b1ec4f6a24d1": {
87
+ "next": {
88
+ "default": "da2576f9-7ddd-4316-b24b-103708139214",
89
+ "conditionals": [
90
+ {
91
+ "next": "ced77b4d-efb5-4d07-b38b-2be9e09a73df",
92
+ "_type": "if",
93
+ "_uuid": "1892ef92-ad4f-4a81-a3ad-ed7fa50c9267",
94
+ "expressions": [
95
+ {
96
+ "page": "7742dfcc-db2e-480b-9071-294fbe1769a2",
97
+ "field": "56febb54-3b06-417a-98b7-51c19e10631b",
98
+ "operator": "is",
99
+ "component": "0fa992a0-e906-4f95-83ed-4ad01675cf54"
100
+ }
101
+ ]
102
+ },
103
+ {
104
+ "next": "46693db1-8995-4af0-a2d1-316140a5fb32",
105
+ "_type": "if",
106
+ "_uuid": "ba60fb61-9258-461e-964c-a9dfe9722f46",
107
+ "expressions": [
108
+ {
109
+ "page": "7742dfcc-db2e-480b-9071-294fbe1769a2",
110
+ "field": "e495f6b3-a7e6-405e-85a3-cba4119f0507",
111
+ "operator": "is",
112
+ "component": "0fa992a0-e906-4f95-83ed-4ad01675cf54"
113
+ }
114
+ ]
115
+ },
116
+ {
117
+ "next": "c01ae632-1533-4ee3-8828-a0c547200129",
118
+ "_type": "if",
119
+ "_uuid": "5057d39b-99e8-4252-9637-b88a2d8a8d01",
120
+ "expressions": [
121
+ {
122
+ "page": "7742dfcc-db2e-480b-9071-294fbe1769a2",
123
+ "field": "b5e9d16c-0699-4f16-9c75-906b22599e20",
124
+ "operator": "is",
125
+ "component": "0fa992a0-e906-4f95-83ed-4ad01675cf54"
126
+ }
127
+ ]
128
+ },
129
+ {
130
+ "next": "ad011e6b-5926-42f8-8b7c-668558850c52",
131
+ "_type": "if",
132
+ "_uuid": "9df31c8c-dbbc-40b6-bf78-c282f8ab0375",
133
+ "expressions": [
134
+ {
135
+ "page": "7742dfcc-db2e-480b-9071-294fbe1769a2",
136
+ "field": "89856dbf-7412-45c7-b5e1-dcaf8e810cdd",
137
+ "operator": "is",
138
+ "component": "0fa992a0-e906-4f95-83ed-4ad01675cf54"
139
+ }
140
+ ]
141
+ }
142
+ ]
143
+ },
144
+ "_type": "flow.branch",
145
+ "title": "Branching point 4"
146
+ },
147
+ "81510f97-b4c0-43f1-bdde-1cd5159093a9": {
148
+ "next": {
149
+ "default": "da2576f9-7ddd-4316-b24b-103708139214"
150
+ },
151
+ "_type": "flow.page"
152
+ },
153
+ "957f9475-6341-418d-a554-d00c5700e031": {
154
+ "next": {
155
+ "default": "4cad5db1-bf68-4f7f-baf6-b2d48b342705"
156
+ },
157
+ "_type": "flow.page"
158
+ },
159
+ "a02f7073-ba5a-459d-b6b9-abe548c933a6": {
160
+ "next": {
161
+ "default": "7742dfcc-db2e-480b-9071-294fbe1769a2",
162
+ "conditionals": [
163
+ {
164
+ "next": "1314e473-9096-4434-8526-03a7b4b7b132",
165
+ "_type": "if",
166
+ "_uuid": "0bdc8fde-be62-4945-8496-854e867a665d",
167
+ "expressions": [
168
+ {
169
+ "page": "4e54ed97-d0df-462e-9a88-fd0f23ea62f5",
170
+ "field": "3b56e4a0-a850-4e50-a394-95a895465e26",
171
+ "operator": "is",
172
+ "component": "3c2c14a4-75db-459a-b11e-34e1972a45f2"
173
+ }
174
+ ]
175
+ },
176
+ {
177
+ "next": "da2576f9-7ddd-4316-b24b-103708139214",
178
+ "_type": "if",
179
+ "_uuid": "4ad9f7e9-5444-41d8-b7f8-17d2108ed27a",
180
+ "expressions": [
181
+ {
182
+ "page": "4e54ed97-d0df-462e-9a88-fd0f23ea62f5",
183
+ "field": "951ca999-8616-4626-adb2-d604f27262a5",
184
+ "operator": "is",
185
+ "component": "3c2c14a4-75db-459a-b11e-34e1972a45f2"
186
+ }
187
+ ]
188
+ }
189
+ ]
190
+ },
191
+ "_type": "flow.branch",
192
+ "title": "Branching point 2"
193
+ },
194
+ "a88694da-8ded-44e7-bc89-e652c1a7f46d": {
195
+ "next": {
196
+ "default": ""
197
+ },
198
+ "_type": "flow.page"
199
+ },
200
+ "ad011e6b-5926-42f8-8b7c-668558850c52": {
201
+ "next": {
202
+ "default": "957f9475-6341-418d-a554-d00c5700e031"
203
+ },
204
+ "_type": "flow.page"
205
+ },
206
+ "c01ae632-1533-4ee3-8828-a0c547200129": {
207
+ "next": {
208
+ "default": "da2576f9-7ddd-4316-b24b-103708139214"
209
+ },
210
+ "_type": "flow.page"
211
+ },
212
+ "c73dcd99-ade5-4bc9-b5b6-56325fcb5a02": {
213
+ "next": {
214
+ "default": "1d60bef0-100a-4f3b-9e6f-1711e8adda7e"
215
+ },
216
+ "_type": "flow.page"
217
+ },
218
+ "ced77b4d-efb5-4d07-b38b-2be9e09a73df": {
219
+ "next": {
220
+ "default": "81510f97-b4c0-43f1-bdde-1cd5159093a9"
221
+ },
222
+ "_type": "flow.page"
223
+ },
224
+ "da2576f9-7ddd-4316-b24b-103708139214": {
225
+ "next": {
226
+ "default": "a88694da-8ded-44e7-bc89-e652c1a7f46d"
227
+ },
228
+ "_type": "flow.page"
229
+ },
230
+ "e31718ad-0ba7-4b45-81aa-d3081f423022": {
231
+ "next": {
232
+ "default": "007f4f35-8236-40cc-866c-cc2c27c33949"
233
+ },
234
+ "_type": "flow.page"
235
+ },
236
+ "f55d002d-b2c1-4dcc-87b7-0da7cbc5c87c": {
237
+ "next": {
238
+ "default": "ad011e6b-5926-42f8-8b7c-668558850c52",
239
+ "conditionals": [
240
+ {
241
+ "next": "66c9e581-942e-4a9e-93ec-343208a2f510",
242
+ "_type": "if",
243
+ "_uuid": "28731efd-a866-49d7-8526-7c0138ceaead",
244
+ "expressions": [
245
+ {
246
+ "page": "2ffc17b7-b14a-417f-baff-07adebd4f259",
247
+ "field": "4fb4f5ac-8337-48f6-87ee-2062f4ce1b4d",
248
+ "operator": "is",
249
+ "component": "a5de16d3-5611-4fe9-ab89-d2c50858d7db"
250
+ }
251
+ ]
252
+ },
253
+ {
254
+ "next": "0dc31709-24de-4b2d-bd9d-490e9fec0366",
255
+ "_type": "if",
256
+ "_uuid": "86938295-7326-47b8-ab03-da3940aae43c",
257
+ "expressions": [
258
+ {
259
+ "page": "2ffc17b7-b14a-417f-baff-07adebd4f259",
260
+ "field": "c074548d-22a7-4339-9bfe-383741b04c79",
261
+ "operator": "is",
262
+ "component": "a5de16d3-5611-4fe9-ab89-d2c50858d7db"
263
+ }
264
+ ]
265
+ }
266
+ ]
267
+ },
268
+ "_type": "flow.branch",
269
+ "title": "Branching point 1"
270
+ }
271
+ },
272
+ "_type": "service.base",
273
+ "pages": [
274
+ {
275
+ "_id": "page.start",
276
+ "url": "/",
277
+ "body": "Use this service to:\r\n\r\n* do something\r\n* update your name, address or other details\r\n* do something else\r\n\r\nRegistering takes around 5 minutes.",
278
+ "_type": "page.start",
279
+ "_uuid": "c73dcd99-ade5-4bc9-b5b6-56325fcb5a02",
280
+ "heading": "Service name goes here",
281
+ "before_you_start": "###Before you start\r\nYou can also register by post.\r\n\r\nThe online service is also available in Welsh (Cymraeg).\r\n\r\nYou cannot register for this service if you’re in the UK illegally."
282
+ },
283
+ {
284
+ "_id": "page.thisisareallylongnamethatshouldcauseavisualissue",
285
+ "url": "thisisareallylongnamethatshouldcauseavisualissue",
286
+ "body": "Body section",
287
+ "lede": "",
288
+ "_type": "page.singlequestion",
289
+ "_uuid": "1d60bef0-100a-4f3b-9e6f-1711e8adda7e",
290
+ "heading": "",
291
+ "components": [
292
+ {
293
+ "_id": "thisisareallylongnamethatshouldcauseavisualissue_text_1",
294
+ "hint": "",
295
+ "name": "thisisareallylongnamethatshouldcauseavisualissue_text_1",
296
+ "_type": "text",
297
+ "_uuid": "bcedde64-8996-4911-9426-fafaf91008e0",
298
+ "label": "Page A",
299
+ "errors": {
300
+ },
301
+ "collection": "components",
302
+ "validation": {
303
+ "required": true
304
+ }
305
+ }
306
+ ],
307
+ "section_heading": ""
308
+ },
309
+ {
310
+ "_id": "page.page-b",
311
+ "url": "page-b",
312
+ "body": "Body section",
313
+ "lede": "",
314
+ "_type": "page.singlequestion",
315
+ "_uuid": "2ffc17b7-b14a-417f-baff-07adebd4f259",
316
+ "heading": "",
317
+ "components": [
318
+ {
319
+ "_id": "page-b_checkboxes_1",
320
+ "hint": "",
321
+ "name": "page-b_checkboxes_1",
322
+ "_type": "checkboxes",
323
+ "_uuid": "a5de16d3-5611-4fe9-ab89-d2c50858d7db",
324
+ "items": [
325
+ {
326
+ "_id": "page-b_checkboxes_1_item_1",
327
+ "hint": "",
328
+ "name": "page-b_checkboxes_1",
329
+ "_type": "checkbox",
330
+ "_uuid": "4fb4f5ac-8337-48f6-87ee-2062f4ce1b4d",
331
+ "label": "Option 1",
332
+ "value": "value-1",
333
+ "errors": {
334
+ },
335
+ "legend": "Question",
336
+ "collection": "components",
337
+ "validation": {
338
+ "required": true
339
+ }
340
+ },
341
+ {
342
+ "_id": "page-b_checkboxes_1_item_2",
343
+ "hint": "",
344
+ "name": "page-b_checkboxes_1",
345
+ "_type": "checkbox",
346
+ "_uuid": "c074548d-22a7-4339-9bfe-383741b04c79",
347
+ "label": "Option 2",
348
+ "value": "value-2",
349
+ "errors": {
350
+ },
351
+ "legend": "Question",
352
+ "collection": "components",
353
+ "validation": {
354
+ "required": true
355
+ }
356
+ },
357
+ {
358
+ "_id": "page-b_checkboxes_1_item_3",
359
+ "hint": "",
360
+ "name": "page-b_checkboxes_1",
361
+ "_type": "checkbox",
362
+ "_uuid": "4132af6c-bd4d-4734-956b-05ec414c6dcc",
363
+ "label": "Option 3",
364
+ "value": "value-3",
365
+ "errors": {
366
+ },
367
+ "legend": "Question",
368
+ "collection": "components",
369
+ "validation": {
370
+ "required": true
371
+ }
372
+ }
373
+ ],
374
+ "errors": {
375
+ },
376
+ "legend": "Page B",
377
+ "collection": "components",
378
+ "validation": {
379
+ "required": true
380
+ }
381
+ }
382
+ ],
383
+ "section_heading": ""
384
+ },
385
+ {
386
+ "_id": "page.page-c",
387
+ "url": "page-c",
388
+ "body": "Body section",
389
+ "lede": "",
390
+ "_type": "page.singlequestion",
391
+ "_uuid": "66c9e581-942e-4a9e-93ec-343208a2f510",
392
+ "heading": "",
393
+ "components": [
394
+ {
395
+ "_id": "page-c_text_1",
396
+ "hint": "",
397
+ "name": "page-c_text_1",
398
+ "_type": "text",
399
+ "_uuid": "cbcacb5d-6153-4871-b21e-38de77137eeb",
400
+ "label": "Page C",
401
+ "errors": {
402
+ },
403
+ "collection": "components",
404
+ "validation": {
405
+ "required": true
406
+ }
407
+ }
408
+ ],
409
+ "section_heading": ""
410
+ },
411
+ {
412
+ "_id": "page.page-d",
413
+ "url": "patha",
414
+ "body": "Body section",
415
+ "lede": "",
416
+ "_type": "page.singlequestion",
417
+ "_uuid": "e31718ad-0ba7-4b45-81aa-d3081f423022",
418
+ "heading": "",
419
+ "components": [
420
+ {
421
+ "_id": "page-d_text_1",
422
+ "hint": "",
423
+ "name": "page-d_text_1",
424
+ "_type": "text",
425
+ "_uuid": "7e0fd49f-ec2b-4744-b2d1-1bc963e57601",
426
+ "label": "Page D",
427
+ "errors": {
428
+ },
429
+ "collection": "components",
430
+ "validation": {
431
+ "required": true
432
+ }
433
+ }
434
+ ],
435
+ "section_heading": ""
436
+ },
437
+ {
438
+ "_id": "page.page-e",
439
+ "url": "page-e",
440
+ "body": "Body section",
441
+ "lede": "",
442
+ "_type": "page.singlequestion",
443
+ "_uuid": "007f4f35-8236-40cc-866c-cc2c27c33949",
444
+ "heading": "",
445
+ "components": [
446
+ {
447
+ "_id": "page-e_text_1",
448
+ "hint": "",
449
+ "name": "page-e_text_1",
450
+ "_type": "text",
451
+ "_uuid": "31c3b511-b059-46de-a279-2ada8b5f3659",
452
+ "label": "Page E",
453
+ "errors": {
454
+ },
455
+ "collection": "components",
456
+ "validation": {
457
+ "required": true
458
+ }
459
+ }
460
+ ],
461
+ "section_heading": ""
462
+ },
463
+ {
464
+ "_id": "page.page-f",
465
+ "url": "page-f",
466
+ "body": "Body section",
467
+ "lede": "",
468
+ "_type": "page.singlequestion",
469
+ "_uuid": "7742dfcc-db2e-480b-9071-294fbe1769a2",
470
+ "heading": "",
471
+ "components": [
472
+ {
473
+ "_id": "page-f_checkboxes_1",
474
+ "hint": "",
475
+ "name": "page-f_checkboxes_1",
476
+ "_type": "checkboxes",
477
+ "_uuid": "0fa992a0-e906-4f95-83ed-4ad01675cf54",
478
+ "items": [
479
+ {
480
+ "_id": "page-f_checkboxes_1_item_1",
481
+ "hint": "",
482
+ "name": "page-f_checkboxes_1",
483
+ "_type": "checkbox",
484
+ "_uuid": "56febb54-3b06-417a-98b7-51c19e10631b",
485
+ "label": "Option A",
486
+ "value": "value-1",
487
+ "errors": {
488
+ },
489
+ "legend": "Question",
490
+ "collection": "components",
491
+ "validation": {
492
+ "required": true
493
+ }
494
+ },
495
+ {
496
+ "_id": "page-f_checkboxes_1_item_2",
497
+ "hint": "",
498
+ "name": "page-f_checkboxes_1",
499
+ "_type": "checkbox",
500
+ "_uuid": "e495f6b3-a7e6-405e-85a3-cba4119f0507",
501
+ "label": "Option B",
502
+ "value": "value-2",
503
+ "errors": {
504
+ },
505
+ "legend": "Question",
506
+ "collection": "components",
507
+ "validation": {
508
+ "required": true
509
+ }
510
+ },
511
+ {
512
+ "_id": "page-f_checkboxes_1_item_3",
513
+ "hint": "",
514
+ "name": "page-f_checkboxes_1",
515
+ "_type": "checkbox",
516
+ "_uuid": "b5e9d16c-0699-4f16-9c75-906b22599e20",
517
+ "label": "Option C",
518
+ "value": "value-3",
519
+ "errors": {
520
+ },
521
+ "legend": "Question",
522
+ "collection": "components",
523
+ "validation": {
524
+ "required": true
525
+ }
526
+ },
527
+ {
528
+ "_id": "page-f_checkboxes_1_item_4",
529
+ "hint": "",
530
+ "name": "page-f_checkboxes_1",
531
+ "_type": "checkbox",
532
+ "_uuid": "89856dbf-7412-45c7-b5e1-dcaf8e810cdd",
533
+ "label": "Option D",
534
+ "value": "value-4",
535
+ "errors": {
536
+ },
537
+ "legend": "Question",
538
+ "collection": "components",
539
+ "validation": {
540
+ "required": true
541
+ }
542
+ }
543
+ ],
544
+ "errors": {
545
+ },
546
+ "legend": "Page F",
547
+ "collection": "components",
548
+ "validation": {
549
+ "required": true
550
+ }
551
+ }
552
+ ],
553
+ "section_heading": ""
554
+ },
555
+ {
556
+ "_id": "page.page-g",
557
+ "url": "page-g",
558
+ "body": "Body section",
559
+ "lede": "",
560
+ "_type": "page.singlequestion",
561
+ "_uuid": "ced77b4d-efb5-4d07-b38b-2be9e09a73df",
562
+ "heading": "",
563
+ "components": [
564
+ {
565
+ "_id": "page-g_text_1",
566
+ "hint": "",
567
+ "name": "page-g_text_1",
568
+ "_type": "text",
569
+ "_uuid": "126013be-9c2c-4a8d-9b56-bdccc1278762",
570
+ "label": "Page G",
571
+ "errors": {
572
+ },
573
+ "collection": "components",
574
+ "validation": {
575
+ "required": true
576
+ }
577
+ }
578
+ ],
579
+ "section_heading": ""
580
+ },
581
+ {
582
+ "_id": "page.page-h",
583
+ "url": "page-h",
584
+ "body": "Body section",
585
+ "lede": "",
586
+ "_type": "page.singlequestion",
587
+ "_uuid": "81510f97-b4c0-43f1-bdde-1cd5159093a9",
588
+ "heading": "",
589
+ "components": [
590
+ {
591
+ "_id": "page-h_text_1",
592
+ "hint": "",
593
+ "name": "page-h_text_1",
594
+ "_type": "text",
595
+ "_uuid": "4c1f99f5-7bb8-425d-a74e-014a57a27a02",
596
+ "label": "Page H",
597
+ "errors": {
598
+ },
599
+ "collection": "components",
600
+ "validation": {
601
+ "required": true
602
+ }
603
+ }
604
+ ],
605
+ "section_heading": ""
606
+ },
607
+ {
608
+ "_id": "page.page-l",
609
+ "url": "page-l",
610
+ "body": "Body section",
611
+ "lede": "",
612
+ "_type": "page.singlequestion",
613
+ "_uuid": "46693db1-8995-4af0-a2d1-316140a5fb32",
614
+ "heading": "",
615
+ "components": [
616
+ {
617
+ "_id": "page-l_text_1",
618
+ "hint": "",
619
+ "name": "page-l_text_1",
620
+ "_type": "text",
621
+ "_uuid": "707b612c-b42e-4880-bda7-f5fa8009d4b2",
622
+ "label": "Page L",
623
+ "errors": {
624
+ },
625
+ "collection": "components",
626
+ "validation": {
627
+ "required": true
628
+ }
629
+ }
630
+ ],
631
+ "section_heading": ""
632
+ },
633
+ {
634
+ "_id": "page.page-m",
635
+ "url": "page-m",
636
+ "body": "Body section",
637
+ "lede": "",
638
+ "_type": "page.singlequestion",
639
+ "_uuid": "c01ae632-1533-4ee3-8828-a0c547200129",
640
+ "heading": "",
641
+ "components": [
642
+ {
643
+ "_id": "page-m_text_1",
644
+ "hint": "",
645
+ "name": "page-m_text_1",
646
+ "_type": "text",
647
+ "_uuid": "2ea3d2ac-5cca-41ad-b520-da10465f6fac",
648
+ "label": "Page M",
649
+ "errors": {
650
+ },
651
+ "collection": "components",
652
+ "validation": {
653
+ "required": true
654
+ }
655
+ }
656
+ ],
657
+ "section_heading": ""
658
+ },
659
+ {
660
+ "_id": "page.page-n",
661
+ "url": "page-n",
662
+ "body": "Body section",
663
+ "lede": "",
664
+ "_type": "page.singlequestion",
665
+ "_uuid": "ad011e6b-5926-42f8-8b7c-668558850c52",
666
+ "heading": "",
667
+ "components": [
668
+ {
669
+ "_id": "page-n_text_1",
670
+ "hint": "",
671
+ "name": "page-n_text_1",
672
+ "_type": "text",
673
+ "_uuid": "7e666854-2c0c-4f0f-8f6d-5e94d3fe9ee1",
674
+ "label": "Page N",
675
+ "errors": {
676
+ },
677
+ "collection": "components",
678
+ "validation": {
679
+ "required": true
680
+ }
681
+ }
682
+ ],
683
+ "section_heading": ""
684
+ },
685
+ {
686
+ "_id": "page.page-i",
687
+ "url": "page-i",
688
+ "body": "Body section",
689
+ "lede": "",
690
+ "_type": "page.singlequestion",
691
+ "_uuid": "0dc31709-24de-4b2d-bd9d-490e9fec0366",
692
+ "heading": "",
693
+ "components": [
694
+ {
695
+ "_id": "destinationb_checkboxes_1",
696
+ "hint": "",
697
+ "name": "destinationb_checkboxes_1",
698
+ "_type": "checkboxes",
699
+ "_uuid": "8922af0c-2c37-43dd-a142-9f3386300324",
700
+ "items": [
701
+ {
702
+ "_id": "page-i_checkboxes_1_item_1",
703
+ "hint": "",
704
+ "name": "page-i_checkboxes_1",
705
+ "_type": "checkbox",
706
+ "_uuid": "98f181fb-530e-4002-8204-3b89b37fefad",
707
+ "label": "Option 1",
708
+ "value": "value-1",
709
+ "errors": {
710
+ },
711
+ "legend": "Question",
712
+ "collection": "components",
713
+ "validation": {
714
+ "required": true
715
+ }
716
+ },
717
+ {
718
+ "_id": "page-i_checkboxes_1_item_2",
719
+ "hint": "",
720
+ "name": "page-i_checkboxes_1",
721
+ "_type": "checkbox",
722
+ "_uuid": "99249f5e-c238-46b9-b447-03272c284a40",
723
+ "label": "Option 2",
724
+ "value": "value-2",
725
+ "errors": {
726
+ },
727
+ "legend": "Question",
728
+ "collection": "components",
729
+ "validation": {
730
+ "required": true
731
+ }
732
+ },
733
+ {
734
+ "_id": "page-i_checkboxes_1_item_3",
735
+ "hint": "",
736
+ "name": "page-i_checkboxes_1",
737
+ "_type": "checkbox",
738
+ "_uuid": "66823323-7df7-4a44-9d3b-0397af465dce",
739
+ "label": "Option 3",
740
+ "value": "value-3",
741
+ "errors": {
742
+ },
743
+ "legend": "Question",
744
+ "collection": "components",
745
+ "validation": {
746
+ "required": true
747
+ }
748
+ }
749
+ ],
750
+ "errors": {
751
+ },
752
+ "legend": "Page I",
753
+ "collection": "components",
754
+ "validation": {
755
+ "required": true
756
+ }
757
+ }
758
+ ],
759
+ "section_heading": ""
760
+ },
761
+ {
762
+ "_id": "page.page-j",
763
+ "url": "page-j",
764
+ "body": "Body section",
765
+ "lede": "",
766
+ "_type": "page.singlequestion",
767
+ "_uuid": "4e54ed97-d0df-462e-9a88-fd0f23ea62f5",
768
+ "heading": "",
769
+ "components": [
770
+ {
771
+ "_id": "page-j_checkboxes_1",
772
+ "hint": "",
773
+ "name": "page-j_checkboxes_1",
774
+ "_type": "checkboxes",
775
+ "_uuid": "3c2c14a4-75db-459a-b11e-34e1972a45f2",
776
+ "items": [
777
+ {
778
+ "_id": "page-j_checkboxes_1_item_1",
779
+ "hint": "",
780
+ "name": "page-j_checkboxes_1",
781
+ "_type": "checkbox",
782
+ "_uuid": "3b56e4a0-a850-4e50-a394-95a895465e26",
783
+ "label": "Option 1",
784
+ "value": "value-1",
785
+ "errors": {
786
+ },
787
+ "legend": "Question",
788
+ "collection": "components",
789
+ "validation": {
790
+ "required": true
791
+ }
792
+ },
793
+ {
794
+ "_id": "page-j_checkboxes_1_item_2",
795
+ "hint": "",
796
+ "name": "page-j_checkboxes_1",
797
+ "_type": "checkbox",
798
+ "_uuid": "951ca999-8616-4626-adb2-d604f27262a5",
799
+ "label": "Option 2",
800
+ "value": "value-2",
801
+ "errors": {
802
+ },
803
+ "legend": "Question",
804
+ "collection": "components",
805
+ "validation": {
806
+ "required": true
807
+ }
808
+ },
809
+ {
810
+ "_id": "page-j_checkboxes_1_item_3",
811
+ "hint": "",
812
+ "name": "page-j_checkboxes_1",
813
+ "_type": "checkbox",
814
+ "_uuid": "478152c5-73d1-4359-bc15-01e069fe2490",
815
+ "label": "Option 3",
816
+ "value": "value-3",
817
+ "errors": {
818
+ },
819
+ "legend": "Question",
820
+ "collection": "components",
821
+ "validation": {
822
+ "required": true
823
+ }
824
+ }
825
+ ],
826
+ "errors": {
827
+ },
828
+ "legend": "Page J",
829
+ "collection": "components",
830
+ "validation": {
831
+ "required": true
832
+ }
833
+ }
834
+ ],
835
+ "section_heading": ""
836
+ },
837
+ {
838
+ "_id": "page.page-k",
839
+ "url": "page-k",
840
+ "body": "Body section",
841
+ "lede": "",
842
+ "_type": "page.singlequestion",
843
+ "_uuid": "1314e473-9096-4434-8526-03a7b4b7b132",
844
+ "heading": "",
845
+ "components": [
846
+ {
847
+ "_id": "page-k_text_1",
848
+ "hint": "",
849
+ "name": "page-k_text_1",
850
+ "_type": "text",
851
+ "_uuid": "c1f82d80-1e7c-4ab4-b408-7e32b767aab6",
852
+ "label": "Page K",
853
+ "errors": {
854
+ },
855
+ "collection": "components",
856
+ "validation": {
857
+ "required": true
858
+ }
859
+ }
860
+ ],
861
+ "section_heading": ""
862
+ },
863
+ {
864
+ "_id": "page.page-o",
865
+ "url": "page-o",
866
+ "body": "Body section",
867
+ "lede": "",
868
+ "_type": "page.singlequestion",
869
+ "_uuid": "957f9475-6341-418d-a554-d00c5700e031",
870
+ "heading": "",
871
+ "components": [
872
+ {
873
+ "_id": "page-o_text_1",
874
+ "hint": "",
875
+ "name": "page-o_text_1",
876
+ "_type": "text",
877
+ "_uuid": "48482f26-d821-4a71-b3f9-c388e1a9d1ee",
878
+ "label": "Page O",
879
+ "errors": {
880
+ },
881
+ "collection": "components",
882
+ "validation": {
883
+ "required": true
884
+ }
885
+ }
886
+ ],
887
+ "section_heading": ""
888
+ },
889
+ {
890
+ "_id": "page.page-p",
891
+ "url": "page-p",
892
+ "body": "Body section",
893
+ "lede": "",
894
+ "_type": "page.singlequestion",
895
+ "_uuid": "79c18654-7ecb-43f9-bd7f-0b09eb9c075e",
896
+ "heading": "",
897
+ "components": [
898
+ {
899
+ "_id": "page-p_text_1",
900
+ "hint": "",
901
+ "name": "page-p_text_1",
902
+ "_type": "text",
903
+ "_uuid": "73bb9363-5049-4aea-bb8a-b622d4ca65a2",
904
+ "label": "Page P",
905
+ "errors": {
906
+ },
907
+ "collection": "components",
908
+ "validation": {
909
+ "required": true
910
+ }
911
+ }
912
+ ],
913
+ "section_heading": ""
914
+ },
915
+ {
916
+ "_id": "page.cya",
917
+ "url": "cya",
918
+ "_type": "page.checkanswers",
919
+ "_uuid": "da2576f9-7ddd-4316-b24b-103708139214",
920
+ "heading": "Check your answers",
921
+ "send_body": "By submitting this application you confirm that, to the best of your knowledge, the details you are providing are correct.",
922
+ "components": [
923
+
924
+ ],
925
+ "send_heading": "Now send your application",
926
+ "extra_components": [
927
+
928
+ ]
929
+ },
930
+ {
931
+ "_id": "page.confirmation",
932
+ "url": "confirmation",
933
+ "_type": "page.confirmation",
934
+ "_uuid": "a88694da-8ded-44e7-bc89-e652c1a7f46d",
935
+ "heading": "Application complete",
936
+ "components": [
937
+
938
+ ]
939
+ }
940
+ ],
941
+ "locale": "en",
942
+ "created_at": "2021-12-01T21:31:15Z",
943
+ "created_by": "30b04817-8997-43ac-8f34-2ad817a966ea",
944
+ "service_id": "fa972d54-d7d8-4131-b0b6-976fe24a2c3b",
945
+ "version_id": "74812b86-ecef-4b97-b083-4f03e9270f5e",
946
+ "service_name": "Branching 9",
947
+ "configuration": {
948
+ "meta": {
949
+ "_id": "config.meta",
950
+ "_type": "config.meta",
951
+ "items": [
952
+ {
953
+ "_id": "config.meta--link",
954
+ "href": "/cookies",
955
+ "text": "Cookies",
956
+ "_type": "link"
957
+ },
958
+ {
959
+ "_id": "config.meta--link--2",
960
+ "href": "/privacy",
961
+ "text": "Privacy",
962
+ "_type": "link"
963
+ },
964
+ {
965
+ "_id": "config.meta--link--3",
966
+ "href": "/accessibility",
967
+ "text": "Accessibility",
968
+ "_type": "link"
969
+ }
970
+ ]
971
+ },
972
+ "service": {
973
+ "_id": "config.service",
974
+ "_type": "config.service"
975
+ }
976
+ },
977
+ "standalone_pages": [
978
+ {
979
+ "_id": "page.cookies",
980
+ "url": "cookies",
981
+ "body": "This online form puts a small file (known as ‘cookies’) onto your computer to collect information about how you browse the site.\r\n\r\nCookies are used to:\r\n\r\n- remember your progress\r\n- measure how you use the website so it can be updated and improved based on your needs\r\n\r\nThis online form's cookie isn't used to identify you personally.\r\n\r\nYou'll normally see a message on the site before we store a cookie on your computer.\r\n\r\nFind out more about [how to manage cookies](https://www.aboutcookies.org/).\r\n\r\n##How cookies are used on this online form\r\n\r\nWe will store a cookie to remember your progress on this computer and to expire your session after 30 minutes of inactivity or when you close your browser.\r\n\r\n- name: _fb_runner_session\r\n- purpose: saves your current progress in this computer and tracks inactivity periods\r\n- expires: after 30 minutes of inactivity or when you close your browser",
982
+ "_type": "page.standalone",
983
+ "_uuid": "00eaa418-d72c-4ebf-a394-4ee02d9737a2",
984
+ "heading": "Cookies",
985
+ "components": [
986
+
987
+ ]
988
+ },
989
+ {
990
+ "_id": "page.privacy",
991
+ "url": "privacy",
992
+ "body": "This privacy notice explains what [insert your organisation name] means when we talk about personal data, why we ask for this information about you and what we do with it when you use this form.\r\n\r\nIt also explains how we store your data, how you can get a copy of the information we’ve collected about you and how you can complain if you think we’ve done something wrong.\r\n\r\n###Who manages this service\r\n\r\nThis form is managed by [your organisation].\r\n\r\nThe information you submit will be processed by [insert who will be processing the information and, if it’s a separate organisation, what their relationship is to you].\r\n\r\n[Insert name of organisation that acts as data controller for your form] is the data controller for the personal data collected by this form.\r\n\r\n###When we ask for personal data\r\n\r\nWhenever we ask for information about you, we promise to:\r\n\r\n- always let you know why we need it\r\n- ask for relevant personal information only\r\n- make sure we do not keep it longer than needed\r\n- keep your information safe and make sure nobody can access it unless authorised to do so\r\n- only share your data with other organisations for legitimate purposes\r\n- consider any request you make to correct or delete your personal data\r\n\r\nWe also promise to make it easy for you to:\r\n\r\n- tell us at any time if you want us to stop storing your personal data\r\n- make a complaint to the supervisory authority\r\n\r\n###The personal data we collect\r\n\r\nWe only collect personal data that you directly provide with your application.\r\n\r\nWe only collect the information we need to deliver this service to you. The personal data collected includes:\r\n\r\n- [summarise the types of personal information requested by your form]\r\n\r\nWe [use cookies](http://www.aboutcookies.org.uk/managing-cookies) to collect data that tells us about how the service is used, including:\r\n\r\n- your computer, phone or tablet’s IP address\r\n\r\n- the region or town where you are using your computer, phone or tablet\r\n\r\n- the operating system and web browser you use\r\n\r\nThis information is not used to identify you personally.\r\n\r\n###Why we collect your personal data\r\n\r\nWe collect data to [describe why you are collecting personal information]. The processing of your personal data is necessary for [explain why you require the personal information].\r\n\r\nThe legal basis for collecting and processing your personal data is [enter and explain your legal basis here, for example, that it is necessary to perform a task in the public interest or\nin the exercise of your functions as a government department].\r\n\r\nUse of the online form is voluntary. If you do not provide all the information we ask for, we may not be able to process your [insert the purpose of your form, such as claim, application or request].\r\n\r\nPlease note that transmitting information over the internet is generally not completely secure, and [your organisation] can’t guarantee the security of your data. Any data you transmit is at your own risk. [your organisation, and any other organisations involved in processing the data] have procedures and security features in place to keep your data secure once we receive it.\r\n\r\n###Sharing your personal data\r\n\r\nThe information you provide will be shared with… [name any organisations that you might share the data with and provide an explanation of why the information may be shared and what it will be used for]\r\n\r\nWe may also use your contact information to ask for feedback on using the service, but only when you have given your consent for us to do so. [delete this paragraph if not applicable]\r\n\r\nWe’ll never share your information with other organisations for marketing, market research or commercial purposes.\r\n\r\n###Keeping your personal data\r\n\r\nTo protect your personal information, any data you enter as you progress through the online form is held temporarily and securely until you submit your application, after which your application cannot be viewed or modified further online.\r\n\r\n[your organisation, and any other organisations involved in processing the data] will keep your data for [specify how long you will keep the information for and why].\r\n\r\nAll deleted data will be destroyed securely and confidentially.\r\n\r\n###How we use your personal data\r\n\r\nYour online submission will be sent from the online form to [your organisation or whichever other organisation will receive the information for processing] via encrypted email. The system does not retain a copy of your information.\r\n\r\n[select one of the following 3 paragraphs which most closely fits your circumstances and delete the other 2]\r\n\r\nYour personal data is not used in any automated decision making (a decision made solely by automated means without any human involvement) or profiling (automated processing of personal data to evaluate certain conditions about an individual).\r\n\r\nAutomated decision making (a decision made solely by automated means without any human involvement) is used for the purpose of [insert why ADM is used] and is carried out [include when in the process this is carried out]. The personal data used for this purpose includes [insert personal data types].\r\n\r\nProfiling (automated processing of personal data to evaluate certain conditions about an individual) is carried out for the purpose of [insert reason why profiling exists]. The personal data used for this purpose includes [insert personal data types].\r\n\r\n###How we store your personal data\r\n\r\n[your organisation or whichever other organisation will receive the information for processing] take data security very seriously and take every step to ensure that your data remains private and secure. All data collected by this service is stored in a secure database [kept entirely within the UK/kept outside of the UK but within the European Economic Area (EEA). - delete as appropriate]\r\n\r\nIt may sometimes be necessary to transfer personal information overseas, outside of the UK and the European Economic Area (EEA). When this is needed information may be transferred to [insert names of countries]. Any transfers made will be in full compliance with all aspects of the data protection law. [delete this paragraph if not applicable or contact your data protection team for guidance on required safeguards] \r\n\r\nYour application will only be accessible to [your organisation, and any other organisations involved in processing the data] staff who require access to process applications.\r\n\r\n###Your rights\r\n\r\nYou have a number of rights, depending on the reason for processing your information. These include:\r\n\r\n- the right to request a copy of your personal data and information about how your personal data is processed (this is known as a subject access request)\r\n- the right to have inaccuracies in your personal data corrected\r\n- the right to fill in any gaps in your personal data, including by means of a supplementary statement\r\n- the right to ask for the processing of your personal data to be restricted\r\n- the right to ask for your personal data to be deleted if there is no longer a justification for it\r\n- the right to object to automated decision making, including profiling, that has a legal or significant effect on you as an individual\r\n\r\nIf you want to see the personal data that we hold on you, you can make a subject access request. Send your request by post to:\r\n\r\nDisclosure Team \r\nPost point 10.25 \r\n102 Petty France \r\nLondon \r\nSW1H 9AJ\r\n\r\nor email: data.access@justice.gov.uk\r\n\r\nFor all other rights, please write to us at:\r\n\r\n[insert your postal and email addresses]\r\n\r\n###Getting more information\r\n\r\nYou can get more details on:\r\n\r\n- agreements we have with other organisations for sharing information\r\n- when we can pass on personal information without telling you, for example, to help with the prevention or detection of crime or to produce anonymised statistics\r\n- instructions we give to staff on how to collect, use or delete your personal information\r\n- how we check that the information we have is accurate and up-to-date\r\n- how to make a complaint\r\n\r\nFor more information, please contact the [your organisation] data protection officer at:\r\n\r\n[insert the postal and email addresses of your data protection officer - for the MoJ, this is:\r\n\r\nThe Data Protection Officer \r\nMinistry of Justice \r\n10 South Colonnade\nCanary Wharf \r\nLondon \r\nE14 4PU\r\n\r\nEmail: DPO@justice.gov.uk]\r\n\r\n###Making a complaint\r\n\r\nWhen we ask you for information, we will keep to the law. If you think that your information has not been handled correctly, you can contact the [Information Commissioner](https://ico.org.uk/) for independent advice about data protection on the address below:\r\n\r\nInformation Commissioner's Office \r\nWycliffe House \r\nWater Lane \r\nWilmslow \r\nCheshire \r\nSK9 5AF\r\n\r\nTelephone: 0303 123 1113",
993
+ "_type": "page.standalone",
994
+ "_uuid": "cf4a9519-a4d7-4e95-a10c-25021e45abaf",
995
+ "heading": "Privacy notice",
996
+ "components": [
997
+
998
+ ]
999
+ },
1000
+ {
1001
+ "_id": "page.accessibility",
1002
+ "url": "accessibility",
1003
+ "body": "This accessibility statement applies to [describe your form here - for example, the general enquiries form for the CICA]. There is a separate [accessibility statement for the main GOV.UK website](https://www.gov.uk/help/accessibility-statement).\r\n\r\n###Using this online form\r\n\r\nThis form was built using MoJ Forms, a tool developed by the Ministry of Justice, and uses components from the [GOV.UK Design System](https://design-system.service.gov.uk/).\r\n\r\n[insert your organisation here] is responsible for the content of this online form. The Ministry of Justice is responsible for its technical aspects.\r\n\r\nWe want as many people as possible to be able to use this online form. For example, that means you should be able to:\r\n\r\n- change colours, contrast levels and fonts\r\n- zoom in up to 300% without the text spilling off the screen\r\n- navigate the form using just a keyboard\r\n- navigate the form using speech recognition software\r\n- listen to the form using a screen reader (including recent versions of JAWS, NVDA and VoiceOver)\r\n\r\nWe’ve also made the text as simple as possible to understand.\r\n\r\n[AbilityNet](https://mcmw.abilitynet.org.uk/) has advice on making your device easier to use if you have a disability.\r\n\r\n###Feedback and contact information\r\n\r\nIf you need information on this website in a different format:\r\n\r\n[insert your contact details for user requests here - add other channels, such as text phones or Relay UK, as required]\r\n\r\n- email: [your email address]\r\n- call: [your telephone number]\r\n- [Hours - e.g. Monday to Friday, 9am to 5pm]\r\n\r\nWe'll consider your request and get back to you in [add your SLA - e.g. a week or 5 working days].\r\n\r\n###Reporting accessibility problems with this form\r\n\r\nWe’re always looking to improve the accessibility of this form. If you find any problems not listed on this page or think we’re not meeting accessibility requirements, contact:\r\n\r\n[insert your contact details for user feedback here - add other channels, such as text phones or Relay UK, as required]\r\n\r\n- email: [your email address]\r\n- call: [your telephone number]\r\n- [Hours - e.g. Monday to Friday, 9am to 5pm]\r\n\r\n###Enforcement procedure\r\n\r\nThe Equality and Human Rights Commission (EHRC) is responsible for enforcing the Public Sector Bodies (Websites and Mobile Applications) (No. 2) Accessibility Regulations 2018 (the ‘accessibility regulations’). If you’re not happy with how we respond to your complaint, contact the [Equality Advisory and Support Service (EASS)](https://www.equalityadvisoryservice.com/).\r\n\r\n###Technical information about this online form’s accessibility\r\n\r\nWe are committed to making our online forms and services accessible, in accordance with the Public Sector Bodies (Websites and Mobile Applications) (No. 2) Accessibility Regulations 2018.\r\n\r\n####Compliance status\r\n\r\nThis online form is fully compliant with the [Web Content Accessibility Guidelines version 2.1 AA standard](https://www.w3.org/TR/WCAG21/)\r\n\r\n###Preparation of this accessibility statement\r\n\r\nThis statement was prepared on [date when it was first published]. It was last reviewed on [date when it was last reviewed].\r\n\r\nThis form was last tested on [date when you performed your basic accessibility check].\r\n\r\nIn order to test the compliance of all forms built using the MoJ Forms tool, the Ministry of Justice commissioned The Digital Accessibility Centre (DAC) to carry out a WCAG 2.1 AA level audit of a sample form. This included extensive testing by users with a wide range of disabilities. The audit was performed on 8 April 2021. The audit highlighted a number of non-compliance issues which were fixed on 11 May 2021.\r\n\r\nIn addition, this form was tested by [insert team or organisation here]. It was tested using the [WAVE Web Accessibility Evaluation Tool](https://wave.webaim.org/) following guidance from the Ministry of Justice and the Government Digital Service (GDS).\r\n\r\n###What we’re doing to improve accessibility\r\n\r\nWe will monitor the accessibility of this website on an ongoing basis and fix any accessibility issues reported to us.",
1004
+ "_type": "page.standalone",
1005
+ "_uuid": "5893fbc5-d817-4193-ace1-570136a60009",
1006
+ "heading": "Accessibility statement",
1007
+ "components": [
1008
+
1009
+ ]
1010
+ }
1011
+ ]
1012
+ }
Binary file
@@ -1,3 +1,3 @@
1
1
  module MetadataPresenter
2
- VERSION = '2.9.0'.freeze
2
+ VERSION = '2.10.0'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metadata_presenter
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.9.0
4
+ version: 2.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - MoJ Forms
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-10-21 00:00:00.000000000 Z
11
+ date: 2021-12-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: govuk_design_system_formbuilder
@@ -398,6 +398,8 @@ files:
398
398
  - fixtures/branching_7.png
399
399
  - fixtures/branching_8.json
400
400
  - fixtures/branching_8.png
401
+ - fixtures/branching_9.json
402
+ - fixtures/branching_9.png
401
403
  - fixtures/exit_only_service.json
402
404
  - fixtures/invalid_content_page.json
403
405
  - fixtures/no_component_page.json