Disk: add missing JSON config options

This commit is contained in:
李通洲
2025-08-03 09:10:17 +08:00
parent 59289bef6c
commit 4a141c3f57
2 changed files with 17 additions and 0 deletions
+5
View File
@@ -2100,6 +2100,11 @@
"type": "string",
"description": "A colon separated file systems to hide from the disk output"
},
"showRegular": {
"type": "boolean",
"description": "Set if regular volume should be printed",
"default": true
},
"showExternal": {
"type": "boolean",
"description": "Set if external volume should be printed",