remove site.flags, add 'flag' item key property; update 0xDB config; update filter.js
This commit is contained in:
parent
6c6693e922
commit
f3af1b70a0
3 changed files with 11 additions and 12 deletions
|
|
@ -86,10 +86,6 @@
|
|||
included in find annotations.
|
||||
*/
|
||||
"clipLayers": ["subtitles"],
|
||||
/*
|
||||
"flags" sets if in filters, countries and languages have a flag icon.
|
||||
*/
|
||||
"flags": true,
|
||||
/*
|
||||
"help" specifies the sections of the help dialog.
|
||||
There isn't much of a point in making changes to this.
|
||||
|
|
@ -177,6 +173,7 @@
|
|||
"columnWidth": 120,
|
||||
"filter": true,
|
||||
"find": true,
|
||||
"flag": "country",
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
|
|
@ -198,6 +195,7 @@
|
|||
"columnWidth": 120,
|
||||
"filter": true,
|
||||
"find": true,
|
||||
"flag": "language",
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue