Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ttree
News
Commits
b17e09c6
Commit
b17e09c6
authored
Apr 24, 2017
by
Laurent Cherpit
Browse files
TASK: Change default values of items for EventList
parent
6a5698cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Resources/Private/TypoScript/NodeTypes/Event/AbstractEventList.ts2
View file @
b17e09c6
...
...
@@ -7,7 +7,9 @@ prototype(Ttree.News:AbstractEventList) < prototype(TYPO3.Neos:Content) {
sortProperty = 'startDate'
@context.sortProperty = ${this.sortProperty}
numberOfItems = 20
// default value : overrided in latest from user input property value.
numberOfItems = 10000
@context.numberOfItems = ${this.numberOfItems}
attributes {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment