Skip to content
Snippets Groups Projects
Commit a24710ab authored by Angie Byron's avatar Angie Byron
Browse files

Issue #3033442 by dww, kailask, phenaproxima, seanB, lauriii: Use 24 items per...

Issue #3033442 by dww, kailask, phenaproxima, seanB, lauriii: Use 24 items per page for better responsive grid behavior
parent 00398c7f
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -55,14 +55,14 @@ display:
pager:
type: mini
options:
items_per_page: 25
items_per_page: 24
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: '6, 12, 24, 48'
items_per_page_options_all: false
items_per_page_options_all_label: '- All -'
offset: false
......@@ -646,7 +646,7 @@ display:
summary_options:
base_path: ''
count: true
items_per_page: 25
items_per_page: 24
override: false
summary:
sort_order: asc
......@@ -889,7 +889,7 @@ display:
summary_options:
base_path: ''
count: true
items_per_page: 25
items_per_page: 24
override: false
summary:
sort_order: asc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment