TYPO3 - TCA in ext_tables.php check and TCA/Overrides for v8

浪尽此生 提交于 2019-12-02 11:27:32

It's not compatible.

You should do your TCA definition of tx_code_domain_model_code in: Configuration/TCA/tx_code_domain_model_code.php

The static template definition in: Configuration/TCA/Overrides/sys_template.php

And your plugin and flexform definition in: Configuration/TCA/Overrides/tt_content.php

Be aware that the $_EXTKEY variable is not defined in those files so you have to type the extension key yourself.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!