Skip to content

Commit fa93def

Browse files
committed
PB-76: PageBuilder Product List Template Is Missing Product Color & Size Options in Admin
1 parent dac1ea5 commit fa93def

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

app/code/Magento/Catalog/view/adminhtml/requirejs-config.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@ var config = {
1212
productGallery: 'Magento_Catalog/js/product-gallery',
1313
baseImage: 'Magento_Catalog/catalog/base-image-uploader',
1414
productAttributes: 'Magento_Catalog/catalog/product-attributes',
15-
categoryCheckboxTree: 'Magento_Catalog/js/category-checkbox-tree'
15+
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'
1621
}
1722
},
1823
deps: [

0 commit comments

Comments
 (0)