2020-08-03 11:32:26 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
// use the 'code' of the 'attributes' table here to be able to control which attributes
|
2020-08-07 19:48:13 +00:00
|
|
|
// should be skipped when doing a copy (admin->catalog->products->copy product).
|
|
|
|
|
// you can also add every relation that should not be copied here to skip them.
|
|
|
|
|
// defaults to none (which means everything is copied).
|
2020-08-03 11:32:26 +00:00
|
|
|
'skipAttributesOnCopy' => [
|
|
|
|
|
|
|
|
|
|
],
|
|
|
|
|
];
|