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,
|
"sort": true,
|
||||||
"sortType": "person"
|
"sortType": "person"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"id": "edition",
|
|
||||||
"title": "Edition",
|
|
||||||
"type": "string",
|
|
||||||
"columnWidth": 128,
|
|
||||||
"find": true
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"id": "publisher",
|
"id": "publisher",
|
||||||
"title": "Publisher",
|
"title": "Publisher",
|
||||||
|
@ -54,14 +47,6 @@
|
||||||
"type": ["string"],
|
"type": ["string"],
|
||||||
"columnWidth": 128,
|
"columnWidth": 128,
|
||||||
"filter": true,
|
"filter": true,
|
||||||
"sort": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "country",
|
|
||||||
"title": "Country",
|
|
||||||
"type": "string",
|
|
||||||
"columnWidth": 128,
|
|
||||||
"filter": true,
|
|
||||||
"find": true,
|
"find": true,
|
||||||
"sort": true
|
"sort": true
|
||||||
},
|
},
|
||||||
|
@ -74,6 +59,22 @@
|
||||||
"filterMap": "(-?\\d+)",
|
"filterMap": "(-?\\d+)",
|
||||||
"sort": true
|
"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",
|
"id": "language",
|
||||||
"title": "Language",
|
"title": "Language",
|
||||||
|
@ -91,22 +92,18 @@
|
||||||
"format": {"type": "unit", "args": ["pages"]},
|
"format": {"type": "unit", "args": ["pages"]},
|
||||||
"sort": true
|
"sort": true
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"id": "classification",
|
|
||||||
"title": "Classification",
|
|
||||||
"type": "string",
|
|
||||||
"autocomplete": true,
|
|
||||||
"columnWidth": 192,
|
|
||||||
"find": true,
|
|
||||||
"filter": true,
|
|
||||||
"sort": true
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"id": "description",
|
"id": "description",
|
||||||
"title": "Description",
|
"title": "Description",
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"find": true
|
"find": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "tableofcontents",
|
||||||
|
"title": "Table of Contents",
|
||||||
|
"type": "text",
|
||||||
|
"find": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "extension",
|
"id": "extension",
|
||||||
"title": "Extension",
|
"title": "Extension",
|
||||||
|
@ -200,43 +197,10 @@
|
||||||
{
|
{
|
||||||
"id": "isbn",
|
"id": "isbn",
|
||||||
"title": "ISBN",
|
"title": "ISBN",
|
||||||
"type": ["string"],
|
"type": "string",
|
||||||
"columnWidth": 96,
|
"columnWidth": 96,
|
||||||
"sort": true
|
"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",
|
"id": "random",
|
||||||
"title": "Random",
|
"title": "Random",
|
||||||
|
@ -322,7 +286,7 @@
|
||||||
{"id": "publisher", "sort": [{"key": "items", "operator": "-"}]},
|
{"id": "publisher", "sort": [{"key": "items", "operator": "-"}]},
|
||||||
{"id": "date", "sort": [{"key": "name", "operator": "-"}]},
|
{"id": "date", "sort": [{"key": "name", "operator": "-"}]},
|
||||||
{"id": "language", "sort": [{"key": "items", "operator": "-"}]},
|
{"id": "language", "sort": [{"key": "items", "operator": "-"}]},
|
||||||
{"id": "classification", "sort": [{"key": "items", "operator": "-"}]}
|
{"id": "categories", "sort": [{"key": "items", "operator": "-"}]}
|
||||||
],
|
],
|
||||||
"filtersSize": 176,
|
"filtersSize": 176,
|
||||||
"find": {"conditions": [], "operator": "&"},
|
"find": {"conditions": [], "operator": "&"},
|
||||||
|
|
Loading…
Reference in a new issue