plugin.tx_sgdisposer {
    view {
        # cat=plugin.tx_sgdisposer/file; type=string; label=Path to template root (FE)
        templateRootPath = EXT:sg_disposer/Resources/Private/Templates/
        # cat=plugin.tx_sgdisposer/file; type=string; label=Path to template partials (FE)
        partialRootPath = EXT:sg_disposer/Resources/Private/Partials/
        # cat=plugin.tx_sgdisposer/file; type=string; label=Path to template layouts (FE)
        layoutRootPath = EXT:sg_disposer/Resources/Private/Layouts/
    }
    persistence {
        # cat=plugin.tx_sgdisposer//a; type=string; label=Default storage PID
        storagePid =
    }
    settings{
        # cat=plugin.tx_sgdisposer//a; type=string; label=Default Cache Lifetime
        defaultCacheLifetime = 86400
    }
}

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

#module.tx_sgdisposer_mod1 {
#    view {
#        # cat=module.tx_sgdisposer_mod1/file; type=string; label=Path to template root (BE)
#        templateRootPath = EXT:sg_disposer/Resources/Private/Backend/Templates/
#        # cat=module.tx_sgdisposer_mod1/file; type=string; label=Path to template partials (BE)
#        partialRootPath = EXT:sg_disposer/Resources/Private/Backend/Partials/
#        # cat=module.tx_sgdisposer_mod1/file; type=string; label=Path to template layouts (BE)
#        layoutRootPath = EXT:sg_disposer/Resources/Private/Backend/Layouts/
#    }
#    persistence {
#        # cat=module.tx_sgdisposer_mod1//a; type=string; label=Default storage PID
#        storagePid =
#    }
#}
