mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(cloudcmd) add support of CLOUDCMD_ONE_PANEL_MODE (#64)
This commit is contained in:
parent
98609fde69
commit
cc1205f6b4
3 changed files with 7 additions and 1 deletions
5
app.json
5
app.json
|
|
@ -71,6 +71,11 @@
|
|||
"description": "set root dir",
|
||||
"value": "",
|
||||
"required": false
|
||||
},
|
||||
"CLOUDCMD_ONE_PANEL_MODE": {
|
||||
"description": "set one panel mode",
|
||||
"value": "false",
|
||||
"required": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue