From 8117bd58e5cdc991ca0bbcc0ec270e11a8e2512f Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sat, 23 Dec 2023 15:46:27 +0100 Subject: [PATCH] feat(homepage): add default key field for homepage integration Signed-off-by: Kjeld Schouten --- templates/questions/ingress/ingressAdvanced.yaml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/templates/questions/ingress/ingressAdvanced.yaml b/templates/questions/ingress/ingressAdvanced.yaml index 20be2b4235f..f865e319172 100644 --- a/templates/questions/ingress/ingressAdvanced.yaml +++ b/templates/questions/ingress/ingressAdvanced.yaml @@ -18,7 +18,7 @@ type: boolean default: true - variable: allowCors - label: "Allow Cross Origin Requests" + label: 'Allow Cross Origin Requests (advanced)' schema: type: boolean default: false @@ -116,6 +116,17 @@ type: dict additional_attrs: true attrs: + - variable: custom + label: Options + schema: + type: dict + additional_attrs: true + attrs: + - variable: key + label: API-key (key) + schema: + type: string + default: "" - variable: customkv label: Custom Options schema: