Your IP : 216.73.216.52


Current Path : /var/www/surf/TYPO3/src/surf/Configuration/TypoScript/
Upload File :
Current File : /var/www/surf/TYPO3/src/surf/Configuration/TypoScript/constants.typoscript

plugin.tx_surf_order {
    view {
        # cat=plugin.tx_surf_order/file; type=string; label=Path to template root (FE)
        templateRootPath = EXT:surf/Resources/Private/Templates/
        # cat=plugin.tx_surf_order/file; type=string; label=Path to template partials (FE)
        partialRootPath = EXT:surf/Resources/Private/Partials/
        # cat=plugin.tx_surf_order/file; type=string; label=Path to template layouts (FE)
        layoutRootPath = EXT:surf/Resources/Private/Layouts/
    }
    persistence {
        # cat=plugin.tx_surf_order//a; type=string; label=Default storage PID
        storagePid =
    }
}
plugin.tx_surf_delivery {
    view {
        # cat=plugin.tx_surf_delivery/file; type=string; label=Path to template root (FE)
        templateRootPath = EXT:surf/Resources/Private/Templates/
        # cat=plugin.tx_surf_delivery/file; type=string; label=Path to template partials (FE)
        partialRootPath = EXT:surf/Resources/Private/Partials/
        # cat=plugin.tx_surf_delivery/file; type=string; label=Path to template layouts (FE)
        layoutRootPath = EXT:surf/Resources/Private/Layouts/
    }
    persistence {
        # cat=plugin.tx_surf_delivery//a; type=string; label=Default storage PID
        storagePid =
    }
}