ccs-digitalmarketplace-frameworks 5.4.3 → 5.4.5
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/additional-lot-questions/continuousImprovementAndKnowledgeTransferComment.yml +1 -1
- package/frameworks/digital-outcomes-and-specialists-7/questions/additional-lot-questions/demonstrateQualityAndInnovationComment.yml +1 -1
- package/frameworks/g-cloud-15/questions/fvra/attachment5aURL.yml +1 -1
- package/frameworks/g-cloud-15/questions/fvra/consortiumAttachment5aURL.yml +2 -3
- package/package.json +1 -1
|
@@ -35,7 +35,7 @@ validations:
|
|
|
35
35
|
- name: answer_required
|
|
36
36
|
message: You must upload attachment 5a
|
|
37
37
|
- name: file_is_valid_format
|
|
38
|
-
message: Your document is not
|
|
38
|
+
message: Your document is not a spreadsheet. Please save as a Spreadsheet (ODS or XLSX).
|
|
39
39
|
- name: file_is_less_than_20mb
|
|
40
40
|
message: Your document exceeds the 20MB limit. Please reduce file size.
|
|
41
41
|
- name: file_can_be_saved
|
|
@@ -7,11 +7,11 @@ hint: >
|
|
|
7
7
|
</p>
|
|
8
8
|
<ul class="govuk-hint govuk-list govuk-list--bullet">
|
|
9
9
|
<li>Open Document Spreadsheet (ODS) or a Microsoft Excel Spreadsheet (XLSX)</li>
|
|
10
|
-
<li>Open Document Format (ODF), PDF/A (eg .pdf, .odt)</li>
|
|
11
10
|
</ul>
|
|
12
11
|
<p class="govuk-hint">
|
|
13
12
|
The maximum file size is 20MB
|
|
14
13
|
</p>
|
|
14
|
+
|
|
15
15
|
type: upload
|
|
16
16
|
|
|
17
17
|
file_settings:
|
|
@@ -19,7 +19,6 @@ file_settings:
|
|
|
19
19
|
max_size: 20
|
|
20
20
|
file_types:
|
|
21
21
|
- spreadsheet
|
|
22
|
-
- open_document
|
|
23
22
|
|
|
24
23
|
depends:
|
|
25
24
|
- "on": is_lead_bidder
|
|
@@ -36,7 +35,7 @@ validations:
|
|
|
36
35
|
- name: answer_required
|
|
37
36
|
message: You must upload attachment 5a
|
|
38
37
|
- name: file_is_valid_format
|
|
39
|
-
message: Your document is not
|
|
38
|
+
message: Your document is not a spreadsheet. Please save as a Spreadsheet (ODS or XLSX).
|
|
40
39
|
- name: file_is_less_than_20mb
|
|
41
40
|
message: Your document exceeds the 20MB limit. Please reduce file size.
|
|
42
41
|
- name: file_can_be_saved
|