@steedos/schemas 2.7.0-beta.1 → 2.7.0-beta.11
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.
- package/app/schema.json +16 -0
- package/package.json +2 -2
package/app/schema.json
CHANGED
|
@@ -75,6 +75,18 @@
|
|
|
75
75
|
"description": "选项卡唯一标识。"
|
|
76
76
|
}
|
|
77
77
|
},
|
|
78
|
+
"tab_items": {
|
|
79
|
+
"type": "object",
|
|
80
|
+
"description": "选项卡"
|
|
81
|
+
},
|
|
82
|
+
"tab_groups": {
|
|
83
|
+
"type": "array",
|
|
84
|
+
"description": "选项卡分组",
|
|
85
|
+
"items": {
|
|
86
|
+
"type": "object",
|
|
87
|
+
"description": "选项卡分组详情"
|
|
88
|
+
}
|
|
89
|
+
},
|
|
78
90
|
"objects": {
|
|
79
91
|
"type": "array",
|
|
80
92
|
"description": "用于指定此应用下有多少对象。",
|
|
@@ -111,6 +123,10 @@
|
|
|
111
123
|
"type": "boolean",
|
|
112
124
|
"description": "在手机端显示"
|
|
113
125
|
},
|
|
126
|
+
"showSidebar": {
|
|
127
|
+
"type": "boolean",
|
|
128
|
+
"description": "显示左侧导航"
|
|
129
|
+
},
|
|
114
130
|
"oauth2_enabled": {
|
|
115
131
|
"type": "boolean",
|
|
116
132
|
"description": "启用OAuth2认证"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/schemas",
|
|
3
|
-
"version": "2.7.0-beta.
|
|
3
|
+
"version": "2.7.0-beta.11",
|
|
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": "
|
|
12
|
+
"gitHead": "3a99b902d0e03a0aa4cd169a77fc482795c01137"
|
|
13
13
|
}
|