[TYPO3-core] Extension configuration that's overwritable by AdditionalConfiguration.php
Christian Weiske
cweiske at cweiske.de
Sat Jul 27 15:01:24 CEST 2013
Hi Philipp,
> >> What is the problem here?
> >> Looks perfectly fine for me.
> > How would that work? Is there a way to have multiline text fields in
> > ext_conf_template.txt?
> I would put that configuration into
> $TYPO3_CONF_VARS['SVCONF']['auth']['tx_openid_sv1']['providers']
>
> You can put the default configuration into ext_localconf.php.
> Own settings can be saved in AdditionalConfiguration.php
I'm using a custom element now to render the textarea:
http://fotostore.cweiske.de/screenshots/2013-07-27%20typo3%20openid%20provider%20configuration.png
In it, you basically define a CSV with custom OpenID providers.
The predefined ones are in ext_tables.php of the openid extension, as
you suggested in the SVCONF array.
Christian
More information about the TYPO3-team-core
mailing list