config: reorder item keys
This commit is contained in:
parent
204fdce0cf
commit
1735967306
2 changed files with 14 additions and 14 deletions
28
config.json
28
config.json
|
@ -101,6 +101,13 @@
|
||||||
"find": true,
|
"find": true,
|
||||||
"sort": true
|
"sort": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "isbn",
|
||||||
|
"title": "ISBN",
|
||||||
|
"type": "string",
|
||||||
|
"columnWidth": 96,
|
||||||
|
"sort": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "description",
|
"id": "description",
|
||||||
"title": "Description",
|
"title": "Description",
|
||||||
|
@ -130,6 +137,13 @@
|
||||||
"format": {"type": "value", "args": ["B"]},
|
"format": {"type": "value", "args": ["B"]},
|
||||||
"sort": true
|
"sort": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "id",
|
||||||
|
"title": "ID",
|
||||||
|
"type": "string",
|
||||||
|
"columnWidth": 96,
|
||||||
|
"sort": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "created",
|
"id": "created",
|
||||||
"title": "First Seen",
|
"title": "First Seen",
|
||||||
|
@ -196,20 +210,6 @@
|
||||||
"format": {"type": "percent", "args": [1, 0]},
|
"format": {"type": "percent", "args": [1, 0]},
|
||||||
"sort": true
|
"sort": true
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"id": "id",
|
|
||||||
"title": "ID",
|
|
||||||
"type": "string",
|
|
||||||
"columnWidth": 96,
|
|
||||||
"sort": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "isbn",
|
|
||||||
"title": "ISBN",
|
|
||||||
"type": "string",
|
|
||||||
"columnWidth": 96,
|
|
||||||
"sort": true
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"id": "random",
|
"id": "random",
|
||||||
"title": "Random",
|
"title": "Random",
|
||||||
|
|
Loading…
Reference in a new issue