mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Initially set a default height for the html editor to 350px
This commit is contained in:
parent
9392380dd1
commit
f02949fc09
@ -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…
x
Reference in New Issue
Block a user