diff --git a/configcheck/configSchema_rich.json b/configcheck/configSchema_rich.json old mode 100755 new mode 100644 index d47cd0db01d787590dbe982b397f624b796f1b54..4ff10827421118fd3d277a3284c103adfc34f2e8 --- a/configcheck/configSchema_rich.json +++ b/configcheck/configSchema_rich.json @@ -1949,7 +1949,9 @@ "metaData", "jsComponentName", "formConfigAbility", - "formVisibleNotify" + "formVisibleNotify", + "previewImage", + "continuable" ] }, "properties": { @@ -2119,6 +2121,14 @@ "formVisibleNotify": { "description": "This tag identifies whether the card is allowed to use card visibility notifications.", "type": "boolean" + }, + "previewImage": { + "description": "Indicates the preview image of the form. The value is the resource index of the preview image.", + "type": "string" + }, + "continuable": { + "description": "Identifies whether the form can be migrated. The default value is false.", + "type": "boolean" } }, "if": {