@omnia/wcm 7.10.0-preview.54 → 7.10.0-preview.55

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.
@@ -54,6 +54,7 @@ export interface DurableInfo {
54
54
  }
55
55
  export interface CustomLinkPropertyData extends LinkPickerPropertyData {
56
56
  isValidateTitle?: boolean;
57
+ isValidateUrl?: boolean;
57
58
  }
58
59
  export interface AnchorLinkItem {
59
60
  anchorName: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/wcm",
3
3
  "license": "MIT",
4
- "version": "7.10.0-preview.54",
4
+ "version": "7.10.0-preview.55",
5
5
  "description": "Omnia Web Content Management.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"