[BUGFIX] Let t3editor consume as much space as possible
T3editor now respects the configured `rows` attribute of its textarea. If the attribute isn't configured for the node in FormEngine, the attribute is omitted. To be able to achieve this, the enforcement of a value for "rows" has been removed. If the "rows" attribute is missing, the T3editor instance may consume as much space as available, which comes in handy in the filelist. Resolves: #86699 Releases: master, 9.5 Change-Id: Iccb152b7a747918cfc4459721c7f69a8f67cb03d Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63923 Tested-by:TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
Showing
- Build/Sources/TypeScript/t3editor/Resources/Public/TypeScript/T3editor.ts 14 additions, 2 deletions...peScript/t3editor/Resources/Public/TypeScript/T3editor.ts
- typo3/sysext/t3editor/Classes/Form/Element/T3editorElement.php 5 additions, 8 deletions.../sysext/t3editor/Classes/Form/Element/T3editorElement.php
- typo3/sysext/t3editor/Resources/Public/JavaScript/T3editor.js 1 addition, 1 deletion...3/sysext/t3editor/Resources/Public/JavaScript/T3editor.js
Please register or sign in to comment