Skip to content

Commit

Permalink
doc: added always show options to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin Kuhn authored Oct 8, 2018
1 parent 6ec2c3c commit 5b8ef19
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ Breadlesscode:
pagination:
showSeperators: true
showNextAndPrevious: true
alwaysShowNextAndPrevious: true
showFirstAndLast: true
alwaysShowFirstAndLast: true
labels:
seperator: '…'
previous: '⟨'
Expand All @@ -67,7 +69,9 @@ prototype(Vendor.Xy:MyPersonalList) < prototype(Breadlesscode.Listable:List) {
paginationConfig {
showSeperators = ${ true }
showNextAndPrevious = ${ true }
alwaysShowNextAndPrevious = ${ true }
showFirstAndLast = ${ true }
alwaysShowFirstAndLast = ${ true }

labels {
seperator = ${ '&hellip' }
Expand Down

0 comments on commit 5b8ef19

Please sign in to comment.