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 using the field migration utility any instances where {{ field.render() }} was used for the previous Matrix field will cause an error.
It would be helpful for migrating from Matrix to the CKEditor field if the use of render was code compatible between the two fields. Even better would be if {{ field.eagerly().render() }} was also code compatible.
Steps to reproduce
Call unknown function render() on craft\ckeditor\data\FieldData::class
Additional info
Craft version: 5.5.6.1
PHP version: 8.3.14
Database driver & version: MySQL 8.0.36
Plugins & versions: CKEditor 4.4.0
The text was updated successfully, but these errors were encountered:
Description
When using the field migration utility any instances where
{{ field.render() }}
was used for the previous Matrix field will cause an error.It would be helpful for migrating from Matrix to the CKEditor field if the use of render was code compatible between the two fields. Even better would be if
{{ field.eagerly().render() }}
was also code compatible.Steps to reproduce
render()
oncraft\ckeditor\data\FieldData::class
Additional info
The text was updated successfully, but these errors were encountered: