[TASK] EXT:form - Move TypoScript to separate files, reduce complexity
Move TypoScript settings to separate files. Remove TypoScript libraries. Reduce complexity through direct usage of settings. Remove unnecessary settings. The inline documentation will be reduced (with another patchset) as soon as the rst documentation is up to date. Resolves: #70219 Releases: master Change-Id: Ic05d78523f1253c71e033703f5243cdbc35d6b29 Reviewed-on: http://review.typo3.org/43740 Reviewed-by:Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
Showing
- typo3/sysext/form/Classes/Domain/Repository/TypoScriptRepository.php 1 addition, 3 deletions...t/form/Classes/Domain/Repository/TypoScriptRepository.php
- typo3/sysext/form/Configuration/TypoScript/Elements/Button.ts 38 additions, 0 deletions...3/sysext/form/Configuration/TypoScript/Elements/Button.ts
- typo3/sysext/form/Configuration/TypoScript/Elements/Buttontag.ts 135 additions, 0 deletions...ysext/form/Configuration/TypoScript/Elements/Buttontag.ts
- typo3/sysext/form/Configuration/TypoScript/Elements/Checkbox.ts 164 additions, 0 deletions...sysext/form/Configuration/TypoScript/Elements/Checkbox.ts
- typo3/sysext/form/Configuration/TypoScript/Elements/Checkboxgroup.ts 67 additions, 0 deletions...t/form/Configuration/TypoScript/Elements/Checkboxgroup.ts
- typo3/sysext/form/Configuration/TypoScript/Elements/Contentelement.ts 69 additions, 0 deletions.../form/Configuration/TypoScript/Elements/Contentelement.ts
- typo3/sysext/form/Configuration/TypoScript/Elements/Fieldset.ts 96 additions, 0 deletions...sysext/form/Configuration/TypoScript/Elements/Fieldset.ts
- typo3/sysext/form/Configuration/TypoScript/Elements/Fileupload.ts 163 additions, 0 deletions...sext/form/Configuration/TypoScript/Elements/Fileupload.ts
- typo3/sysext/form/Configuration/TypoScript/Elements/Form.ts 183 additions, 0 deletionstypo3/sysext/form/Configuration/TypoScript/Elements/Form.ts
- typo3/sysext/form/Configuration/TypoScript/Elements/Header.ts 65 additions, 0 deletions...3/sysext/form/Configuration/TypoScript/Elements/Header.ts
- typo3/sysext/form/Configuration/TypoScript/Elements/Hidden.ts 161 additions, 0 deletions...3/sysext/form/Configuration/TypoScript/Elements/Hidden.ts
- typo3/sysext/form/Configuration/TypoScript/Elements/Imagebutton.ts 170 additions, 0 deletions...ext/form/Configuration/TypoScript/Elements/Imagebutton.ts
- typo3/sysext/form/Configuration/TypoScript/Elements/Input.ts 160 additions, 0 deletionstypo3/sysext/form/Configuration/TypoScript/Elements/Input.ts
- typo3/sysext/form/Configuration/TypoScript/Elements/Inputtypebutton.ts 169 additions, 0 deletions...form/Configuration/TypoScript/Elements/Inputtypebutton.ts
- typo3/sysext/form/Configuration/TypoScript/Elements/Label.ts 22 additions, 0 deletionstypo3/sysext/form/Configuration/TypoScript/Elements/Label.ts
- typo3/sysext/form/Configuration/TypoScript/Elements/Optgroup.ts 17 additions, 0 deletions...sysext/form/Configuration/TypoScript/Elements/Optgroup.ts
- typo3/sysext/form/Configuration/TypoScript/Elements/Option.ts 17 additions, 0 deletions...3/sysext/form/Configuration/TypoScript/Elements/Option.ts
- typo3/sysext/form/Configuration/TypoScript/Elements/Password.ts 164 additions, 0 deletions...sysext/form/Configuration/TypoScript/Elements/Password.ts
- typo3/sysext/form/Configuration/TypoScript/Elements/Radio.ts 163 additions, 0 deletionstypo3/sysext/form/Configuration/TypoScript/Elements/Radio.ts
- typo3/sysext/form/Configuration/TypoScript/Elements/Radiogroup.ts 67 additions, 0 deletions...sext/form/Configuration/TypoScript/Elements/Radiogroup.ts
Please register or sign in to comment