🇫🇷France Paulmicha Porto Alegre, RS, Brasil
Indeed, could it be that the switch from Swiftmailer to Symfony Mailer has introduced these fields ?
In our case, it seems preferable not to add those fields to the existing forms.
🇫🇷France Paulmicha Porto Alegre, RS, Brasil
Current workaround : cf. patch attached.
🇫🇷France Paulmicha Porto Alegre, RS, Brasil
Paulmicha → created an issue.
🇫🇷France Paulmicha Porto Alegre, RS, Brasil
I got the error too, exactly as described. Drupal core 10.1.2 , ckeditor5_show_block 1.5.
It seems upgrading the NPM dependencies to latest versions and rebuilding the plugin fixes the issue.
🐛 | Drupal core | "InvalidArgumentException: Field field_media_images is unknown. in Drupal\Core\Entity\ContentEntityBase->getTranslatedField()" When trying to add an existing field to a new content type
🇫🇷France Paulmicha Porto Alegre, RS, Brasil
This may happen when some code calls something like :
$entity->get($field)
with a field that is not present on given entity.