indiancinema config: add composer
This commit is contained in:
parent
ba8cec90dd
commit
4d36b0ed16
1 changed files with 11 additions and 0 deletions
|
@ -253,6 +253,17 @@
|
||||||
"sort": true,
|
"sort": true,
|
||||||
"sortType": "person"
|
"sortType": "person"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "composer",
|
||||||
|
"title": "Composer",
|
||||||
|
"type": ["string"],
|
||||||
|
"autocomplete": true,
|
||||||
|
"columnWidth": 180,
|
||||||
|
"filter": true,
|
||||||
|
"find": true,
|
||||||
|
"sort": true,
|
||||||
|
"sortType": "person"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "actor",
|
"id": "actor",
|
||||||
"title": "Actor",
|
"title": "Actor",
|
||||||
|
|
Loading…
Reference in a new issue