changed proto title in forwarder to flatbuffer

Signed-off-by: Paulchen-Panther <Paulchen-Panter@protonmail.com>
This commit is contained in:
Paulchen-Panther
2019-08-24 21:12:53 +02:00
parent c419f305f3
commit 8f27c2b1f6
10 changed files with 41 additions and 41 deletions

View File

@@ -24,15 +24,15 @@
},
"propertyOrder" : 2
},
"proto" :
"flat" :
{
"type" : "array",
"title" : "edt_conf_fw_proto_title",
"title" : "edt_conf_fw_flat_title",
"required" : true,
"default" : ["127.0.0.1:19401"],
"items" : {
"type": "string",
"title" : "edt_conf_fw_proto_itemtitle"
"title" : "edt_conf_fw_flat_itemtitle"
},
"propertyOrder" : 3
}