@camunda/element-templates-json-schema 0.20.0 → 0.21.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",
3
- "version": "0.20.0",
3
+ "version": "0.21.0",
4
4
  "description": "JSON Schema for (Camunda) Element Templates",
5
5
  "files": [
6
6
  "resources"
@@ -24,6 +24,5 @@
24
24
  "element-templates",
25
25
  "camunda"
26
26
  ],
27
- "license": "MIT",
28
- "gitHead": "092e8fa005c236f5fa02bb3e359a5132ea48b43e"
27
+ "license": "MIT"
29
28
  }
@@ -1031,11 +1031,6 @@
1031
1031
  "description": "List of keywords to help users find the template. Used in search and filtering, but not displayed in the UI.",
1032
1032
  "default": []
1033
1033
  },
1034
- "entriesVisible": {
1035
- "$id": "#/entriesVisible",
1036
- "type": "boolean",
1037
- "description": "Defines whether all property input fields are shown, even those normally hidden by the template."
1038
- },
1039
1034
  "groups": {
1040
1035
  "$id": "#/groups",
1041
1036
  "type": "array",
@@ -1180,6 +1175,11 @@
1180
1175
  }
1181
1176
  ]
1182
1177
  }
1178
+ },
1179
+ "entriesVisible": {
1180
+ "$id": "#/entriesVisible",
1181
+ "type": "boolean",
1182
+ "description": "Defines whether all property input fields are shown, even those normally hidden by the template."
1183
1183
  }
1184
1184
  }
1185
1185
  }