Skip to content

Instantly share code, notes, and snippets.

@mkorostoff
Last active February 9, 2021 18:52
Show Gist options
  • 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