pagerer bugfix
This commit is contained in:
parent
731b7914d7
commit
c58b53b5b6
@ -170,6 +170,9 @@
|
||||
},
|
||||
"drupal/ctools": {
|
||||
"How to manually pass an argument to a views block through interface https://www.drupal.org/project/ctools/issues/2759445": "https://www.drupal.org/files/issues/2023-01-18/2759445-100.patch"
|
||||
},
|
||||
"drupal/pagerer": {
|
||||
"PHP Fatal error: when migrated to Drupal 10 https://www.drupal.org/project/pagerer/issues/3399771":"https://www.drupal.org/files/issues/2023-11-07/pagerer_php_exception-3399771-1.patch"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
16
config/sync/pagerer.preset.default.yml
Normal file
16
config/sync/pagerer.preset.default.yml
Normal file
@ -0,0 +1,16 @@
|
||||
uuid: d8647e90-e9ba-4c45-8b9e-ec4bb761b75e
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: default
|
||||
label: default
|
||||
panes:
|
||||
left:
|
||||
style: none
|
||||
config: { }
|
||||
center:
|
||||
style: standard
|
||||
config: { }
|
||||
right:
|
||||
style: none
|
||||
config: { }
|
@ -593,9 +593,24 @@ display:
|
||||
separator: ', '
|
||||
field_api_classes: false
|
||||
pager:
|
||||
type: none
|
||||
type: mini
|
||||
options:
|
||||
offset: 0
|
||||
pagination_heading_level: h4
|
||||
items_per_page: 30
|
||||
total_pages: null
|
||||
id: 0
|
||||
tags:
|
||||
next: ›
|
||||
previous: ‹
|
||||
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
|
||||
exposed_form:
|
||||
type: bef
|
||||
options:
|
||||
@ -1124,6 +1139,7 @@ display:
|
||||
- 'languages:language_content'
|
||||
- 'languages:language_interface'
|
||||
- url
|
||||
- url.query_args
|
||||
- 'user.node_grants:view'
|
||||
- user.permissions
|
||||
tags:
|
||||
@ -2737,6 +2753,7 @@ display:
|
||||
- 'languages:language_content'
|
||||
- 'languages:language_interface'
|
||||
- url
|
||||
- url.query_args
|
||||
- 'user.node_grants:view'
|
||||
- user.permissions
|
||||
tags:
|
||||
|
Loading…
x
Reference in New Issue
Block a user