You are here

quicklink.libraries.yml in Quicklink 2.0.x

Same filename and directory in other branches
  1. 8 quicklink.libraries.yml

File

quicklink.libraries.yml
View source
  1. # @see quicklink_library_info_build() in quicklink.module for the quicklink library.
  2. quicklink_init:
  3. js:
  4. js/quicklink_init.js: { weight: -10 }
  5. dependencies:
  6. - core/drupal
  7. quicklink_debug:
  8. css:
  9. component:
  10. css/quicklink-debug.css: {}
  11. quicklink_polyfill:
  12. js:
  13. https://polyfill.io/v3/polyfill.min.js?features=IntersectionObserver%2CIntersectionObserverEntry%2CURL%2CObject.assign%2CArray.from%2CArray.prototype.includes%2CString.prototype.includes%2CElement.prototype.matches%2CPromise%2CPromise.prototype.finally: { weight: -100, type: external, minified: true }