You are here

commerce_smart_importer.libraries.yml in Commerce Smart Importer 8

File

commerce_smart_importer.libraries.yml
View source
  1. commerce-smart-importer-importer-load-library:
  2. version: 1.x
  3. js:
  4. js/import.js: {}
  5. css:
  6. theme:
  7. css/import.css: {}
  8. header: true
  9. dependencies:
  10. - core/drupalSettings
  11. - core/jquery
  12. commerce-smart-importer-import-library:
  13. version: 1.x
  14. css:
  15. theme:
  16. css/import.css: {}
  17. header: true
  18. dependencies:
  19. - core/drupalSettings
  20. - core/jquery
  21. commerce-smart-importer-update:
  22. version: 1.x
  23. css:
  24. theme:
  25. css/update.css: {}
  26. header: true
  27. commerce-smart-importer-introduction-library:
  28. version: 1.x
  29. css:
  30. theme:
  31. css/introduction.css: {}
  32. header: true
  33. dependencies:
  34. - core/drupalSettings
  35. - core/jquery
  36. commerce-smart-importer-dropzone-library:
  37. version: 1.x
  38. js:
  39. js/dropzone.js: {}
  40. js/dropzoneImporter.js: {}
  41. css:
  42. theme:
  43. css/dropzone.css: {}
  44. dependencies:
  45. - core/drupal
  46. - core/jquery