Skip to content

Instantly share code, notes, and snippets.

@mficzel
Created February 11, 2015 10:16
Show Gist options
  • Save mficzel/3b2333429c3b31622f2a to your computer and use it in GitHub Desktop.
Save mficzel/3b2333429c3b31622f2a to your computer and use it in GitHub Desktop.
Language fallback message in TYPO3.Neos
<f:if condition="{node.context.targetDimensions.language} != {node.dimensions.language.0}">
The language fallback is active.
</f:if>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment