[TYPO3-mvc] Support of TypoScript in $this->settings
Xavier Perseguers
typo3 at perseguers.ch
Thu Jul 2 17:53:29 CEST 2009
Hi,
When I put this into my TS:
plugin.tx_myext {
foo = TEXT
foo {
value = hello world
typolink.parameter = http://www.google.ch
}
}
I have 'TEXT' stored into $this->settings['foo']['_typoScriptNodeValue']
and config in $this->settings['foo']['value'] and
$this->settings['foo']['typolink']['parameter'] whereas in standard pi I
add to append dots (.) to keys.
Is this really intended? Why is the retrieval of TS not compatible with
pi-coding? It seems that it will be quite complicated to transfer
settings to the TS interpreter of TYPO3 if I want some part of the
config to be generated outside of my ext...
--
Xavier Perseguers
http://xavier.perseguers.ch/en
One contribution a day keeps the fork away
More information about the TYPO3-project-typo3v4mvc
mailing list