Skip to content

Instantly share code, notes, and snippets.

@tarnus
Created July 27, 2020 21:15
Show Gist options
  • Save tarnus/43fb32b48cca7dee0688b3e4449b571b to your computer and use it in GitHub Desktop.
Save tarnus/43fb32b48cca7dee0688b3e4449b571b to your computer and use it in GitHub Desktop.
Attache library to all pages
function luvnotes_custom_page_attachments(array &$attachments) {
$attachments['#attached']['library'][] = 'luvnotes_custom/luvnotes_custom';
}
luvnotes_custom:
version: 1.x
css:
theme:
css/styletest.css: {}
js:
js/luvnotes.js: {}
dependencies:
- core/jquery #Just ot be save
- core/drupal.dialog.ajax #Required for dialogs
- core/jquery.form #If you also want to use Ajax for form operations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment