[TASK] Update form default config

This commit is contained in:
Philipp Dieter 2020-03-24 12:13:29 +01:00
parent 79dea18ce1
commit 30e0e34a3a

View File

@ -24,11 +24,11 @@ TYPO3:
__inheritances: __inheritances:
10: 'TYPO3.CMS.Form.mixins.translationSettingsMixin' 10: 'TYPO3.CMS.Form.mixins.translationSettingsMixin'
templateRootPaths: templateRootPaths:
20: 'EXT:site_templates/Resources/form/Private/Frontend/Templates/' 20: 'EXT:site_templates/Resources/Private/form/Frontend/Templates/'
partialRootPaths: partialRootPaths:
20: 'EXT:site_templates/Resources/form/Private/Frontend/Partials/' 20: 'EXT:site_templates/Resources/Private/form/Frontend/Partials/'
layoutRootPaths: layoutRootPaths:
20: 'EXT:site_templates/Resources/form/Private/Frontend/Layouts/' 20: 'EXT:site_templates/Resources/Private/form/Frontend/Layouts/'
addQueryString: false addQueryString: false
argumentsToBeExcludedFromQueryString: [] argumentsToBeExcludedFromQueryString: []
additionalParams: [] additionalParams: []