[TYPO3-core] Extension configuration that's overwritable by AdditionalConfiguration.php

bernd wilke t3ng at bernd-wilke.net
Fri Jul 26 08:34:36 CEST 2013


Am 26.07.13 07:24, schrieb Christian Weiske:
> Hi,
>
>
> I'm writing a patch to show OpenID provider buttons on the login
> screen[1]. This provider buttons need to be configurable, so that
> companies put in their own provider logo + URL, or simply adjust the
> order in which the providers are listed.
>
> Now my problem is how to do this configuration.
>
> - TypoScript cannot be used since we're on the login screen, and no user
>    is known.
> - I'd rather not put the list of providers into LoginController.php
>    since it's more an OpenID subject, thus belonging into the openid
>    sysext.
> - Putting it into openid/ext_tables.php means that it cannot be
>    overwritten in AdditionalConfiguration.php because the ext_tables*
>    files get loaded after it.
>
> What solution do you see here? PHP configuration, prefilled, but
> modifiable by the admin.
>
> [1] http://forge.typo3.org/issues/49399

what about the extension-configuration which is stored in localconf.php 
/ LocalConfiguration.php? (http://pi-phi.de/289.html)

this configuration is accessable from BE and FE. and while logging in?

bernd
-- 
http://www.pi-phi.de/cheatsheet.html


More information about the TYPO3-team-core mailing list