You are here

gin_lb.libraries.yml in Gin Layout Builder 1.0.x

File

gin_lb.libraries.yml
View source
  1. gin_lb_form:
  2. version: VERSION
  3. css:
  4. theme:
  5. dist/css/gin_lb.css: { }
  6. dependencies:
  7. - core/jquery
  8. - core/jquery.once
  9. - core/drupal
  10. - core/drupalSettings
  11. gin_lb_init:
  12. version: VERSION
  13. js:
  14. dist/js/gin_lb_js.js: { minified: true, preprocess: false }
  15. dependencies:
  16. - core/jquery
  17. - core/jquery.once
  18. - core/drupal
  19. - core/drupalSettings
  20. - toolbar/toolbar
  21. - toolbar/toolbar.escapeAdmin
  22. - gin_lb/toastify
  23. gin_lb_accent:
  24. version: VERSION
  25. css:
  26. theme:
  27. dist/css/gin_lb_accent.css: { minified: true }
  28. toastify:
  29. version: VERSION
  30. js:
  31. //cdn.jsdelivr.net/npm/toastify-js: { type: external }
  32. css:
  33. theme:
  34. //cdn.jsdelivr.net/npm/toastify-js/src/toastify.min.css: { type: external }