@gov-cy/govcy-express-services 1.0.0-alpha.19 → 1.0.0-alpha.20

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.
Files changed (2) hide show
  1. package/README.md +11 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -250,10 +250,17 @@ Here is an example JSON config:
250
250
  "en": "Test service",
251
251
  "tr": ""
252
252
  },
253
- "headerTitle": { //<-- Service title (as it apears in the header)
254
- "el": "[Το ΟΝΟΜΑ της υπηρεσίας που θα φαίνεται στις φόρμες]",
255
- "en": "[The NAME of the service as it will appear on forms]",
256
- "tr": ""
253
+ "headerTitle": { // <-- The header title settings
254
+ "title": { //<-- Service title (as it apears in the header)
255
+ "el": "[Το ΟΝΟΜΑ της υπηρεσίας που θα φαίνεται στις φόρμες]",
256
+ "en": "[The NAME of the service as it will appear on forms]",
257
+ "tr": ""
258
+ },
259
+ "href": { // <-- The relative URL of the header title link (for each language)
260
+ "el":"/service-id",
261
+ "en":"/service-id",
262
+ "tr":"/service-id"
263
+ }
257
264
  },
258
265
  "description": { //<-- Service description (meta)
259
266
  "el": "[Υποβάλετε αίτηση για ...]",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gov-cy/govcy-express-services",
3
- "version": "1.0.0-alpha.19",
3
+ "version": "1.0.0-alpha.20",
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",
@@ -51,7 +51,7 @@
51
51
  },
52
52
  "dependencies": {
53
53
  "@gov-cy/dsf-email-templates": "^2.1.0",
54
- "@gov-cy/govcy-frontend-renderer": "^1.23.0",
54
+ "@gov-cy/govcy-frontend-renderer": "^1.24.0",
55
55
  "axios": "^1.9.0",
56
56
  "cookie-parser": "^1.4.7",
57
57
  "dotenv": "^16.3.1",