retrofit icon indicating copy to clipboard operation
retrofit copied to clipboard

Set up theme libraries from stylesheets information in info file

Open mglaman opened this issue 1 year ago • 1 comments

system_page_attachments:

  // Attach libraries used by this theme.
  $active_theme = \Drupal::theme()->getActiveTheme();
  foreach ($active_theme->getLibraries() as $library) {
    $page['#attached']['library'][] = $library;
  }

mglaman avatar Jul 14 '23 16:07 mglaman