@pronto-tools-and-more/files 11.9.0 → 11.11.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -509,6 +509,19 @@
509
509
  ],
510
510
  "type": "string"
511
511
  },
512
+ "AlternateLanguage": {
513
+ "additionalProperties": false,
514
+ "properties": {
515
+ "lang": {
516
+ "type": "string"
517
+ },
518
+ "path": {
519
+ "type": "string"
520
+ }
521
+ },
522
+ "required": ["lang", "path"],
523
+ "type": "object"
524
+ },
512
525
  "AppSubscriptionAdditionalBackIssueUnlocksType": {
513
526
  "enum": ["DAY", "WEEK", "MONTH", "YEAR"],
514
527
  "type": "string"
@@ -7559,6 +7572,10 @@
7559
7572
  "replaceUrl": {
7560
7573
  "type": "boolean"
7561
7574
  },
7575
+ "statusCode": {
7576
+ "description": "Only affects SSR response",
7577
+ "type": "number"
7578
+ },
7562
7579
  "type": {
7563
7580
  "$ref": "#/definitions/EventAction.NAVIGATE"
7564
7581
  },
@@ -9546,7 +9563,19 @@
9546
9563
  "type": "object"
9547
9564
  },
9548
9565
  "SEOMetadata": {
9566
+ "description": "Metadata to set SEO tags in the HTML head.\n\n- 'og_' and 'article_' prefixed keys will be set as properties=key content=value, rest as name=key content=value.\n- 'canonical' and 'og_url' will be set automatically and should NOT be configured here.\n- 'robots' will only be set on custom domains and not preview, otherwise it will be set to 'noindex, nofollow' to prevent accidental indexing.\n- 'twitter_misc' can be an object where each entry will be set as name='twitter:labelX' content=keyX and name='twitter:dataX' content=valueX.",
9549
9567
  "properties": {
9568
+ "alternates": {
9569
+ "description": "Sets alternate links for the given view. Only relative paths allowed.",
9570
+ "items": {
9571
+ "$ref": "#/definitions/AlternateLanguage"
9572
+ },
9573
+ "type": "array"
9574
+ },
9575
+ "language": {
9576
+ "description": "Sets the lang attribute on the html tag for the given view. Falls back to the one configured in the experience.config.json or defaults to 'en'.",
9577
+ "type": "string"
9578
+ },
9550
9579
  "og_description": {
9551
9580
  "type": "string"
9552
9581
  },
@@ -9561,9 +9590,6 @@
9561
9590
  },
9562
9591
  "og_type": {
9563
9592
  "type": "string"
9564
- },
9565
- "og_url": {
9566
- "type": "string"
9567
9593
  }
9568
9594
  },
9569
9595
  "type": "object"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pronto-tools-and-more/files",
3
- "version": "11.9.0",
3
+ "version": "11.11.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {},