plugin.tx_cartpdf {
    view {
        templateRootPaths {
            0 = EXT:cart_pdf/Resources/Private/Templates/
            1 = {$plugin.tx_cartpdf.view.templateRootPath}
        }
        partialRootPaths {
            0 = EXT:cart_pdf/Resources/Private/Partials/
            1 = {$plugin.tx_cartpdf.view.partialRootPath}
        }
        layoutRootPaths {
            0 = EXT:cart_pdf/Resources/Private/Layouts/
            1 = {$plugin.tx_cartpdf.view.layoutRootPath}
        }
    }
}

module.tx_cartpdf {
    view {
        templateRootPaths {
            0 = EXT:cart_pdf/Resources/Private/Templates/
            1 = {$module.tx_cartpdf.view.templateRootPath}
        }
        partialRootPaths {
            0 = EXT:cart_pdf/Resources/Private/Partials/
            1 = {$module.tx_cartpdf.view.partialRootPath}
        }
        layoutRootPaths {
            0 = EXT:cart_pdf/Resources/Private/Layouts/
            1 = {$module.tx_cartpdf.view.layoutRootPath}
        }
    }
}