11 lines
294 B
PHP
11 lines
294 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
return [
|
||
|
|
// use the 'code' of the 'attributes' table here to be able to control which attributes
|
||
|
|
// should be skipped when doing a copy (admin->catalog->products->copy product)
|
||
|
|
// defaults to none (which means everything is copied)
|
||
|
|
'skipAttributesOnCopy' => [
|
||
|
|
|
||
|
|
],
|
||
|
|
|
||
|
|
];
|