TCA配置:字段值应复制到已翻译的记录

时间:2018-08-15 14:29:00

标签: typo3

我正在将一个字段添加到页面表(与文件的关系),并且希望默认情况下将页面记录中字段的值复制到pages_language_overlay中的翻译记录中。

当前,复制的字段为空,这在大多数情况下可能是一个好主意。

我正在考虑某种行为,例如l10n_mode = prefixLangTitle,不带前缀。

1 个答案:

答案 0 :(得分:0)

取决于TYPO3版本,内联字段应该具有以下行为之一:

https://docs.typo3.org/typo3cms/TCAReference/7.6/Reference/Columns/Inline/Index.html#behaviour https://docs.typo3.org/typo3cms/TCAReference/8.7/ColumnsConfig/Type/Inline.html#localizechildrenatparentlocalization https://docs.typo3.org/typo3cms/TCAReference/latest/ColumnsConfig/Type/Inline.html#allowlanguagesynchronization

虽然正因为页面和pages_language_overlay打破了localizeChildrenWithParentLocalization功能,但我认为唯一可以使用的版本是具有正确配置的语言同步的CMS 8或9。

https://forge.typo3.org/issues/78743