From 96e6c56375b44e841b4d41f2d88221b40b4e4cbd Mon Sep 17 00:00:00 2001 From: Herbert Maschke Date: Fri, 7 Aug 2020 21:48:13 +0200 Subject: [PATCH] doc improvements --- config/products.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/products.php b/config/products.php index f5d6d234f..05fc36296 100644 --- a/config/products.php +++ b/config/products.php @@ -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' => [ ], - ]; \ No newline at end of file