ccs-digitalmarketplace-frameworks 3.12.7 → 3.12.8
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-and-specialists-7/manifests/declaration.yml +12 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/contactEmailAddress.yml +16 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/contactName.yml +8 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/contactRole.yml +8 -0
- package/package.json +1 -1
|
@@ -118,3 +118,15 @@
|
|
|
118
118
|
- measureCustomerSatisfaction
|
|
119
119
|
- awareOfTheSocialValueModel
|
|
120
120
|
- complyWithTheSupplierCodeOfConduct
|
|
121
|
+
|
|
122
|
+
-
|
|
123
|
+
name: Contact details
|
|
124
|
+
slug: contact-details
|
|
125
|
+
editable: True
|
|
126
|
+
prefill: True
|
|
127
|
+
description: |
|
|
128
|
+
Crown Commercial Service will use the primary contact information to contact your organisation if it has any questions about your application.
|
|
129
|
+
questions:
|
|
130
|
+
- contactName
|
|
131
|
+
- contactRole
|
|
132
|
+
- contactEmailAddress
|
package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/contactEmailAddress.yml
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
name: Contact email address
|
|
2
|
+
question: What is the contact’s email address?
|
|
3
|
+
question_advice: |
|
|
4
|
+
<div class="govuk-warning-text">
|
|
5
|
+
<span class="govuk-warning-text__icon" aria-hidden="true">!</span>
|
|
6
|
+
<strong class="govuk-warning-text__text">
|
|
7
|
+
<span class="govuk-warning-text__assistive">Warning</span>
|
|
8
|
+
It is important that this is an actively monitored mailbox
|
|
9
|
+
</strong>
|
|
10
|
+
</div>
|
|
11
|
+
type: text
|
|
12
|
+
|
|
13
|
+
validations:
|
|
14
|
+
-
|
|
15
|
+
name: answer_required
|
|
16
|
+
message: You must enter the contact’s email address
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccs-digitalmarketplace-frameworks",
|
|
3
|
-
"version": "3.12.
|
|
3
|
+
"version": "3.12.8",
|
|
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"
|