23 lines
391 B
XML
23 lines
391 B
XML
{
|
|
"widgettype":"Cols",
|
|
"id":"channel_list",
|
|
"options":{
|
|
"width": "100%",
|
|
"height": "100%",
|
|
"data_url": "{{entire_url('/api/newest_channels.dspy')}}",
|
|
"data_params":{
|
|
},
|
|
"data_method":"POST",
|
|
"col_cwidth":22,
|
|
"record_view":{
|
|
"widgettype": "urlwidget",
|
|
"options":{
|
|
"url": "{{entire_url('channel_show.ui')}}",
|
|
"params": {
|
|
"id": "${id}"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|