info page uses summary
This commit is contained in:
parent
935ca5235b
commit
01de689611
1 changed files with 3 additions and 3 deletions
|
@ -620,8 +620,8 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
|||
"sort": true
|
||||
},
|
||||
{
|
||||
"id": "description",
|
||||
"title": "Description",
|
||||
"id": "summary",
|
||||
"title": "Summary",
|
||||
"type": "text",
|
||||
"find": true
|
||||
},
|
||||
|
@ -1153,7 +1153,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
|||
"calendarSelection": "",
|
||||
"clipColumns": 2,
|
||||
"clipSize": 416,
|
||||
"collectionColumns": ["title", "id", "extension", "dimensions", "size", "description", "matches", "user", "created", "modified"],
|
||||
"collectionColumns": ["title", "id", "extension", "dimensions", "size", "summary", "matches", "user", "created", "modified"],
|
||||
"collectionColumnWidth": {},
|
||||
"collectionSelection": [],
|
||||
"collectionSort": [
|
||||
|
|
Loading…
Reference in a new issue