Skip to content

Instantly share code, notes, and snippets.

@aertmann
Created August 1, 2014 11:42
Show Gist options
  • Save aertmann/42b81d816b1f265f101e to your computer and use it in GitHub Desktop.
Save aertmann/42b81d816b1f265f101e to your computer and use it in GitHub Desktop.
TYPO3 Neos create links to nodes in TypoScript
a = TYPO3.TypoScript:UriBuilder {
package = 'TYPO3.Neos'
controller = 'Frontend\\Node'
action = 'show'
arguments.node = ${node}
}
b = ${'node://' + node.identifier}
b.@process.convertUris = TYPO3.Neos:ConvertUris
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment