Add new features

This commit is contained in:
Raymond Zhao
2021-12-01 16:54:57 -08:00
parent 1368229987
commit 71b2eb133a

View File

@ -31,8 +31,25 @@
"title": "Settings Editor Widget Samples",
"order": 2,
"properties": {
"conf.settingsEditor.numericObjectSetting": {
"type": "object",
"order": 2,
"description": "An example numeric object setting.",
"properties": {
"intprop": {
"type": "integer",
"description": "Integer property"
},
"numprop": {
"type": "number",
"description": "Numeric property"
}
},
"additionalProperties": false
},
"conf.settingsEditor.boolObjectSetting": {
"type": "object",
"order": 1,
"description": "An example bool object setting.",
"properties": {
"prop1": {
@ -71,7 +88,7 @@
}
},
{
"title": "Configuration Samples",
"title": "Configuration Sample",
"order": 1,
"properties": {
"conf.view.showOnWindowOpen": {