Skip to content

Commit 6d1d04a

Browse files
committed
MC-3902: Add line height option to TinyMCE
- fix code formatting
1 parent e89e715 commit 6d1d04a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/code/Magento/PageBuilder/Model/Wysiwyg/DefaultConfigProvider.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ public function getConfig(\Magento\Framework\DataObject $config): \Magento\Frame
3838
{
3939
$config->addData([
4040
'tinymce4' => [
41-
'toolbar' => 'undo redo | styleselect | fontsizeselect | lineheightselect | forecolor backcolor | bold italic underline' .
42-
' | alignleft aligncenter alignright | numlist bullist | link image table charmap',
41+
'toolbar' => 'undo redo | styleselect | fontsizeselect | lineheightselect | forecolor backcolor ' .
42+
'| bold italic underline | alignleft aligncenter alignright | numlist bullist ' .
43+
'| link image table charmap',
4344

4445
'plugins' => implode(
4546
' ',

0 commit comments

Comments
 (0)