Update case study block view to only show six
This commit is contained in:
parent
81310df79f
commit
a3483d12e7
1 changed files with 1 additions and 18 deletions
|
@ -191,26 +191,10 @@ display:
|
|||
use_more_always: false
|
||||
use_more_text: false
|
||||
pager:
|
||||
type: full
|
||||
type: some
|
||||
options:
|
||||
items_per_page: 6
|
||||
offset: 0
|
||||
id: 0
|
||||
total_pages: null
|
||||
expose:
|
||||
items_per_page: false
|
||||
items_per_page_label: 'Items per page'
|
||||
items_per_page_options: '5, 10, 25, 50'
|
||||
items_per_page_options_all: false
|
||||
items_per_page_options_all_label: '- All -'
|
||||
offset: false
|
||||
offset_label: Offset
|
||||
tags:
|
||||
previous: '‹ Previous'
|
||||
next: 'Next ›'
|
||||
first: '« First'
|
||||
last: 'Last »'
|
||||
quantity: 9
|
||||
display_description: ''
|
||||
use_more: true
|
||||
use_more_always: true
|
||||
|
@ -220,7 +204,6 @@ display:
|
|||
contexts:
|
||||
- 'languages:language_content'
|
||||
- 'languages:language_interface'
|
||||
- url.query_args
|
||||
tags: { }
|
||||
page_listing:
|
||||
display_plugin: page
|
||||
|
|
Loading…
Reference in a new issue