From 08ad3450c96b4ef91dd95b7392dd9a850b3f988b Mon Sep 17 00:00:00 2001 From: JustArchi Date: Wed, 9 May 2018 05:48:58 +0200 Subject: [PATCH] Update schema.js --- WebConfigGenerator/src/schema.js | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/WebConfigGenerator/src/schema.js b/WebConfigGenerator/src/schema.js index 81904795c..d92d32ab4 100644 --- a/WebConfigGenerator/src/schema.js +++ b/WebConfigGenerator/src/schema.js @@ -1,7 +1,7 @@ import Validators from './validators'; export default { - 'V3.1.2.4+': { + 'V3.1.2.5+': { asf: [ { legend: 'schema.basic', @@ -117,6 +117,24 @@ export default { ], defaultValue: 0, advanced: true + }, + { + label: 'WebProxy', + field: 'WebProxy', + placeholder: '', + type: 'InputText' + }, + { + label: 'WebProxyPassword', + field: 'WebProxyPassword', + placeholder: '', + type: 'InputPassword' + }, + { + label: 'WebProxyUsername', + field: 'WebProxyUsername', + placeholder: '', + type: 'InputText' } ] },