@steedos/schemas 3.0.12 → 3.0.13-beta.3
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 +8 -0
- package/package.json +2 -2
package/app/schema.json
CHANGED
|
@@ -146,6 +146,14 @@
|
|
|
146
146
|
"is_hide_mobile_menu": {
|
|
147
147
|
"type": "boolean",
|
|
148
148
|
"description": "始终隐藏手机端菜单选项卡"
|
|
149
|
+
},
|
|
150
|
+
"enable_nav_schema": {
|
|
151
|
+
"type": "boolean",
|
|
152
|
+
"description": "启用自定义导航"
|
|
153
|
+
},
|
|
154
|
+
"nav_schema": {
|
|
155
|
+
"type": "string",
|
|
156
|
+
"description": "导航 Amis Schema"
|
|
149
157
|
}
|
|
150
158
|
}
|
|
151
159
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/schemas",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.13-beta.3",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"repository": "https://github.com/steedos/schemas.git",
|
|
6
6
|
"author": "sunhaolin <sunhaolin@hotoa.com>",
|
|
@@ -8,5 +8,5 @@
|
|
|
8
8
|
"publishConfig": {
|
|
9
9
|
"access": "public"
|
|
10
10
|
},
|
|
11
|
-
"gitHead": "
|
|
11
|
+
"gitHead": "4d016bc4e89b8bb68765f3b2e13b85a82c28ed03"
|
|
12
12
|
}
|