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
6a5698cf
Commit
6a5698cf
authored
Jan 13, 2017
by
Dominique Feyer
Browse files
TASK: Improve cache configuration for Lists
parent
52d84f25
Changes
1
Hide whitespace changes
Inline
Side-by-side
Resources/Private/TypoScript/NodeTypes/AbstractList.ts2
View file @
6a5698cf
...
...
@@ -26,12 +26,17 @@ prototype(Ttree.News:AbstractList) < prototype(TYPO3.Neos:Content) {
@cache {
mode = 'cached'
entryIdentifier {
node = ${node}
editPreviewMode = ${editPreviewMode}
format = ${request.format}
paginationArgument = ${request.httpRequest.arguments['--news']['currentPage']}
}
entryTags {
1 = ${'NodeType_Ttree.News:AbstractNews'}
1 = ${'Node_' + node.identifier}
2 = ${'NodeType_Ttree.News:AbstractNews'}
}
}
}
...
...
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