πŸ‡ΊπŸ‡¦Ukraine @dunot

Account created on 19 February 2018, over 6 years ago
#

Recent comments

πŸ‡ΊπŸ‡¦Ukraine dunot

For D10.2.6 term ref field.

πŸ‡ΊπŸ‡¦Ukraine dunot
$mail_handler = \Drupal::service('commerce.mail_handler');
$mail_handler->sendMail($to, $subject, $body, $params);
πŸ‡ΊπŸ‡¦Ukraine dunot

8.x-1.5+1-dev on 2023-04-04 fixes the issue

πŸ‡ΊπŸ‡¦Ukraine dunot

What is it 'id replacement'?

πŸ‡ΊπŸ‡¦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

Production build 0.69.0 2024