@steedos/schemas 2.7.0-beta.8 → 2.7.0
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 +20 -0
- package/object/schema.json +1 -1
- 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认证"
|
|
@@ -134,6 +150,10 @@
|
|
|
134
150
|
"is_use_ie": {
|
|
135
151
|
"type": "boolean",
|
|
136
152
|
"description": "使用IE打开(需使用Steedos桌面客户端)"
|
|
153
|
+
},
|
|
154
|
+
"is_hide_mobile_menu": {
|
|
155
|
+
"type": "boolean",
|
|
156
|
+
"description": "始终隐藏手机端菜单选项卡"
|
|
137
157
|
}
|
|
138
158
|
}
|
|
139
159
|
}
|
package/object/schema.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/schemas",
|
|
3
|
-
"version": "2.7.0
|
|
3
|
+
"version": "2.7.0",
|
|
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": "2f1586ea4f8af5b93753878e96f1f48adbef31a7"
|
|
13
13
|
}
|