Created
March 1, 2016 06:40
-
-
Save aertmann/eac0e00c8194d5ffede5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root.footer { | |
@position = 'before default' | |
condition = ${request.parentRequest.uri.path == '/footer.html'} | |
renderPath = '/footer' | |
} | |
footer < page.footer # reference to footer TypoScript path |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment