derhansen / femanager_dmail_subscribe

Enables direct mail subscription fields in femanager
0 stars 6 forks source link

Error if custom plugin settings exist #5

Closed maximaexchen closed 6 years ago

maximaexchen commented 6 years ago

Hi.

I have following in my custom setup:

plugin.tx_femanager {
    view {
        templateRootPath >
        templateRootPaths {
            10 = EXT:femanager/Resources/Private/Templates/
            20 = fileadmin/theme/admin/Resources/Private/Extensions/femanager/Templates/
        }
        partialRootPath >
        partialRootPaths {
            10 = EXT:femanager/Resources/Private/Partials/
            20 = fileadmin/theme/admin/Resources/Private/Extensions/femanager/Partials/
        }
        layoutRootPath >
        layoutRootPaths {
            10 = EXT:femanager/Resources/Private/Layouts/
            20 = fileadmin/theme/admin/Resources/Private/Extensions/femanager/Layouts/
        }
    }
}

which leads to a conflict.

The Fluid template files "/.../httpdocs/fileadmin/theme/admin/Resources/Private/Extensions/femanager/Partials/Fields/ModuleSysDmailNewsletter.html", 

maybe to mention in the docu.

maximaexchen commented 6 years ago

Sorry. The static include didn't save.