@steedos/standard-object-database 2.5.13-beta.21 → 2.5.13-beta.22

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.
@@ -87,6 +87,8 @@ fields:
87
87
  hidden: false
88
88
  field_groups.$.group_name:
89
89
  type: text
90
+ field_groups.$.visible_on:
91
+ type: text
90
92
  fields:
91
93
  type: grid
92
94
  is_wide: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-object-database",
3
- "version": "2.5.13-beta.21",
3
+ "version": "2.5.13-beta.22",
4
4
  "main": "package.service.js",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -15,5 +15,5 @@
15
15
  },
16
16
  "repository": {},
17
17
  "license": "MIT",
18
- "gitHead": "b52966369ce4dcee0c249e76bd9fa275c8f84139"
18
+ "gitHead": "a1f68ec601f8ed91dbd8eaecae9d5122f7018825"
19
19
  }