Skip to content

Commit c0b4539

Browse files
committed
Fix config path for allowed buttons
1 parent 0088164 commit c0b4539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Plugin/WysiwygConfigProviderPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function afterGetConfig(
4646
ConfigProviderInterface $subject,
4747
\Magento\Framework\DataObject $result
4848
) {
49-
$toolbar = implode(' ', explode(',', $this->scopeConfig->getValue('admin/wysiwyg/toolbar')));
49+
$toolbar = implode(' ', explode(',', $this->scopeConfig->getValue('cms/wysiwyg/toolbar')));
5050

5151
$result->setData(
5252
'tinymce4',

0 commit comments

Comments
 (0)