[Typo3-dev] Values from ext_conf_template.txt
Kraft Bernhard
kraftb at mokka.at
Wed Dec 29 09:39:54 CET 2004
Mario Wolff wrote:
> I would like to use ext_conf_template.txt, but this values are only
> reconfigurable by reinstalling the extension (or not?!?). I would like
> to write a backend module to configure this values, but i can't find
> where this values are stored.
If you wrote a frontend plugin you could store the configuration in
TypoScript (ext_typoscript_setup.txt)
You can then access those values via
$GLOBALS['TSFE']->tmpl->setup['plugin.']['tx_myplugin_pi1.']
It is also easy to let the backend plugin create the
ext_typoscript_setup.txt file or "overload" these values by entering
new values in an TS Template of the site.
greets,
Bernhard
More information about the TYPO3-dev
mailing list