Leuchtfeuer/typo3-aws-tools

View on GitHub
Configuration/TypoScript/constants.typoscript

Summary

Maintainability
Test Coverage
module.tx_awstools {
    view {
        # cat=module.tx_tx_awstools/file; type=string; label=Path to template root (BE)
        templateRootPath = EXT:aws_tools/Resources/Private/Backend/Templates/

        # cat=module.tx_tx_awstools/file; type=string; label=Path to template partials (BE)
        partialRootPath = EXT:aws_tools/Resources/Private/Backend/Partials/

        # cat=module.tx_tx_awstools/file; type=string; label=Path to template layouts (BE)
        layoutRootPath = EXT:aws_tools/Resources/Private/Backend/Layouts/
    }
}