0

是 tt_content 覆盖这里http://p.cweiske.de/243的解决方案,看起来像

$GLOBALS['TCA']['tt_content']['columns']['date']['displayCond'] = 'FIELD:CType:!=:fluidcontent_content';

从后端的 tt_content 隐藏日期或其他文件。在 TYPO3 8.7.x 中,这种方法不再起作用。我检查了 displayCond 仍然存在https://docs.typo3.org/typo3cms/TCAReference/Columns/Index.html#displaycond

中似乎有问题Overrides。就我而言,它只是 file myext/Configuration/TCA/Overrides/tt_content.php

看起来系统不再加载这个了。有人可以帮忙吗?

4

0 回答 0