Loading src/Plugin/Editor/Gutenberg.php +1 −1 Original line number Diff line number Diff line Loading @@ -208,7 +208,7 @@ class Gutenberg extends EditorBase implements ContainerFactoryPluginInterface { $settings = [ 'contentType' => $node_type, 'allowedBlocks' => $this->configFactory->get($node_type . '_allowed_blocks'), 'allowedBlocks' => $this->configFactory->get('gutenberg.settings')->get($node_type . '_allowed_blocks'), 'blackList' => $blocks_settings['blacklist'], ]; Loading Loading
src/Plugin/Editor/Gutenberg.php +1 −1 Original line number Diff line number Diff line Loading @@ -208,7 +208,7 @@ class Gutenberg extends EditorBase implements ContainerFactoryPluginInterface { $settings = [ 'contentType' => $node_type, 'allowedBlocks' => $this->configFactory->get($node_type . '_allowed_blocks'), 'allowedBlocks' => $this->configFactory->get('gutenberg.settings')->get($node_type . '_allowed_blocks'), 'blackList' => $blocks_settings['blacklist'], ]; Loading