Project

General

Profile

Actions

Bug #105256

closed

TypoScript USER / EXTBASEPLUGIN does not set settings

Added by Tobias Jungmann 7 days ago. Updated 5 days ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extbase
Target version:
Start date:
2024-10-09
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

When using USER (or the new EXTBASEPLUGIN), it's not possible to manipulate the plugin settings, anymore.

Previously (I think until v12), it was possible to set the settings in TypoScript like that:

lib {
    login = USER
    login {
        userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run
        extensionName = Felogin
        pluginName = Login

        settings < plugin.tx_felogin_login.settings
        settings {
            pages = 47
            showForgotPassword = 1
        }
    }
}

Those settings were accessable in the controller and the fluid template.
This is not possible, anymore. With EXTBASEPLUGIN it's not possible, either.


Related issues 1 (1 open0 closed)

Related to TYPO3 Core - Task #105269: Consider to change TypoScript configuration in ext:feloginNewTorben Hansen2024-10-11

Actions
Actions

Also available in: Atom PDF