ckeditor
ckeditor copied to clipboard
ckeditor/convert redactor to ckeditor issue with matrix feilds
Description
I ran php craft ckeditor/convert to convert redactor to ckeditor. Everything worked great, except it didn't detect a matrix field. The matrix field is called "Page Content" It has 4 block types. then within each block type, are 5 to 15 other fields. There were a few Redactor fields within them, and it did not detect it
Steps to reproduce
- run php craft ckeditor/convert on a matrix field that has different block types and redactor fields within them
Additional info
- Craft version: 4.8.7
- PHP version: 8.2.16
- Database driver & version: MySQL 5.7.39
- Plugins & versions: CKEditor3.8.3 + the latest redactor before you discontinued it
Can you please send a database backup (ideally from before you ran ckeditor/convert) and your Composer files to [email protected]?
We’ve run into this same issue.
Running project-config/rebuild ahead of ckeditor/convert solves most of the Matrix field issues for us, but not all.