ccs-digitalmarketplace-frameworks 3.13.2 → 3.13.3
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.
|
@@ -2,11 +2,12 @@ name: Connected person(s) name
|
|
|
2
2
|
question: >
|
|
3
3
|
<p class="govuk-body">Tell us who the connected persons is/are.</p>
|
|
4
4
|
|
|
5
|
-
<p class="govuk-body">Please ensure you enter the name as submitted as part of your core information.</p>
|
|
5
|
+
<p class="govuk-body govuk-!-margin-top-3">Please ensure you enter the name as submitted as part of your core information.</p>
|
|
6
6
|
question_advice: Regulation 27(4-6) makes provision for circumstances where disclosure of information about a connected person could place that person or anyone living with them at risk. These provisions are modelled on the Register of People with Significant Control Regulations 2016 (the ‘2016 Regulations’) but apply to all connected persons under the Act.
|
|
7
7
|
hidden: true
|
|
8
8
|
|
|
9
9
|
number_of_items: 100
|
|
10
|
+
number_of_items_shown_as_default: 1
|
|
10
11
|
type: list
|
|
11
12
|
|
|
12
13
|
validations:
|
|
@@ -17,4 +18,4 @@ validations:
|
|
|
17
18
|
message: You can add a maximum of 100 connected persons
|
|
18
19
|
|
|
19
20
|
- name: not_unique
|
|
20
|
-
message: Each connected person's name must be unique
|
|
21
|
+
message: Each connected person's name must be unique
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccs-digitalmarketplace-frameworks",
|
|
3
|
-
"version": "3.13.
|
|
3
|
+
"version": "3.13.3",
|
|
4
4
|
"description": "Data files for Digital Marketplace’s procurement frameworks",
|
|
5
5
|
"repository": "git@github.com:Crown-Commercial-Service/ccs-digitalmarketplace-frameworks",
|
|
6
6
|
"author": "enquiries@digitalmarketplace.service.gov.uk"
|
package/schemas/questions.json
CHANGED
|
@@ -13,6 +13,11 @@
|
|
|
13
13
|
"type": {"enum": ["list", "boolean_list", "checkbox_tree", "checkboxes"]}
|
|
14
14
|
}
|
|
15
15
|
},
|
|
16
|
+
"number_of_items_shown_as_default": {
|
|
17
|
+
"properties": {
|
|
18
|
+
"type": {"enum": ["list"]}
|
|
19
|
+
}
|
|
20
|
+
},
|
|
16
21
|
"column_width": {
|
|
17
22
|
"properties": {
|
|
18
23
|
"type": {"enum": ["list_multiquestion"]}
|
|
@@ -227,6 +232,9 @@
|
|
|
227
232
|
"number_of_items": {
|
|
228
233
|
"type": "integer"
|
|
229
234
|
},
|
|
235
|
+
"number_of_items_shown_as_default": {
|
|
236
|
+
"type": "integer"
|
|
237
|
+
},
|
|
230
238
|
"column_width": {
|
|
231
239
|
"enum": [
|
|
232
240
|
"full",
|