Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
5bbab0ea
Commit
5bbab0ea
authored
Nov 08, 2019
by
Carsten Rose
Browse files
Add comment
parent
df61162e
Changes
1
Hide whitespace changes
Inline
Side-by-side
extension/Classes/Core/AbstractBuildForm.php
View file @
5bbab0ea
...
...
@@ -1447,6 +1447,7 @@ abstract class AbstractBuildForm {
$colsRows
[
1
]
=
1
;
}
// Active Textarea if min-height>1 (rows) or third parameter max-height>0
$flagTextarea
=
(
$colsRows
[
1
]
>
1
||
(
$colsRows
[
2
]
??
''
)
>
0
);
$formElement
=
HelperFormElement
::
prepareExtraButton
(
$formElement
,
!
$flagTextarea
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment