From 45355af46004a30974c77743739f19934e3616ea Mon Sep 17 00:00:00 2001 From: JustArchi Date: Wed, 18 Apr 2018 01:17:12 +0200 Subject: [PATCH] Update schema.js --- docs/WebConfigGenerator/src/schema.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/WebConfigGenerator/src/schema.js b/docs/WebConfigGenerator/src/schema.js index df9072888..c9c323fd2 100644 --- a/docs/WebConfigGenerator/src/schema.js +++ b/docs/WebConfigGenerator/src/schema.js @@ -1,7 +1,7 @@ import Validators from './validators'; export default { - 'V3.1.2.1+': { + 'V3.1.2.2+': { asf: [ { legend: 'schema.basic', @@ -87,6 +87,12 @@ export default { legend: 'schema.remote_access', advanced: true, fields: [ + { + label: 'IPC', + field: 'IPC', + defaultValue: false, + type: 'InputCheckbox' + }, { label: 'IPCPassword', field: 'IPCPassword',