We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6e7d54 commit 2f937a2Copy full SHA for 2f937a2
package.json
@@ -2,7 +2,7 @@
2
"name": "cache-visual-editor",
3
"printableName": "Cache Visual Editor",
4
"packageName": "VisualEditor",
5
- "version": "0.6.0",
+ "version": "0.6.1",
6
"description": "Visual class editor for InterSystems Caché",
7
"main": "index.js",
8
"keywords": [
source/client/js/classEditor/class/MANIFEST.js
@@ -43,6 +43,10 @@ export default {
43
default: 0,
44
type: "boolean"
45
},
46
+ Description: {
47
+ ignore: true,
48
+ default: ""
49
+ },
50
Dynamic: {
51
52
0 commit comments