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.
16 lines
277 B
JSON
16 lines
277 B
JSON
{
|
|
"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": []
|
|
}
|