doc improvements

This commit is contained in:
Herbert Maschke 2020-08-07 21:48:13 +02:00
parent 326c19f36d
commit 96e6c56375
1 changed files with 3 additions and 3 deletions

View File

@ -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' => [
],
];