@steedos/standard-ui 2.6.13 → 2.6.14
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.
|
@@ -193,6 +193,13 @@ fields:
|
|
|
193
193
|
function () {
|
|
194
194
|
return Steedos.getObjectsOptions()
|
|
195
195
|
}
|
|
196
|
+
visible_on:
|
|
197
|
+
name: visible_on
|
|
198
|
+
is_wide: true
|
|
199
|
+
label: Visible On
|
|
200
|
+
inlineHelpText: Visible On
|
|
201
|
+
type: textarea
|
|
202
|
+
group: other
|
|
196
203
|
enable_nav_schema:
|
|
197
204
|
label: 启用自定义导航
|
|
198
205
|
type: boolean
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/standard-ui",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.14",
|
|
4
4
|
"main": "package.service.js",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
@@ -12,5 +12,5 @@
|
|
|
12
12
|
"description": "steedos package",
|
|
13
13
|
"repository": {},
|
|
14
14
|
"license": "MIT",
|
|
15
|
-
"gitHead": "
|
|
15
|
+
"gitHead": "d4fe1f90b529bdaf32cf166b03bee43cc11c0e7f"
|
|
16
16
|
}
|