Skip to content

Commit

Permalink
same default value as manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
laoneo committed May 3, 2022
1 parent cf1047b commit 0c9ad04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/editors/tinymce/src/PluginTraits/DisplayTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ public function onDisplay(
'document_base_url' => Uri::root(true) . '/',
'image_caption' => true,
'importcss_append' => true,
'height' => $height ?: $this->params->get('html_height', '550'),
'height' => $height ?: $this->params->get('html_height', '550px'),
'width' => $width ?: $this->params->get('html_width', ''),
'elementpath' => (bool) $levelParams->get('element_path', true),
'resize' => $resizing,
Expand Down

0 comments on commit 0c9ad04

Please sign in to comment.