1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

Update PagerFanta

This commit is contained in:
Jeremy Benoist 2022-12-14 14:36:29 +01:00
parent ef83032601
commit 67a344c2c6
No known key found for this signature in database
GPG key ID: 7168D5DD29F38552
5 changed files with 171 additions and 113 deletions

View file

@ -278,3 +278,13 @@ services:
Wallabag\ImportBundle\Import\ChromeImport:
tags:
- { name: wallabag_import.import, alias: chrome }
# to factorize the proximity and bypass translation for prev & next
pagerfanta.view.default_wallabag:
class: Pagerfanta\View\OptionableView
arguments:
- '@pagerfanta.view.twitter_bootstrap'
- { proximity: 1, prev_message: "<", next_message: ">" }
public: false
tags:
- { name: pagerfanta.view, alias: default_wallabag }