[TASK] EXT:form - Set proper default values in form wizard
This patch sets proper default values for all elements in the form wizard. The available elements and fields have been sorted by necessity, i.e. most often used elements have been moved to the top. The type of the TEXTLINE element can now be modified. That way the editor can create HTML5 input types. The avaible input types within the wizard have been streamlined to not show duplicate elements like checkbox or radio (which are elements on their own). The right side of the wizard has been optimized to not validate elements according to their HTML5 attributes. Last but not least the predefined email element is now of type email. Resolves: #70456 Releases: master Change-Id: Iad3ad96faecd4cfe5820508b49c41fc5ae0be10b Reviewed-on: http://review.typo3.org/44034 Reviewed-by:Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
Showing
- typo3/sysext/form/Classes/Domain/Factory/JsonToTypoScript.php 1 addition, 1 deletion...3/sysext/form/Classes/Domain/Factory/JsonToTypoScript.php
- typo3/sysext/form/Configuration/PageTS/modWizards.ts 94 additions, 21 deletionstypo3/sysext/form/Configuration/PageTS/modWizards.ts
- typo3/sysext/form/Configuration/TypoScript/Elements/Textline.ts 0 additions, 9 deletions...sysext/form/Configuration/TypoScript/Elements/Textline.ts
- typo3/sysext/form/Resources/Public/JavaScript/Wizard/Elements/Basic/Button.js 1 addition, 1 deletion...sources/Public/JavaScript/Wizard/Elements/Basic/Button.js
- typo3/sysext/form/Resources/Public/JavaScript/Wizard/Elements/Basic/Form.js 4 additions, 2 deletions...Resources/Public/JavaScript/Wizard/Elements/Basic/Form.js
- typo3/sysext/form/Resources/Public/JavaScript/Wizard/Elements/Predefined/Email.js 2 additions, 1 deletion...ces/Public/JavaScript/Wizard/Elements/Predefined/Email.js
- typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Attributes.js 1 addition, 11 deletions...vaScript/Wizard/Viewport/Left/Options/Forms/Attributes.js
Please register or sign in to comment