products.php 354 B

1234567891011121314
  1. <?php
  2. return [
  3. /**
  4. * Skip attribute during product copy.
  5. *
  6. * Supported Relations: ['categories', 'inventories', 'customer_group_prices', 'images', 'videos', 'product_relations']
  7. *
  8. * Support Attributes: All Attributes (Example: 'sku', 'product_number', etc)
  9. */
  10. 'copy' => [
  11. 'skip_attributes' => [],
  12. ],
  13. ];