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