[TYPO3-mvc] |!!!] BREAKING CHANGE: FYI: Handling of Settings and Extbase configuration
Sebastian Kurfürst
sebastian at typo3.org
Thu Aug 6 23:04:06 CEST 2009
Hi everybody,
I just committed the new settings structure
(http://forge.typo3.org/issues/show/4177)
The new settings structure is:
plugin.tx_EXTENSIONKEY {
settings {
// This will be domain specific settings available in
// $this->settings and {settings}
}
persistence {
classes
enableAutomaticCacheClearing
storagePid
}
}
UPGRADE INSTRUCTIONS
If you had plugin.tx_extensionkey {....} in your TypoScript before,
change it to: plugin.tx_extensionkey.settings {....}
If you used tt_content.list.20.... beforehand, move the settings to
plugin.tx_extensionkey.persistence.*
That's it :-)
If you have any questions, please do not hesitate to ask :-)
Greets,
Sebastian
PS: I'm tackling the API changes right now, so we get a stable API soon!
More information about the TYPO3-project-typo3v4mvc
mailing list