Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. (function ($, Drupal) {
  2. Drupal.behaviors.promotionalOverlayBlock = {
  3. attach: function(context, settings) {
  4. console.log("hello world")
  5. }
  6. };
  7. })(jQuery, Drupal);
  8.  
  9. mymodule/js/overlayblock.js
  10.  
  11. mymodule:
  12. js:
  13. js/overlayblock.js: {}
  14. dependencies:
  15. - core/jquery
  16. - core/jquery.once
  17. - core/drupalSettings
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement