🇷🇴Romania @mihai_brb

Account created on 25 June 2012, over 12 years ago
  • Lead Developer at REEA 
#

Recent comments

🇷🇴Romania mihai_brb

The Bynder formatter library depends on core/popperjs
However this has been deprecated
The popperjs asset library is deprecated in Drupal 9.5.0 and will be removed in Drupal 10.0.0. There is no replacement. See https://www.drupal.org/node/3307518

🇷🇴Romania mihai_brb

I got this error when the Webform reference field is attached to a Paragraph - that is attached to a Node.
Patch works.

🇷🇴Romania mihai_brb

In case of Search API rendered_item you can also use something like this:

function mytheme_preprocess_views_view_field(&$variables) {
  if ($variables['view']->id() == 'my-views-id' && $variables['field']->field == 'rendered_item') {
    // rendered_item field is encoded.
    $variables['output'] = Markup::create(Html::decodeEntities($variables['output']));
  }
}
Production build 0.71.5 2024