Skip to content

Commit

Permalink
Added catalog and supplier to fetched domains for product imports
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed May 17, 2022
1 parent 1e45257 commit 3783c33
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/controller.php
Expand Up @@ -7,10 +7,12 @@
'csv' => [
'domains' => [
'attribute' => 'attribute',
'catalog' => 'catalog',
'media' => 'media',
'price' => 'price',
'product' => 'product',
'product/property' => 'product/property',
'supplier' => 'supplier',
'text' => 'text',
],
],
Expand Down Expand Up @@ -53,10 +55,12 @@
'xml' => [
'domains' => [
'attribute' => 'attribute',
'catalog' => 'catalog',
'media' => 'media',
'price' => 'price',
'product' => 'product',
'product/property' => 'product/property',
'supplier' => 'supplier',
'text' => 'text'
]
]
Expand Down

0 comments on commit 3783c33

Please sign in to comment.