Skip to content

Instantly share code, notes, and snippets.

@johannessteu
Last active August 29, 2015 14:07
Show Gist options
  • Save johannessteu/111b95fcc4192c9d5c08 to your computer and use it in GitHub Desktop.
Save johannessteu/111b95fcc4192c9d5c08 to your computer and use it in GitHub Desktop.
TYPO3.Neos Prevent PluginViews from getting cached
prototype(TYPO3.Neos:PluginView) {
@cache {
mode = 'uncached'
context {
1 = 'node'
2 = 'documentNode'
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment