config: update item keys
This commit is contained in:
parent
1875068a2f
commit
9253e65e79
1 changed files with 24 additions and 60 deletions
84
config.json
84
config.json
|
@ -31,13 +31,6 @@
|
|||
"sort": true,
|
||||
"sortType": "person"
|
||||
},
|
||||
{
|
||||
"id": "edition",
|
||||
"title": "Edition",
|
||||
"type": "string",
|
||||
"columnWidth": 128,
|
||||
"find": true
|
||||
},
|
||||
{
|
||||
"id": "publisher",
|
||||
"title": "Publisher",
|
||||
|
@ -54,14 +47,6 @@
|
|||
"type": ["string"],
|
||||
"columnWidth": 128,
|
||||
"filter": true,
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
"id": "country",
|
||||
"title": "Country",
|
||||
"type": "string",
|
||||
"columnWidth": 128,
|
||||
"filter": true,
|
||||
"find": true,
|
||||
"sort": true
|
||||
},
|
||||
|
@ -74,6 +59,22 @@
|
|||
"filterMap": "(-?\\d+)",
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
"id": "series",
|
||||
"title": "Series",
|
||||
"type": "string",
|
||||
"columnWidth": 128,
|
||||
"filter": true,
|
||||
"find": true,
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
"id": "edition",
|
||||
"title": "Edition",
|
||||
"type": "string",
|
||||
"columnWidth": 128,
|
||||
"find": true
|
||||
},
|
||||
{
|
||||
"id": "language",
|
||||
"title": "Language",
|
||||
|
@ -91,22 +92,18 @@
|
|||
"format": {"type": "unit", "args": ["pages"]},
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
"id": "classification",
|
||||
"title": "Classification",
|
||||
"type": "string",
|
||||
"autocomplete": true,
|
||||
"columnWidth": 192,
|
||||
"find": true,
|
||||
"filter": true,
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
"id": "description",
|
||||
"title": "Description",
|
||||
"type": "text",
|
||||
"find": true
|
||||
},
|
||||
{
|
||||
"id": "tableofcontents",
|
||||
"title": "Table of Contents",
|
||||
"type": "text",
|
||||
"find": true
|
||||
},
|
||||
{
|
||||
"id": "extension",
|
||||
"title": "Extension",
|
||||
|
@ -200,43 +197,10 @@
|
|||
{
|
||||
"id": "isbn",
|
||||
"title": "ISBN",
|
||||
"type": ["string"],
|
||||
"type": "string",
|
||||
"columnWidth": 96,
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
"id": "asin",
|
||||
"title": "ASIN",
|
||||
"type": ["string"],
|
||||
"columnWidth": 96,
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
"id": "lccn",
|
||||
"title": "LCCN",
|
||||
"type": ["string"],
|
||||
"columnWidth": 96,
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
"id": "olid",
|
||||
"title": "OLID",
|
||||
"type": ["string"],
|
||||
"columnWidth": 96,
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
"id": "oclc",
|
||||
"title": "OCLC",
|
||||
"type": ["string"],
|
||||
"columnWidth": 96,
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
"id": "primaryid",
|
||||
"title": "Primary ID",
|
||||
"type": ["string"]
|
||||
},
|
||||
{
|
||||
"id": "random",
|
||||
"title": "Random",
|
||||
|
@ -322,7 +286,7 @@
|
|||
{"id": "publisher", "sort": [{"key": "items", "operator": "-"}]},
|
||||
{"id": "date", "sort": [{"key": "name", "operator": "-"}]},
|
||||
{"id": "language", "sort": [{"key": "items", "operator": "-"}]},
|
||||
{"id": "classification", "sort": [{"key": "items", "operator": "-"}]}
|
||||
{"id": "categories", "sort": [{"key": "items", "operator": "-"}]}
|
||||
],
|
||||
"filtersSize": 176,
|
||||
"find": {"conditions": [], "operator": "&"},
|
||||
|
|
Loading…
Reference in a new issue