Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jwohlfeil/aacdd4611043a1a8dd1be8071f300616 to your computer and use it in GitHub Desktop.
Save jwohlfeil/aacdd4611043a1a8dd1be8071f300616 to your computer and use it in GitHub Desktop.
T3 - Fluid layoutsRootPaths, partialsRootPaths, templateRootPaths überschreiben für Extension.ts
plugin.tx_news {
view {
templateRootPaths >
templateRootPaths {
0 = EXT:news/Resources/Private/Templates/
1 = typo3conf/ext/d3ultimo/Resources/Private/news/Templates/
}
partialRootPaths >
partialRootPaths {
0 = EXT:news/Resources/Private/Partials/
1 = typo3conf/ext/d3ultimo/Resources/Private/news/Partials/
}
layoutRootPaths >
layoutRootPaths {
0 = EXT:news/Resources/Private/Layouts/
1 = typo3conf/ext/d3ultimo/Resources/Private/news/Layouts/
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment