Skip to content

Commit

Permalink
fixed comment in list fusion component
Browse files Browse the repository at this point in the history
  • Loading branch information
breadlesscode authored Nov 15, 2019
1 parent 5240b57 commit cea2928
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Resources/Private/Fusion/Component/List.fusion
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
prototype(Breadlesscode.Listable:List) < prototype(Neos.Fusion:Component) {
collection = ${ [] }
itemsPerPage = 10 # deprecated please use limit instead
// itemsPerPage is deprecated, please use limit instead
itemsPerPage = 10
limit = ${ this.itemsPerPage }
itemRenderer = 'Breadlesscode.Listable:ListItem'
itemName = ${ 'item' }
Expand Down

0 comments on commit cea2928

Please sign in to comment.