CustomFormSetup.yaml 887 B

123456789101112131415161718192021
  1. # Configures the path of the directory containing the extension's forms
  2. TYPO3:
  3. CMS:
  4. Form:
  5. persistenceManager:
  6. allowSaveToExtensionPaths: false
  7. allowDeleteFromExtensionPaths: false
  8. allowedExtensionPaths:
  9. 20: EXT:ot_templating/Resources/Private/Forms/
  10. prototypes:
  11. standard:
  12. formElementsDefinition:
  13. Form:
  14. renderingOptions:
  15. translation:
  16. # <!!!> 'translationFile' becomes 'translationFiles' in typo10+
  17. translationFile:
  18. # Default translation file of EXT:form (always needed, but can be remove in typo10+)
  19. 10: 'EXT:form/Resources/Private/Language/locallang.xlf'
  20. # Load custom translation file(s)
  21. 20: 'EXT:ot_templating/Resources/Private/Language/Form/locallang.xlf'