diff --git a/core/modules/editor/src/Entity/Editor.php b/core/modules/editor/src/Entity/Editor.php index b98d178..5f56d6b 100644 --- a/core/modules/editor/src/Entity/Editor.php +++ b/core/modules/editor/src/Entity/Editor.php @@ -82,7 +82,7 @@ public function __construct(array $values, $entity_type) { $plugin = $this->editorPluginManager()->createInstance($this->editor); /* @var EditorPluginInterface $plugin */ - $this->settings += $plugin->getDefaultSettings(); + $this->settings += $plugin->getDefaultConfiguration(); } /**