From 0ef116b20bdbd8486e918eb9accda2cdea8a6843 Mon Sep 17 00:00:00 2001 From: Andy Fuchs Date: Sun, 13 Jan 2019 14:20:08 +0100 Subject: [PATCH] add ftp-upload defaultPassword to schema --- scripts/helper/app-config-schema.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/helper/app-config-schema.json b/scripts/helper/app-config-schema.json index 4bbee3c6..05f24a0f 100644 --- a/scripts/helper/app-config-schema.json +++ b/scripts/helper/app-config-schema.json @@ -229,6 +229,10 @@ "defaultPathOnServer": { "type": "string", "default": "" + }, + "defaultPassword": { + "type": "string", + "default": "" } }, "additionalProperties": false