[mockup.channels] update
This commit is contained in:
parent
8b0d751b56
commit
1ccfebfde5
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue