@gov-cy/govcy-express-services 1.6.0 → 1.6.1
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/README.md +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -214,6 +214,7 @@ Here is an example JSON config:
|
|
|
214
214
|
{
|
|
215
215
|
"site": {
|
|
216
216
|
"id": "test",
|
|
217
|
+
"usesDSFSubmissionPlatform": true, //<-- Indicates whether the service uses the DSF submission platform (transforms submission data as needed)
|
|
217
218
|
"cyLoginPolicies": ["naturalPerson"], //<-- Allowed CY Login policies
|
|
218
219
|
"lang": "el", //<-- Default language
|
|
219
220
|
"languages": [ //<-- Supported languages
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gov-cy/govcy-express-services",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.1",
|
|
4
4
|
"description": "An Express-based system that dynamically renders services using @gov-cy/govcy-frontend-renderer and posts data to a submission API.",
|
|
5
5
|
"author": "DMRID - DSF Team",
|
|
6
6
|
"license": "MIT",
|