Created
July 27, 2020 21:15
-
-
Save tarnus/43fb32b48cca7dee0688b3e4449b571b to your computer and use it in GitHub Desktop.
Attache library to all pages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function luvnotes_custom_page_attachments(array &$attachments) { | |
$attachments['#attached']['library'][] = 'luvnotes_custom/luvnotes_custom'; | |
} | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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