module.tx_sgestatemap {
    view {
        templateRootPaths.0 = EXT:sg_estate_map/Resources/Private/Backend/Templates/
        partialRootPaths.0 = EXT:sg_estate_map/Resources/Private/Backend/Partials/
        layoutRootPaths.0 = EXT:sg_estate_map/Resources/Private/Backend/Layouts/
    }
    settings {
        storagePid = {$module.tx_sgestatemap.persistence.storagePid}
    }
    persistence{
        storagePid = {$module.tx_sgestatemap.persistence.storagePid}
    }
}