plugin.tx_sgdisposer {
    view {
        templateRootPaths{
            0 = EXT:sg_disposer/Resources/Private/Templates/
            1 = {$plugin.tx_sgdisposer.view.templateRootPath}
        }
        partialRootPaths{
            0 = EXT:sg_disposer/Resources/Private/Partials/
            1 = {$plugin.tx_sgdisposer.view.partialRootPath}
        }
        layoutRootPaths{
            0 = EXT:sg_disposer/Resources/Private/Layouts/
            1 = {$plugin.tx_sgdisposer.view.layoutRootPath}
        }
    }
    persistence {
        storagePid = {$plugin.tx_sgdisposer.persistence.storagePid}
    }
    settings {
        defaultCacheLifetime = {$plugin.tx_sgdisposer.settings.defaultCacheLifetime}

    }
}

#plugin.tx_sgdisposer_pi1 {
#    view {
#        templateRootPath = {$plugin.tx_sgdisposer_pi1.view.templateRootPath}
#        partialRootPath = {$plugin.tx_sgdisposer_pi1.view.partialRootPath}
#        layoutRootPath = {$plugin.tx_sgdisposer_pi1.view.layoutRootPath}
#    }
#    persistence {
#        storagePid = {$plugin.tx_sgdisposer_pi1.persistence.storagePid}
#    }
#}

#module.tx_sgdisposer_mod1 {
#    persistence {
#        storagePid = {$module.tx_sgdisposer_mod1.persistence.storagePid}
#    }
#    view {
#        templateRootPath = {$module.tx_sgdisposer_mod1.view.templateRootPath}
#        partialRootPath = {$module.tx_sgdisposer_mod1.view.partialRootPath}
#        layoutRootPath = {$module.tx_sgdisposer_mod1.view.layoutRootPath}
#    }
#}