[Typo3-dev] Values from ext_conf_template.txt
Wolfgang Klinger
wolfgang at stufenlos.net
Wed Dec 29 14:22:16 CET 2004
Hello!
On Wed, 29 Dec 2004, Mario Wolff wrote the following:
> ext_typoscript_setup.txt is marked as deprecated in Extension-Api-Doc.
> There is a hint to extMgm-Api-Doc and using static templates. I'm sorry,
> but i don't know what document is meant!?!
Create a directory named "static" in your extension's directory and put
a file named "setup.txt" into it (with your TypoScript settings..).
Put this line in ext_tables.php:
----
t3lib_extMgm::addStaticFile($_EXTKEY,'static/','My Extension Setup');
----
You can include this settings in your TypoScript template under
"Include static (from extensions)"...
(take a look at css_styled_content, tt_news or css_styled_imgtext
and others using this concept...)
bye
Wolfgang
More information about the TYPO3-dev
mailing list