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,
|
||||
"sort": true,
|
||||
"autocomplete": true,
|
||||
"columnWidth": 128
|
||||
"columnWidth": 80
|
||||
},
|
||||
{
|
||||
"id": "author",
|
||||
|
@ -545,7 +545,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
|||
"title": "Batch",
|
||||
"type": ["string"],
|
||||
"autocomplete": true,
|
||||
"columnWidth": 180,
|
||||
"columnWidth": 80,
|
||||
"filter": true,
|
||||
"poster": true,
|
||||
"sort": true
|
||||
|
@ -555,7 +555,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
|||
"title": "Editing Tags",
|
||||
"type": ["string"],
|
||||
"autocomplete": true,
|
||||
"columnWidth": 180,
|
||||
"columnWidth": 380,
|
||||
"filter": true,
|
||||
"sort": true
|
||||
},
|
||||
|
@ -640,7 +640,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
|||
"id": "resolution",
|
||||
"title": "Resolution",
|
||||
"type": ["integer"],
|
||||
"columnWidth": 90,
|
||||
"columnWidth": 120,
|
||||
"format": {"type": "resolution", "args": ["px"]},
|
||||
"sort": true
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue