Skip to content

Commit 5b8ef19

Browse files
author
Marvin Kuhn
authored
doc: added always show options to readme
1 parent 6ec2c3c commit 5b8ef19

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ Breadlesscode:
5050
pagination:
5151
showSeperators: true
5252
showNextAndPrevious: true
53+
alwaysShowNextAndPrevious: true
5354
showFirstAndLast: true
55+
alwaysShowFirstAndLast: true
5456
labels:
5557
seperator: '…'
5658
previous: '⟨'
@@ -67,7 +69,9 @@ prototype(Vendor.Xy:MyPersonalList) < prototype(Breadlesscode.Listable:List) {
6769
paginationConfig {
6870
showSeperators = ${ true }
6971
showNextAndPrevious = ${ true }
72+
alwaysShowNextAndPrevious = ${ true }
7073
showFirstAndLast = ${ true }
74+
alwaysShowFirstAndLast = ${ true }
7175

7276
labels {
7377
seperator = ${ '&hellip' }

0 commit comments

Comments
 (0)