craftcms / ckeditor

Edit rich text content in Craft CMS using CKEditor.
https://plugins.craftcms.com/ckeditor
GNU General Public License v3.0
46 stars 23 forks source link

ckeditor/convert redactor to ckeditor issue with matrix feilds #208

Open matthewstick opened 2 months ago

matthewstick commented 2 months ago

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

  1. run php craft ckeditor/convert on a matrix field that has different block types and redactor fields within them

Additional info

brandonkelly commented 2 months ago

Can you please send a database backup (ideally from before you ran ckeditor/convert) and your Composer files to support@craftcms.com?

joshuabaker commented 3 days ago

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.