فهرست منبع

fix forms custom translation configuration

Olivier Massot 4 سال پیش
والد
کامیت
277129cfbc
1فایلهای تغییر یافته به همراه2 افزوده شده و 5 حذف شده
  1. 2 5
      ot_templating/Configuration/Form/CustomFormSetup.yaml

+ 2 - 5
ot_templating/Configuration/Form/CustomFormSetup.yaml

@@ -13,9 +13,6 @@ TYPO3:
             Form:
               renderingOptions:
                 translation:
-                  # <!!!> 'translationFile' becomes 'translationFiles' in typo10+
-                  translationFile:
-                    # Default translation file of EXT:form (always needed, but can be remove in typo10+)
-                    10: 'EXT:form/Resources/Private/Language/locallang.xlf'
+                  translationFiles:
                     # Load custom translation file(s)
-                    20: 'EXT:ot_templating/Resources/Private/Language/Form/locallang.xlf'
+                    10: 'EXT:ot_templating/Resources/Private/Language/Form/locallang.xlf'