moved test json files to folders
This commit is contained in:
parent
71a7b0de11
commit
4d9c958fc9
6 changed files with 0 additions and 0 deletions
37
testdata/complete/plugin.json
vendored
Normal file
37
testdata/complete/plugin.json
vendored
Normal file
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
"id": "com.example.complete",
|
||||
"name": "Complete Test Plugin",
|
||||
"description": "A complete plugin with all features for testing",
|
||||
"version": "2.1.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": "Complete Plugin Settings",
|
||||
"footer": "Configure all settings for the complete plugin",
|
||||
"settings": [
|
||||
{
|
||||
"key": "enable_feature",
|
||||
"display_name": "Enable Main Feature",
|
||||
"type": "bool",
|
||||
"help_text": "Enable or disable the main plugin feature",
|
||||
"default": true
|
||||
},
|
||||
{
|
||||
"key": "api_endpoint",
|
||||
"display_name": "API Endpoint",
|
||||
"type": "text",
|
||||
"help_text": "The API endpoint URL",
|
||||
"default": "https://api.example.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue