[TYPO3-core] Extension configuration that's overwritable by AdditionalConfiguration.php
Christian Weiske
christian.weiske at netresearch.de
Fri Jul 26 08:43:29 CEST 2013
Hello bernd,
> > 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)
It's hard to configure complex arrays that way. I need something like
this:
$openidProviders = array(
'large' => array(
'google' => array(
'name' => 'Google',
'url' => 'https://www.google.com/accounts/o8/id'
),
'yahoo' => ...
),
'small' => array(
...
)
);
--
Regards/Mit freundlichen Grüßen
Christian Weiske
-= Geeking around in the name of science since 1982 =-
More information about the TYPO3-team-core
mailing list