initialize generic rms-software repository
Add the reusable RMS core application (server, web UI, plugins, tests, tools) with generic defaults, GPL licensing, and maintainer context documentation so deployments can consume this repo as software source independent of station-specific overlays.
This commit is contained in:
20
plugins/rms.vswr.report_reader/manifest.json
Normal file
20
plugins/rms.vswr.report_reader/manifest.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"id": "rms.vswr.report_reader",
|
||||
"name": "VSWR Report Reader",
|
||||
"version": "1.0.0",
|
||||
"apiVersion": "1.0",
|
||||
"capabilities": [
|
||||
"vswr.report.read"
|
||||
],
|
||||
"settingsSchema": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"overviewHtmlPath": { "type": "string" },
|
||||
"metadataPath": { "type": "string" },
|
||||
"imagesDirPath": { "type": "string" },
|
||||
"publicImagesBaseUrl": { "type": "string" }
|
||||
},
|
||||
"additionalProperties": false
|
||||
},
|
||||
"uiControls": []
|
||||
}
|
||||
Reference in New Issue
Block a user