column widths
This commit is contained in:
parent
c384d03c96
commit
82ed65096e
1 changed files with 4 additions and 4 deletions
|
@ -178,7 +178,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
||||||
"find": true,
|
"find": true,
|
||||||
"sort": true,
|
"sort": true,
|
||||||
"autocomplete": true,
|
"autocomplete": true,
|
||||||
"columnWidth": 128
|
"columnWidth": 80
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "author",
|
"id": "author",
|
||||||
|
@ -545,7 +545,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
||||||
"title": "Batch",
|
"title": "Batch",
|
||||||
"type": ["string"],
|
"type": ["string"],
|
||||||
"autocomplete": true,
|
"autocomplete": true,
|
||||||
"columnWidth": 180,
|
"columnWidth": 80,
|
||||||
"filter": true,
|
"filter": true,
|
||||||
"poster": true,
|
"poster": true,
|
||||||
"sort": true
|
"sort": true
|
||||||
|
@ -555,7 +555,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
||||||
"title": "Editing Tags",
|
"title": "Editing Tags",
|
||||||
"type": ["string"],
|
"type": ["string"],
|
||||||
"autocomplete": true,
|
"autocomplete": true,
|
||||||
"columnWidth": 180,
|
"columnWidth": 380,
|
||||||
"filter": true,
|
"filter": true,
|
||||||
"sort": true
|
"sort": true
|
||||||
},
|
},
|
||||||
|
@ -640,7 +640,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
||||||
"id": "resolution",
|
"id": "resolution",
|
||||||
"title": "Resolution",
|
"title": "Resolution",
|
||||||
"type": ["integer"],
|
"type": ["integer"],
|
||||||
"columnWidth": 90,
|
"columnWidth": 120,
|
||||||
"format": {"type": "resolution", "args": ["px"]},
|
"format": {"type": "resolution", "args": ["px"]},
|
||||||
"sort": true
|
"sort": true
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue