【发布时间】:2018-10-14 19:20:51
【问题描述】:
我正在使用 TYPO3 8 LTS 并尝试在创建翻译后的内容和页面时删除字符串“[Translate to XY]”。
在早期的 TYPO3 版本中,可以使用 extTables.php 中的以下代码解决此问题:
$TCA['tt_content']['columns']['bodytext']['l10n_mode'] = '';
$TCA['tt_content']['columns']['header']['l10n_mode'] = '';
(链接:https://sankartypo3.wordpress.com/2012/08/23/how-to-remove-translate-to-and-copy-tags-in-typo3/)
我已经在 ext_tables.php 和 TCA/Overrides/tt_content.php 中使用相同的代码进行了尝试。 => 这对我不起作用。
有没有人知道如何解决这个问题或新的方法?
最好的问候
【问题讨论】:
标签: php typo3 translation typo3-8.7.x lts