.. include:: /Includes.rst.txt .. _tableConfiguration: =================== Table Configuration =================== *deepltranslate_core* supports the translation of specific fields of TCA records. It only understands fields to be translated only if their ``l10n_mode`` is set to ``prefixLangTitle``. .. attention:: `deepltranslate_core` only translates fields defined as TCA type `input` or `text`. Other fields cannot currently be translated automatically due to limitations in the DataHandler. *deepltranslate_core* uses a DataHandler hook to detect translatable fields. The following setup is required to make *deepltranslate_core* work on your table: .. code-block:: php :caption: /Configuration/TCA/Overrides/.php $GLOBALS['TCA']['']['columns']['']['l10n_mode'] = 'prefixLangTitle'; $GLOBALS['TCA']['']['columns']['']['l10n_mode'] = 'prefixLangTitle';