I added a blockquote field to a fields CKEditor configuration
I saved the field
Now opening the "Edit Field" results in a white flyout area
Choosing the field under Settings -> Fields results in a exception
Invalid CKEditor config UUID: 482034cc-9037-4642-8d43-a8061a15ef6f
in /var/www/html/vendor/craftcms/ckeditor/src/CkeConfigs.phpat line 47
in /var/www/html/vendor/twig/twig/src/Extension/CoreExtension.php at line 1635– craft\ckeditor\CkeConfigs::getByUid()
In order to undo the change, I need to edit the field. I am not able to spot or find this UID in the DB.
i found the UID in the config/project/fields/my-field.yaml and replaced it with another one from config/project/ckeditor/configs/.yaml
This fixed the error
Description
Steps to reproduce
In order to undo the change, I need to edit the field. I am not able to spot or find this UID in the DB.
Additional info