- πΊπΈUnited States tjmoyer
Here's a re-roll of #32 for Drupal 9.5.2. and Entity Embed 8.x-1.3.
Drupal: 8.7.5
PHP: 7.2.19-1
Array to string conversion in /var/www/html/docroot/modules/contrib/entity_embed/src/Form/EntityEmbedDialog.php on line 828
Haven't tried on vanilla site yet, but for our project, we have a media bundle named Image with an image field. I try to pick an 'Image' media type to embed in wysiwyg and I get an ajax error. Only line 828 it is trying to cast an array to a string. The array is $values['attributes']['data-entity-embed-display-settings'] and is empty when it gets there.
Needs work
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Here's a re-roll of #32 for Drupal 9.5.2. and Entity Embed 8.x-1.3.