Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 

20 wiersze
432 B

  1. /**
  2. * Copyright © Magento, Inc. All rights reserved.
  3. * See COPYING.txt for license details.
  4. */
  5. var config = {
  6. map: {
  7. '*': {
  8. configurable: 'Magento_ConfigurableProduct/js/configurable'
  9. }
  10. },
  11. config: {
  12. mixins: {
  13. 'Magento_Catalog/js/catalog-add-to-cart': {
  14. 'Magento_ConfigurableProduct/js/catalog-add-to-cart-mixin': true
  15. }
  16. }
  17. }
  18. };