From 1ccfebfde526f2858a7e8f32c0bcb028f316b108 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Thu, 22 Mar 2018 00:23:45 +0100 Subject: [PATCH] [mockup.channels] update --- webpack/mockup/channels.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/webpack/mockup/channels.json b/webpack/mockup/channels.json index 338b50d..7b99e95 100644 --- a/webpack/mockup/channels.json +++ b/webpack/mockup/channels.json @@ -3,38 +3,38 @@ "id": 0, "link": "channel-1", "label": "first channel", - "local": [ - { + "local": { + "text": { "type": "text", "visible": true, "list": [ "general", "test-text" ], "active": 0 }, - { + "voice": { "type": "voice", "visible": true, "list": [ "general" , "test-voice" ], "active": null } - ] + } }, { "id": 1, "link": "common-channel", "label": "Common Channel", - "local": [ - { + "local": { + "text": { "type": "text", "visible": true, "list": [ "general2", "test-text-common" ], "active": 0 }, - { + "voice": { "type": "voice", "visible": true, "list": [ "general2" , "test-voice-common" ], "active": null } - ] + } } ] \ No newline at end of file