Problem
Drupal\Core\Entity\EntityMalformedException: The entity does not have an ID. in Drupal\Core\Config\Entity\ConfigStorageController->save()
(line 356 of /core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php).
Repeatable: Always
Steps to Reproduce
- Go to
/admin/config/content/formats/add
- Add a text format name
- Choose CKEditor from the dropdown
- Hit Save Configuration
This doesn't seem to happen without CKeditor. The Format entity seems to save but the CKEditor is not attached.