Use full pager, show 24 items, on articles page (will set model for others)
This commit is contained in:
parent
72d7713013
commit
7188401326
1 changed files with 8 additions and 5 deletions
|
@ -48,12 +48,17 @@ display:
|
|||
sort_asc_label: Asc
|
||||
sort_desc_label: Desc
|
||||
pager:
|
||||
type: mini
|
||||
type: full
|
||||
options:
|
||||
items_per_page: 12
|
||||
items_per_page: 24
|
||||
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'
|
||||
|
@ -62,9 +67,7 @@ display:
|
|||
items_per_page_options_all_label: '- All -'
|
||||
offset: false
|
||||
offset_label: Offset
|
||||
tags:
|
||||
previous: ‹‹
|
||||
next: ››
|
||||
quantity: 10
|
||||
style:
|
||||
type: default
|
||||
options:
|
||||
|
|
Loading…
Add table
Reference in a new issue