@camunda/element-templates-json-schema-shared 0.13.0 → 0.14.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/element-templates-json-schema-shared",
3
- "version": "0.13.0",
3
+ "version": "0.14.0",
4
4
  "description": "Shared schema definitions used within element-templates-json-schema",
5
5
  "files": [
6
6
  "src"
@@ -15,6 +15,5 @@
15
15
  "element-templates",
16
16
  "camunda"
17
17
  ],
18
- "license": "MIT",
19
- "gitHead": "092e8fa005c236f5fa02bb3e359a5132ea48b43e"
18
+ "license": "MIT"
20
19
  }
@@ -105,11 +105,6 @@
105
105
  "description": "List of keywords to help users find the template. Used in search and filtering, but not displayed in the UI.",
106
106
  "default": []
107
107
  },
108
- "entriesVisible": {
109
- "$id": "#/entriesVisible",
110
- "type": "boolean",
111
- "description": "Defines whether all property input fields are shown, even those normally hidden by the template."
112
- },
113
108
  "groups": {
114
109
  "$ref": "groups.json"
115
110
  },