From dfd1b765af410de0b196338ca33f429f57ab26a2 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Fri, 16 Apr 2021 23:01:01 +0300 Subject: [PATCH] re-Add custom Env Vars on Handbrake (#369) --- stable/handbrake/3.1.2/questions.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/stable/handbrake/3.1.2/questions.yaml b/stable/handbrake/3.1.2/questions.yaml index c189425dd00..ff0996bdaeb 100644 --- a/stable/handbrake/3.1.2/questions.yaml +++ b/stable/handbrake/3.1.2/questions.yaml @@ -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"