Add more information about contribution to A-C

This commit is contained in:
Igor
2025-05-04 10:12:37 +02:00
committed by GitHub
parent 2166de8ffd
commit 9272037f0b

View File

@@ -21,6 +21,8 @@ This one we will place under `Software -> Management`.
{
"id": "MAN005",
"description": "Webmin web-based management tool",
"short": "Webmin",
"module": "module_webmin",
"command": [
"see_menu module_webmin"
],
@@ -35,6 +37,7 @@ This one we will place under `Software -> Management`.
| `id` | `unique identifier` | Select higher number. If you will select existing, application will fail to run |
| `description` | `menu descriptor` | This will be displayed in the menu |
| `short` | `docs menu descriptor` | This will over-ride description in the rendering of documentation |
| `module` | `link json entry with module` | Used for documentation generation - read info from `module_options` |
| `prompt` | `confirmation text` | Some features needs confirmation before proceeding |
| `command` | `executes function` | What should be run after we select and agree (optional) |
| `status` | `Stable|Disabled` | Control if function is shown to users in the menu |