소스 검색

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'