mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(cloudcmd) add --show-file-name to add file name title in view and edit (#183)
This commit is contained in:
parent
ce0938ea11
commit
f04808c709
9 changed files with 53 additions and 16 deletions
5
app.json
5
app.json
|
|
@ -112,6 +112,11 @@
|
|||
"value": "true",
|
||||
"required": false
|
||||
},
|
||||
"CLOUDCMD_SHOW_FILE_NAME": {
|
||||
"description": "show file name in view and edit",
|
||||
"value": "false",
|
||||
"required": false
|
||||
},
|
||||
"CLOUDCMD_EXPORT": {
|
||||
"description": "enable export of config through a server",
|
||||
"value": "false",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue