Schau mal was geht.
Ich habe eine BasicPage Extension welche so die Wichtigsten Dinge macht. Unter
anderm folgendes
in die ext_localconf.php
// // Include static TypoScript files from extensions using a hook.
// // @see
http://blog.causal.ch/2012/05/automatically-including-static-ts-from.html
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tstemplate.php']['includeStaticTypoScriptSources'][]
=
'EXT:' . $_EXTKEY .
'/Classes/Hooks/TypoScriptTemplate.php:CuarentaUno\CuarentaUnoBasicPageSetup\Hooks\TypoScriptTemplate->preprocessIncludeStaticTypoScriptSources';
\CuarentaUno\CuarentaUnoBasicPageSetup\Hooks\TypoScriptTemplate::getInstance()->addStaticTemplates(array(
'EXT:css_styled_content/static',
// 'EXT:seo_basics/static',
'EXT:gridelements/Configuration/TypoScript',
'EXT:cuarenta_uno_gridelements/Configuration/TypoScript',
'EXT:news/Configuration/TypoScript',
'EXT:cuarenta_uno_forms/Configuration/TypoScript',
// 'EXT:source_opt',
));
Damit hast du keine Probleme mehr StaticTemplatesFromExt einzubinden.
Gruss
Matthias
Sorry, gehöt zwar nicht zu Thema, aber....;)
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german