diff --git a/modulecheck/module.json b/modulecheck/module.json index 1714bd49bd689e8f227fda3ab23d332b0767aa8e..e0b2b7e52cf48023e924d3589971b3aa0e97e6f7 100644 --- a/modulecheck/module.json +++ b/modulecheck/module.json @@ -51,7 +51,8 @@ "targetPriority", "generateBuildHash", "routerMap", - "appStartup" + "appStartup", + "formWidgetModule" ] }, "required": [ @@ -150,6 +151,7 @@ "routerMap", "appEnvironments", "appStartup", + "formExtensionModule", "hnpPackages" ] }, @@ -204,7 +206,9 @@ "proxyData", "routerMap", "appEnvironments", - "appStartup" + "appStartup", + "formExtensionModule", + "formWidgetModule" ] }, "required": [ @@ -1764,6 +1768,18 @@ "pattern": "^[$]profile:[0-9a-zA-Z_.]+$", "maxLength": 255 }, + "formExtensionModule": { + "description": "Module name for associating the frontend form package with the backend form.", + "type": "string", + "pattern": "^[a-zA-Z][0-9a-zA-Z_.]*$", + "maxLength": 128 + }, + "formWidgetModule": { + "description": "The backend of the application package form is associated with the frontend module name.", + "type": "string", + "pattern": "^[a-zA-Z][0-9a-zA-Z_.]*$", + "maxLength": 128 + }, "hnpPackages": { "description": "Native package configuration file.", "type": "array",