[TYPO3-core] RFC: Feature #14065: Add hook for including Static TypoScript after all Static Templates are included
Steffen Kamper
info at sk-typo3.de
Mon Apr 12 19:22:15 CEST 2010
Hi Jeff,
+1 by reading. Though some thoughts:
1)
I also don't like the name "includeStaticTypoScriptSourcesAtEnd" so here
alternatives:
insertTyposcriptAtEnd
appendTyposcript
2)
I wonder about the position. What happens in hook or after? Doi you do
all manually? I would expect that you deliver a subrow like the
extensions and then template makes the calls
$subrow = $this->prependStaticExtra($subrow);
$this->processTemplate($subrow, ...)
If not the description "Include Static Template Records after all other
TypoScript has been included." isn't correct because nothing is done :)
maybe you can enlighten me.
vg Steffen
More information about the TYPO3-team-core
mailing list