femanager icon indicating copy to clipboard operation
femanager copied to clipboard

Allow using femanager plugin via Typoscript

Open webian opened this issue 5 years ago • 3 comments

Tried to place the plugin via Typoscript:

10 = USER
10 {
    userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run
    extensionName = Femanager
    pluginName = Pi1
    vendorName = In2code
    controller = New
    action = create
    switchableControllerActions {
        New {
            1 = new
            2 = create
        }
    }

    view < plugin.tx_femanager.view

    persistence < plugin.tx_femanager.persistence
    persistence {
        storagePid = 49
    }

    features < plugin.tx_femanager.features

    settings < plugin.tx_femanager.settings
}

Doesn't work because this code wants the plugin inserted via tt_contents: https://github.com/in2code-de/femanager/blob/1f207180ee078f7581534893fb83c8c51c914e85/Classes/Domain/Repository/PluginRepository.php#L46

webian avatar Sep 03 '20 11:09 webian

At the moment it is not possible, due to security reasons. If we find another solution, to avoid it, we can re-enable it.

sbusemann avatar Jul 03 '21 12:07 sbusemann

@sbusemann any news on this?

stigfaerch avatar Sep 04 '23 15:09 stigfaerch

sorry no - this can be considered at earliest for TYPO3 13 (only if we do a major rewrite)

sbusemann avatar Sep 05 '23 07:09 sbusemann