hof 20.0.0-beta.30 → 20.0.0-beta.31

Sign up to get free protection for your applications and to get access to all the features.
@@ -37,7 +37,7 @@
37
37
  >
38
38
  <label class="govuk-label govuk-checkboxes__label" for="{{key}}-{{value}}">
39
39
  {{{label}}}
40
- {{#optionHint}}<div id="{{key}}-{{value}}-item-hint" class="govuk-hint govuk-radios__hint">{{optionHint}}</div>{{/optionHint}}
40
+ {{#optionHint}}<div id="{{key}}-{{value}}-item-hint" class="govuk-hint">{{optionHint}}</div>{{/optionHint}}
41
41
  </label>
42
42
  </div>
43
43
  {{#renderChild}}{{/renderChild}}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hof",
3
3
  "description": "A bootstrap for HOF projects",
4
- "version": "20.0.0-beta.30",
4
+ "version": "20.0.0-beta.31",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
7
7
  "author": "HomeOffice",
@@ -94,6 +94,30 @@
94
94
  "options": {
95
95
  "null": "Select..."
96
96
  }
97
+ },
98
+ "purposeTypes": {
99
+ "legend": "What will you use the loan for?",
100
+ "hint": "Select all options that apply to you.",
101
+ "options": {
102
+ "housing": {
103
+ "label": "Housing",
104
+ "hint": "Deposit, rent payment or moving costs."
105
+ },
106
+ "essential_items": {
107
+ "label": "Essential items",
108
+ "hint": "For example, furniture, fridge, curtains or carpets."
109
+ },
110
+ "basic_living_costs": {
111
+ "label": "Basic living costs",
112
+ "hint": "For example, food or household bills."
113
+ },
114
+ "training_or_retraining": {
115
+ "label": "Training or education"
116
+ },
117
+ "work_clothing_and_equipment": {
118
+ "label": "Work clothing and equipment"
119
+ }
120
+ }
97
121
  }
98
122
  },
99
123
  "journey": {