We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2808f2d + d2a29a4 commit 67a378eCopy full SHA for 67a378e
app/code/Magento/Ui/Component/Form/Element/Wysiwyg.php
@@ -55,7 +55,7 @@ public function __construct(
55
\Magento\Framework\Data\Form\Element\Editor::class,
56
[
57
'force_load' => true,
58
- 'rows' => 20,
+ 'rows' => isset($config['rows']) ? $config['rows'] : 20,
59
'name' => $data['name'],
60
'config' => $wysiwygConfig->getConfig($wysiwygConfigData),
61
'wysiwyg' => isset($config['wysiwyg']) ? $config['wysiwyg'] : null,
0 commit comments