Created
October 2, 2014 13:24
-
-
Save DenisMir/48c33ed950ac17596ebc to your computer and use it in GitHub Desktop.
This file contains 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
plugin.tx_<extension name>.view { | |
templateRootPath = {$plugin.tx_<extension name>.view.templateRootPath} | |
partialRootPath = {$plugin.tx_<extension name>.view.partialRootPath} | |
layoutRootPath = {$plugin.tx_<extension name>.view.layoutRootPath} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment