add some test settings for ui testing
This commit is contained in:
parent
87b07d0a0e
commit
17a8c2372b
|
@ -6,7 +6,20 @@
|
|||
"description": "Example Plugin Description"
|
||||
},
|
||||
"main": "index.js",
|
||||
"defaultConfig": {
|
||||
"foo": "bar"
|
||||
}
|
||||
"defaultConfig": [
|
||||
{
|
||||
"id": "test-setting-1",
|
||||
"type": "bool",
|
||||
"value": false,
|
||||
"text": "Bool Test Setting",
|
||||
"hint": "Bool Test Setting Hint"
|
||||
},
|
||||
{
|
||||
"id": "test-setting-2",
|
||||
"type": "text",
|
||||
"value": "defaultValue",
|
||||
"text": "Text Test Setting",
|
||||
"hint": "Text Test Setting Hint"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue