commerce_cart_blocks.libraries.yml in Commerce Cart Blocks 8
File
commerce_cart_blocks.libraries.yml
View source
- commerce_cart_blocks_add_to_cart_form:
- version: VERSION
- js:
- js/commerce_cart_blocks_add_to_cart_form.js: {}
- dependencies:
- - core/jquery
- - core/jquery.form
- - core/drupal
- - core/drupal.ajax
- commerce_cart_blocks_cart:
- version: VERSION
- css:
- theme:
- css/commerce_cart_blocks.cart.theme.css: {}
- commerce_cart_blocks_button:
- version: VERSION
- css:
- layout:
- css/commerce_cart_blocks.button.layout.css: {}
- theme:
- css/commerce_cart_blocks.button.theme.css: {}
- js:
- js/commerce_cart_blocks.button.js: {}
- dependencies:
- - core/jquery
- - core/drupal