ccs-digitalmarketplace-frameworks 1.2.14 → 1.2.15
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.
- package/frameworks/digital-outcomes-6/manifests/declaration.yml +1 -1
- package/frameworks/digital-outcomes-6/questions/declaration/haveNotWebportal.yml +9 -0
- package/frameworks/digital-outcomes-6/questions/declaration/modernSlaveryOptionalUpload.yml +29 -0
- package/frameworks/digital-outcomes-6/questions/declaration/modernSlaveryStatementUpload.yml +29 -0
- package/frameworks/digital-outcomes-6/questions/declaration/modernSlaveryTurnover.yml +4 -0
- package/frameworks/digital-outcomes-6/questions/declaration/multiqModernSlavery.yml +2 -0
- package/frameworks/digital-outcomes-6/questions/declaration/multiqWebAddress.yml +7 -0
- package/frameworks/g-cloud-13/questions/declaration/servicesHaveOrprofessionalService.yml +1 -5
- package/package.json +1 -1
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
name: Modern slavery statement required
|
|
2
|
+
question: >
|
|
3
|
+
<p class="govuk-body">If you do not have a website upload a copy of your organisation’s slavery and human trafficking statement.</p>
|
|
4
|
+
|
|
5
|
+
<p class="govuk-body">Your statement should:</p>
|
|
6
|
+
<ul class="govuk-list govuk-list--bullet">
|
|
7
|
+
<li>be an Open Document Format (ODF) or PDF/A</li>
|
|
8
|
+
<li>have a maximum file size of 5MB</li>
|
|
9
|
+
<li>meet accessibility standards</li>
|
|
10
|
+
</ul>
|
|
11
|
+
<p class="govuk-body">
|
|
12
|
+
<a class="govuk-link" target="_blank" rel="noopener noreferrer" href="https://www.gov.uk/guidance/how-to-publish-on-gov-uk/accessible-pdfs">Read the guidance on accessible documents (link opens in a new tab)</a>.
|
|
13
|
+
</p>
|
|
14
|
+
<p class="govuk-body">
|
|
15
|
+
<a href="https://www.gov.uk/government/publications/transparency-in-supply-chains-a-practical-guide" target="_blank" rel="noopener noreferrer">Read the Home Office guidance about how to write a statement and what information to include (link opens in a new tab)</a>.
|
|
16
|
+
</p>
|
|
17
|
+
|
|
18
|
+
hidden: true
|
|
19
|
+
type: upload
|
|
20
|
+
|
|
21
|
+
validations:
|
|
22
|
+
- name: answer_required
|
|
23
|
+
message: Select a file.
|
|
24
|
+
- name: file_is_open_document_format
|
|
25
|
+
message: The file must be in an open format. Select an Open Document Format (ODF) or PDF/A (eg .pdf, .odt).
|
|
26
|
+
- name: file_is_less_than_5mb
|
|
27
|
+
message: The file must be smaller than 5MB.
|
|
28
|
+
- name: file_can_be_saved
|
|
29
|
+
message: The selected file could not be uploaded - try again.
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
name: Modern slavery statement required
|
|
2
|
+
question: >
|
|
3
|
+
<p class="govuk-body">If you do not have a website upload a copy of your organisation’s slavery and human trafficking statement.</p>
|
|
4
|
+
|
|
5
|
+
<p class="govuk-body">Your statement should:</p>
|
|
6
|
+
<ul class="govuk-list govuk-list--bullet">
|
|
7
|
+
<li>be an Open Document Format (ODF) or PDF/A</li>
|
|
8
|
+
<li>have a maximum file size of 5MB</li>
|
|
9
|
+
<li>meet accessibility standards</li>
|
|
10
|
+
</ul>
|
|
11
|
+
<p class="govuk-body">
|
|
12
|
+
<a class="govuk-link" target="_blank" rel="noopener noreferrer" href="https://www.gov.uk/guidance/how-to-publish-on-gov-uk/accessible-pdfs">Read the guidance on accessible documents (link opens in a new tab)</a>.
|
|
13
|
+
</p>
|
|
14
|
+
<p class="govuk-body">
|
|
15
|
+
<a href="https://www.gov.uk/government/publications/transparency-in-supply-chains-a-practical-guide" target="_blank" rel="noopener noreferrer">Read the Home Office guidance about how to write a statement and what information to include (link opens in a new tab)</a>.
|
|
16
|
+
</p>
|
|
17
|
+
|
|
18
|
+
hidden: true
|
|
19
|
+
type: upload
|
|
20
|
+
|
|
21
|
+
validations:
|
|
22
|
+
- name: answer_required
|
|
23
|
+
message: Select a file.
|
|
24
|
+
- name: file_is_open_document_format
|
|
25
|
+
message: The file must be in an open format. Select an Open Document Format (ODF) or PDF/A (eg .pdf, .odt).
|
|
26
|
+
- name: file_is_less_than_5mb
|
|
27
|
+
message: The file must be smaller than 5MB.
|
|
28
|
+
- name: file_can_be_saved
|
|
29
|
+
message: The selected file could not be uploaded - try again.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccs-digitalmarketplace-frameworks",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.15",
|
|
4
4
|
"description": "Data files for Digital Marketplace’s procurement frameworks",
|
|
5
5
|
"repository": "git@github.com:Brickendon-DMp1-5/digitalmarketplace-frameworks",
|
|
6
6
|
"author": "enquiries@digitalmarketplace.service.gov.uk"
|