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:
15
plugins/rms.help.basic/manifest.json
Normal file
15
plugins/rms.help.basic/manifest.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"id": "rms.help.basic",
|
||||
"name": "RMS Hilfe Basic",
|
||||
"version": "1.0.0",
|
||||
"apiVersion": "1.0",
|
||||
"capabilities": [
|
||||
"help.content.read"
|
||||
],
|
||||
"settingsSchema": {
|
||||
"type": "object",
|
||||
"properties": {},
|
||||
"additionalProperties": false
|
||||
},
|
||||
"uiControls": []
|
||||
}
|
||||
Reference in New Issue
Block a user