moved test json files to folders
This commit is contained in:
parent
71a7b0de11
commit
4d9c958fc9
6 changed files with 0 additions and 0 deletions
22
testdata/plugin.json
vendored
22
testdata/plugin.json
vendored
|
@ -1,22 +0,0 @@
|
|||
{
|
||||
"id": "com.example.testplugin",
|
||||
"name": "Test Plugin",
|
||||
"description": "A test plugin for demonstrating pluginctl functionality",
|
||||
"version": "1.0.0",
|
||||
"min_server_version": "7.0.0",
|
||||
"server": {
|
||||
"executables": {
|
||||
"linux-amd64": "server/dist/plugin-linux-amd64",
|
||||
"darwin-amd64": "server/dist/plugin-darwin-amd64",
|
||||
"windows-amd64": "server/dist/plugin-windows-amd64.exe"
|
||||
}
|
||||
},
|
||||
"webapp": {
|
||||
"bundle_path": "webapp/dist/main.js"
|
||||
},
|
||||
"settings_schema": {
|
||||
"header": "Configure the Test Plugin",
|
||||
"footer": "",
|
||||
"settings": []
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue