[mockup.channels] update

This commit is contained in:
xdrm-brackets 2018-03-22 00:23:45 +01:00
parent 8b0d751b56
commit 1ccfebfde5
1 changed files with 8 additions and 8 deletions

View File

@ -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
}
]
}
}
]