Loading cookiebot.module +3 −2 Original line number Diff line number Diff line Loading @@ -132,8 +132,9 @@ function cookiebot_page_attachments_alter(array &$page) { $cookiebot['#attributes']['data-culture'] = $cookiebot_culture; } // Attach the Cookiebot library. $page['#attached']['html_head'][] = [$cookiebot, 'cookiebot']; // Attach the Cookiebot library and ensure it's placed first in the list. // See: https://www.drupal.org/project/cookiebot/issues/3099066 array_unshift($page['#attached']['html_head'], [$cookiebot, 'cookiebot']); $message_placeholder_cookieconsent_optout_marketing_build = [ '#theme' => 'cookiebot_blocked_element_placeholder', '#content' => [ Loading Loading
cookiebot.module +3 −2 Original line number Diff line number Diff line Loading @@ -132,8 +132,9 @@ function cookiebot_page_attachments_alter(array &$page) { $cookiebot['#attributes']['data-culture'] = $cookiebot_culture; } // Attach the Cookiebot library. $page['#attached']['html_head'][] = [$cookiebot, 'cookiebot']; // Attach the Cookiebot library and ensure it's placed first in the list. // See: https://www.drupal.org/project/cookiebot/issues/3099066 array_unshift($page['#attached']['html_head'], [$cookiebot, 'cookiebot']); $message_placeholder_cookieconsent_optout_marketing_build = [ '#theme' => 'cookiebot_blocked_element_placeholder', '#content' => [ Loading