add upload sound
This commit is contained in:
parent
8378f5b1d6
commit
c037ddc0cd
3 changed files with 29 additions and 3 deletions
|
@ -13,6 +13,7 @@ declare -A ALLOWED_KEYS=(
|
|||
["log_level"]="^(DEBUG|INFO|WARN|ERROR)$"
|
||||
["SHOW_CAPTURE_PREVIEW"]="^(true|false)$"
|
||||
["SHOW_NOTIFICATIONS"]="^(true|false)$"
|
||||
["SNIP_SOUND"]="^(true|false)$"
|
||||
["SAVE_IMAGES"]="^(true|false)$"
|
||||
["SAVE_DIR"]="^.+$"
|
||||
["DOMAIN"]="^.+$"
|
||||
|
@ -29,6 +30,7 @@ declare -A ALLOWED_KEYS=(
|
|||
REQUIRED_KEYS=(
|
||||
"SHOW_CAPTURE_PREVIEW"
|
||||
"SHOW_NOTIFICATIONS"
|
||||
"SNIP_SOUND"
|
||||
"SAVE_IMAGES"
|
||||
"DEFAULT_OPTION"
|
||||
)
|
||||
|
@ -65,4 +67,4 @@ declare -A UPLOAD_JSON_KEYS=(
|
|||
["ez"]="imageUrl"
|
||||
["fakecrime"]="url"
|
||||
["zipline"]="files[0].url"
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue