metadata_presenter 0.28.8 → 0.28.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f4d5dbea9a24b8fae69170d03e8ff69dafd77a0b858013baee1c8c1434fdcca1
|
|
4
|
+
data.tar.gz: 415da25856e17541de78ece98f8539471e33ae8417285630ef00a55152982999
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 770aed14f9470f3d1f0af53e0411e3f190aa92268a031eb0cfd8af5aea8822e1b9aed8544db21d494cd897ac48f43676ae35a1ac7ce6fefd2a7fc96be59151d7
|
|
7
|
+
data.tar.gz: c64ee626011dd6027f48c6a98e86309efc8b8671d1f52cb7ead124650a7cb23d1d3c9850a49f6e3dace01297f7a94b5ee8111e8bd98b931cd8f7933f8885183a
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"_id": "page.start",
|
|
3
3
|
"_type": "page.start",
|
|
4
4
|
"heading": "Service name goes here",
|
|
5
|
-
"lede": "
|
|
5
|
+
"lede": "",
|
|
6
6
|
"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.",
|
|
7
7
|
"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.",
|
|
8
8
|
"steps": [],
|
data/fixtures/version.json
CHANGED
|
@@ -340,7 +340,6 @@
|
|
|
340
340
|
"_id": "page._check-answers",
|
|
341
341
|
"_type": "page.checkanswers",
|
|
342
342
|
"heading": "Review your answer",
|
|
343
|
-
"section_heading": "This section is optional",
|
|
344
343
|
"send_body": "By submitting this answer you confirm all your answers",
|
|
345
344
|
"send_heading": "Send your answer",
|
|
346
345
|
"url": "/check-answers",
|
|
@@ -8,11 +8,6 @@
|
|
|
8
8
|
"_type": {
|
|
9
9
|
"const": "page.checkanswers"
|
|
10
10
|
},
|
|
11
|
-
"section_heading": {
|
|
12
|
-
"title": "Section heading",
|
|
13
|
-
"type": "string",
|
|
14
|
-
"description": "Section to display before the heading"
|
|
15
|
-
},
|
|
16
11
|
"heading": {
|
|
17
12
|
"type": "string",
|
|
18
13
|
"default": "Check your answers"
|