forked from 0x2620/pandora
sync padma.jsonc
This commit is contained in:
parent
f7ee92369b
commit
e92fff7f42
1 changed files with 6 additions and 19 deletions
|
@ -114,8 +114,8 @@
|
|||
"value": {"key": "description", "type": "words"}
|
||||
},
|
||||
{
|
||||
"id": "releasedate",
|
||||
"title": "Release Date",
|
||||
"id": "created",
|
||||
"title": "Date Created",
|
||||
"type": "date",
|
||||
"columnWidth": 120,
|
||||
"format": {"type": "date", "args": ["%a, %b %e, %Y"]}
|
||||
|
@ -262,12 +262,6 @@
|
|||
"find": true,
|
||||
"rightsLevel": 1
|
||||
},
|
||||
{
|
||||
"id": "published",
|
||||
"title": "Date Published",
|
||||
"type": "date",
|
||||
"columnWidth": 90
|
||||
},
|
||||
{
|
||||
"id": "modified",
|
||||
"title": "Date Modified",
|
||||
|
@ -281,18 +275,11 @@
|
|||
"columnWidth": 90
|
||||
},
|
||||
{
|
||||
"id": "viewed",
|
||||
"title": "Date Viewed",
|
||||
"type": "date",
|
||||
"columnWidth": 90
|
||||
},
|
||||
{
|
||||
"id": "popularity",
|
||||
"title": "Popularity",
|
||||
"id": "timesaccessed",
|
||||
"title": "Times Accessed",
|
||||
"type": "integer",
|
||||
"columnWidth": 60,
|
||||
"format": {"type": "percent", "args": ["auto", 2]}
|
||||
}
|
||||
"columnWidth": 60
|
||||
},
|
||||
],
|
||||
"itemName": {
|
||||
"singular": "Video",
|
||||
|
|
Loading…
Reference in a new issue