Make search listing use a full pager, double items per page
This commit is contained in:
parent
8704d71a5e
commit
1215191d89
1 changed files with 8 additions and 5 deletions
|
@ -46,12 +46,17 @@ display:
|
|||
sort_asc_label: Asc
|
||||
sort_desc_label: Desc
|
||||
pager:
|
||||
type: mini
|
||||
type: full
|
||||
options:
|
||||
items_per_page: 10
|
||||
items_per_page: 20
|
||||
offset: 0
|
||||
id: 0
|
||||
total_pages: null
|
||||
tags:
|
||||
previous: ‹‹
|
||||
next: ››
|
||||
first: '« First'
|
||||
last: 'Last »'
|
||||
expose:
|
||||
items_per_page: false
|
||||
items_per_page_label: 'Items per page'
|
||||
|
@ -60,9 +65,7 @@ display:
|
|||
items_per_page_options_all_label: '- All -'
|
||||
offset: false
|
||||
offset_label: Offset
|
||||
tags:
|
||||
previous: ‹‹
|
||||
next: ››
|
||||
quantity: 9
|
||||
style:
|
||||
type: default
|
||||
options:
|
||||
|
|
Loading…
Add table
Reference in a new issue