Skip to content

Instantly share code, notes, and snippets.

@MKorostoff
Last active February 9, 2021 18:52
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MKorostoff/0d1af8f4fc8da6681745 to your computer and use it in GitHub Desktop.
Save MKorostoff/0d1af8f4fc8da6681745 to your computer and use it in GitHub Desktop.
<?php
/**
* Add jquery
*/
function matt_page_alter(&$page) {
$page['#attached']['library'][] = 'core/jquery';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment