“Map to existing tables” in Extension builder showing weird issues in TYPO3

心已入冬 提交于 2019-12-04 09:56:39

Just delete the whole $TCA['pages'] section from the file my_ext/ext_tables.php, or comment it out.

If set, it overrides most default TCA settings from the TYPO3 core with values from your extension. You probably don't need custom settings for that.

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