This commit is contained in:
Matthew Zeng
2026-02-11 21:12:39 -08:00
parent 3ee49b872b
commit 5185567b62
20 changed files with 828 additions and 47 deletions

View File

@@ -30,8 +30,7 @@
"type": "boolean"
},
"isEnabled": {
"default": true,
"description": "Whether this app is enabled in config.toml. Example: ```toml [app.bad_app] enabled = false ```",
"description": "Whether this app is enabled in config.toml. Example: ```toml [apps.bad_app] enabled = false ```",
"type": "boolean"
},
"logoUrl": {
@@ -52,6 +51,7 @@
},
"required": [
"id",
"isEnabled",
"name"
],
"type": "object"