We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dac1ea5 commit fa93defCopy full SHA for fa93def
app/code/Magento/Catalog/view/adminhtml/requirejs-config.js
@@ -12,7 +12,12 @@ var config = {
12
productGallery: 'Magento_Catalog/js/product-gallery',
13
baseImage: 'Magento_Catalog/catalog/base-image-uploader',
14
productAttributes: 'Magento_Catalog/catalog/product-attributes',
15
- categoryCheckboxTree: 'Magento_Catalog/js/category-checkbox-tree'
+ categoryCheckboxTree: 'Magento_Catalog/js/category-checkbox-tree',
16
+ priceBox: 'Magento_Catalog/js/price-box',
17
+ priceOptionDate: 'Magento_Catalog/js/price-option-date',
18
+ priceOptionFile: 'Magento_Catalog/js/price-option-file',
19
+ priceOptions: 'Magento_Catalog/js/price-options',
20
+ priceUtils: 'Magento_Catalog/js/price-utils'
21
}
22
},
23
deps: [
app/code/Magento/Swatches/view/frontend/web/js/swatch-renderer.js renamed to app/code/Magento/Swatches/view/base/web/js/swatch-renderer.js
0 commit comments