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,
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
"id": "isbn",
|
||||
"title": "ISBN",
|
||||
"type": "string",
|
||||
"columnWidth": 96,
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
"id": "description",
|
||||
"title": "Description",
|
||||
|
@ -130,6 +137,13 @@
|
|||
"format": {"type": "value", "args": ["B"]},
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
"id": "id",
|
||||
"title": "ID",
|
||||
"type": "string",
|
||||
"columnWidth": 96,
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
"id": "created",
|
||||
"title": "First Seen",
|
||||
|
@ -196,20 +210,6 @@
|
|||
"format": {"type": "percent", "args": [1, 0]},
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
"id": "id",
|
||||
"title": "ID",
|
||||
"type": "string",
|
||||
"columnWidth": 96,
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
"id": "isbn",
|
||||
"title": "ISBN",
|
||||
"type": "string",
|
||||
"columnWidth": 96,
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
"id": "random",
|
||||
"title": "Random",
|
||||
|
|
Loading…
Reference in a new issue