acquia_commercemanager-8.x-1.122/modules/acm_customer/acm_customer.libraries.yml
modules/acm_customer/acm_customer.libraries.yml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | base: version: VERSION css: component: css/components/customer-address.css: { weight: -10 } css/components/customer-order.css: { weight: -10 } css/components/customer-profile.css: { weight: -10 } single_page_app: version: VERSION js: js/CustomerRouter.js: {} js/views/BaseCustomerPageView.js: {} js/views/ProfilePageView.js: {} js/views/AddressesPageView.js: {} js/views/CustomerView.js: {} dependencies: - core/jquery - core/drupal - core/drupalSettings - core/backbone - core/drupal.ajax |