We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0088164 commit c0b4539Copy full SHA for c0b4539
src/Plugin/WysiwygConfigProviderPlugin.php
@@ -46,7 +46,7 @@ public function afterGetConfig(
46
ConfigProviderInterface $subject,
47
\Magento\Framework\DataObject $result
48
) {
49
- $toolbar = implode(' ', explode(',', $this->scopeConfig->getValue('admin/wysiwyg/toolbar')));
+ $toolbar = implode(' ', explode(',', $this->scopeConfig->getValue('cms/wysiwyg/toolbar')));
50
51
$result->setData(
52
'tinymce4',
0 commit comments