- πΊπ¦Ukraine dunot
Thanks, dshields.
Be carefull with #14 in case of CKEditor`embedded video: the patch doesn't support this case
and causes
ArgumentCountError: Too few arguments to function Drupal\video_embed_field\ProviderPluginBase::renderThumbnail(), 2 passed
to prevent this add+ $attributes = []; - $thumbnail = $provider->renderThumbnail($embed_data['settings']['image_style'], ''); + $thumbnail = $provider->renderThumbnail($embed_data['settings']['image_style'], '', $attributes);
to modules/video_embed_wysiwyg/src/Plugin/Filter/VideoEmbedWysiwyg.php