ccs-digitalmarketplace-frameworks 4.4.20 → 4.4.21
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/questions/services/multiqTechnicalAbilityCertificates.yml +1 -1
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/technicalAbilityCertificateOneURL.yml +2 -1
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/technicalAbilityCertificateTwoURL.yml +2 -1
- package/package.json +1 -1
|
@@ -13,7 +13,7 @@ question: |
|
|
|
13
13
|
<li>Please upload your second certificate (if required) as part of your tender submission. (optional)</li>
|
|
14
14
|
</ul>
|
|
15
15
|
question_advice:
|
|
16
|
-
Please upload certificate in Open Document Format (ODF)
|
|
16
|
+
Please upload certificate in Open Document Format (ODF), PDF/A or docx, (e.g., .pdf, .odt, .docx). (Maximum file size 5MB).
|
|
17
17
|
|
|
18
18
|
type: multiquestion
|
|
19
19
|
|
|
@@ -7,6 +7,7 @@ file_settings:
|
|
|
7
7
|
name: technical-ability-certificate-1
|
|
8
8
|
max_size: 5
|
|
9
9
|
file_types:
|
|
10
|
+
- docx
|
|
10
11
|
- open_document
|
|
11
12
|
|
|
12
13
|
depends:
|
|
@@ -22,4 +23,4 @@ validations:
|
|
|
22
23
|
- name: file_can_be_saved
|
|
23
24
|
message: The selected file could not be uploaded - try again
|
|
24
25
|
- name: file_is_valid_format
|
|
25
|
-
message: Please upload
|
|
26
|
+
message: Please upload the document in a valid format such as .pdf, .docx or .odt
|
|
@@ -8,6 +8,7 @@ file_settings:
|
|
|
8
8
|
name: technical-ability-certificate-2
|
|
9
9
|
max_size: 5
|
|
10
10
|
file_types:
|
|
11
|
+
- docx
|
|
11
12
|
- open_document
|
|
12
13
|
|
|
13
14
|
depends:
|
|
@@ -21,4 +22,4 @@ validations:
|
|
|
21
22
|
- name: file_can_be_saved
|
|
22
23
|
message: The selected file could not be uploaded - try again
|
|
23
24
|
- name: file_is_valid_format
|
|
24
|
-
message: Please upload
|
|
25
|
+
message: Please upload the document in a valid format such as .pdf, .docx or .odt
|