ccs-digitalmarketplace-frameworks 3.14.8 → 3.14.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.
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
id: locations
|
|
2
|
+
name: You can work at all locations
|
|
3
|
+
question: |
|
|
4
|
+
<p class="govuk-body">Please confirm you can work at all the below locations, if required?</p>
|
|
5
|
+
<p class="govuk-body govuk-!-margin-top-3">‘Offsite’ means the supplier will not be working at the buyer’s own sites.</p>
|
|
6
|
+
<ul class="govuk-list govuk-list--bullet">
|
|
7
|
+
<li>Offsite</li>
|
|
8
|
+
<li>North East England</li>
|
|
9
|
+
<li>North West England</li>
|
|
10
|
+
<li>Yorkshire and the Humber</li>
|
|
11
|
+
<li>East Midlands</li>
|
|
12
|
+
<li>West Midlands</li>
|
|
13
|
+
<li>East of England</li>
|
|
14
|
+
<li>London</li>
|
|
15
|
+
<li>South East England</li>
|
|
16
|
+
<li>South West England</li>
|
|
17
|
+
<li>Scotland</li>
|
|
18
|
+
<li>Wales</li>
|
|
19
|
+
<li>Northern Ireland</li>
|
|
20
|
+
</ul>
|
|
21
|
+
|
|
22
|
+
depends:
|
|
23
|
+
- "on": lot
|
|
24
|
+
being:
|
|
25
|
+
- digital-capability-and-delivery-partner
|
|
26
|
+
type: checkboxes
|
|
27
|
+
|
|
28
|
+
options:
|
|
29
|
+
- label: "Yes"
|
|
30
|
+
value: "yes"
|
|
31
|
+
|
|
32
|
+
validations:
|
|
33
|
+
- name: answer_required
|
|
34
|
+
message: You must confirm you can work at all location
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccs-digitalmarketplace-frameworks",
|
|
3
|
-
"version": "3.14.
|
|
3
|
+
"version": "3.14.9",
|
|
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"
|