update indiancinema config ('Production Company -> 'Studio')

This commit is contained in:
rolux 2013-02-19 20:39:48 +05:30
parent 3516870a9f
commit f96eae1bf5

View file

@ -81,7 +81,7 @@
{"id": "genre", "title": "Genre", "type": "string"},
{"id": "writer", "title": "Writer", "type": "string"},
{"id": "producer", "title": "Producer", "type": "string"},
{"id": "productioncompany", "title": "Production Company", "type": "string"},
{"id": "productioncompany", "title": "Studio", "type": "string"},
{"id": "cinematographer", "title": "Cinematographer", "type": "string"},
{"id": "editor", "title": "Editor", "type": "string"},
{"id": "actor", "title": "Actor", "type": "string"},
@ -206,7 +206,7 @@
},
{
"id": "productioncompany",
"title": "Production Company",
"title": "Studio",
"type": ["string"],
"autocomplete": true,
"columnWidth": 180,