You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a CKEditor config is deleted, the fields that use this config will not be editable anymore. Opening them will produce the error "Invalid CKEditor config UUID: [uid]". This totally makes sense but makes it impossible to repair the field. Better would be to allow for the selection of another CKEditor config.
Steps to reproduce
Create a field of type CKEditor
Assign a CKEditor config
Delete the CKEditor config
Try to edit the field crated in step one
Additional info
Craft version: 5.5.6.1
PHP version: 8.2.26
Database driver & version: MariaDB 10.4.34
Plugins & versions: CKEditor 4.4.0
The text was updated successfully, but these errors were encountered:
Description
When a CKEditor config is deleted, the fields that use this config will not be editable anymore. Opening them will produce the error "Invalid CKEditor config UUID: [uid]". This totally makes sense but makes it impossible to repair the field. Better would be to allow for the selection of another CKEditor config.
Steps to reproduce
Additional info
The text was updated successfully, but these errors were encountered: