You are here

commerce_cart_blocks.libraries.yml in Commerce Cart Blocks 8

File

commerce_cart_blocks.libraries.yml
View source
  1. commerce_cart_blocks_add_to_cart_form:
  2. version: VERSION
  3. js:
  4. js/commerce_cart_blocks_add_to_cart_form.js: {}
  5. dependencies:
  6. - core/jquery
  7. - core/jquery.form
  8. - core/drupal
  9. - core/drupal.ajax
  10. commerce_cart_blocks_cart:
  11. version: VERSION
  12. css:
  13. theme:
  14. css/commerce_cart_blocks.cart.theme.css: {}
  15. commerce_cart_blocks_button:
  16. version: VERSION
  17. css:
  18. layout:
  19. css/commerce_cart_blocks.button.layout.css: {}
  20. theme:
  21. css/commerce_cart_blocks.button.theme.css: {}
  22. js:
  23. js/commerce_cart_blocks.button.js: {}
  24. dependencies:
  25. - core/jquery
  26. - core/drupal