benjaminkott / bootstrap_package

Bootstrap Package delivers a full configured theme for TYPO3, based on the Bootstrap CSS Framework.
https://www.bootstrap-package.com/
MIT License
336 stars 202 forks source link

Update deprecated TCA definitions #192

Closed Chrissitopher closed 9 years ago

Chrissitopher commented 9 years ago

Since TYPO3 7.3, running bootstrap_package gives these deprecation warnings:

Automatic TCA migration done during boostrap. Please adapt TCA accordingly, these migrations will be removed with TYPO3 CMS 8. The backend module "Configuration -> TCA" shows the modified values. Please adapt these areas: Changed showitem string of TCA table "tt_content" type "bootstrap_package_panel" due to changed field "bodytext". Changed showitem string of TCA table "tt_content" type "bootstrap_package_listgroup" due to changed field "bodytext". Changed showitem string of TCA table "tt_content" type "bootstrap_package_texticon" due to changed field "bodytext". Changed showitem string of TCA table "tx_bootstrappackage_carousel_item" type "html" due to changed field "bodytext". Migrated t3editor wizard in TCA of table tx_bootstrappackage_carousel_item field bodytext to a renderType definition with columnsOverrides in type html.

The new definitions are in "Configuration -> TCA"!

benjaminkott commented 9 years ago

Did you actually read the messages? It´s good to know that the new renderTypes patch for formengine merged, somehow i missed it. But your comment makes no sense?

Chrissitopher commented 9 years ago

Basically I only repeated what the deprecation message already says. ;-) If you know how to adjust the definitions, that's fine. If you don't, you can check the "Configuration" BE module. It will display the updated definitions.