doc improvements
This commit is contained in:
parent
326c19f36d
commit
96e6c56375
|
|
@ -2,10 +2,10 @@
|
|||
|
||||
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)
|
||||
// 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).
|
||||
'skipAttributesOnCopy' => [
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Loading…
Reference in New Issue