re-Add custom Env Vars on Handbrake (#369)

This commit is contained in:
Stavros Kois
2021-04-16 23:01:01 +03:00
committed by GitHub
parent 48d99600e3
commit dfd1b765af

View File

@@ -66,6 +66,27 @@ questions:
$ref:
- "definitions/timezone"
# Configure Enviroment Variables
- variable: environmentVariables
label: "Image environment"
group: "Configuration"
schema:
type: list
default: []
items:
- variable: environmentVariable
label: "Environment Variable"
schema:
type: dict
attrs:
- variable: name
label: "Name"
schema:
type: string
- variable: value
label: "Value"
schema:
type: string
- variable: env
group: "Configuration"