File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
app/code/Magento/Catalog/view/adminhtml Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 6
6
var config = {
7
7
map : {
8
8
'*' : {
9
- categoryForm : 'Magento_Catalog/catalog/category/form' ,
10
- newCategoryDialog : 'Magento_Catalog/js/new-category-dialog' ,
11
- categoryTree : 'Magento_Catalog/js/category-tree' ,
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'
9
+ categoryForm : 'Magento_Catalog/catalog/category/form' ,
10
+ newCategoryDialog : 'Magento_Catalog/js/new-category-dialog' ,
11
+ categoryTree : 'Magento_Catalog/js/category-tree' ,
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'
16
16
}
17
17
} ,
18
18
deps : [
You can’t perform that action at this time.
0 commit comments