@steedos/schemas 2.6.7-beta.14 → 2.6.7-beta.15

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.
@@ -326,6 +326,14 @@
326
326
  "compactLayouts": {
327
327
  "type": "array",
328
328
  "description": "高亮字段"
329
+ },
330
+ "enable_split": {
331
+ "type": "boolean",
332
+ "description": "是否配置默认分屏"
333
+ },
334
+ "field_groups": {
335
+ "type": "array",
336
+ "description": "字段分组"
329
337
  }
330
338
  },
331
339
  "definitions": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/schemas",
3
- "version": "2.6.7-beta.14",
3
+ "version": "2.6.7-beta.15",
4
4
  "main": "index.js",
5
5
  "repository": "https://github.com/steedos/schemas.git",
6
6
  "author": "sunhaolin <sunhaolin@hotoa.com>",
@@ -9,5 +9,5 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
- "gitHead": "d851f6c10c4a75fc0fd8f4901329d320ee7120ed"
12
+ "gitHead": "95b4e4191a00b65589ef3c56d645778e50fcdd59"
13
13
  }