mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #7054 from ssmarco/bugfix/1831-TinyMCE-WYSIWYG-loses-height
Initially set a default height for the html editor to 350px
This commit is contained in:
commit
f05d456b84
@ -331,7 +331,8 @@ class TinyMCEConfig extends HTMLEditorConfig
|
|||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
'data-editor' => 'tinyMCE', // Register ss.editorWrappers.tinyMCE
|
'data-editor' => 'tinyMCE', // Register ss.editorWrappers.tinyMCE
|
||||||
'data-config' => Convert::array2json($this->getConfig())
|
'data-config' => Convert::array2json($this->getConfig()),
|
||||||
|
'style' => 'height:350px'
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user