Hide jaffal_dir option

This commit is contained in:
Sam Nicholls 2023-07-03 14:28:00 +00:00
parent 53c933aac6
commit 8d6545b462

View File

@ -201,7 +201,8 @@
"type": "string",
"format": "directory-path",
"description": "Path to the JAFFAL code directory. If running within EPI2ME-Labs, the default path of /home/epi2melabs/JAFFA within the application container will be used. If using outside of EPI2ME-Labs, the path to the code directory downloaded from github should be supplied.",
"default": "/home/epi2melabs/JAFFA"
"default": "/home/epi2melabs/JAFFA",
"hidden": true
}
}
},