You are here

commerce_smart_importer.schema.yml in Commerce Smart Importer 8

config/schema/commerce_smart_importer.schema.yml

File

config/schema/commerce_smart_importer.schema.yml
View source
  1. commerce_smart_importer.settings:
  2. type: config_object
  3. label: 'Commerce smart importer settings'
  4. mapping:
  5. store:
  6. type: string
  7. label: 'Store in which products will be created'
  8. sku_prefix:
  9. type: string
  10. label: 'If the SKU is automatically generated, this will be in front of the auto-generated SKU'
  11. sku_method:
  12. type: string
  13. label: 'SKU generate method, 0 = auto-increment | 1 = random'
  14. sku_random_digits:
  15. type: string
  16. label: 'If SKU generate method is random, this is number of random digits'
  17. increment_saver:
  18. type: string
  19. label: 'If SKU generate method is auto-increment, this saves last stop'
  20. batch_products:
  21. type: string
  22. label: 'Number of products that will be imported per one batch operation'
  23. commerce_product_bundle:
  24. type: string
  25. label: 'Product bundle that will be used'
  26. commerce_product_variation_bundle:
  27. type: string
  28. label: 'Product variation bundle that will be used'
  29. external_folders:
  30. type: array
  31. label: 'You can add external folders, which will be scanned'
  32. flush_image_cache:
  33. type: string
  34. label: 'Flush image styles when adding new image'
  35. expose_store:
  36. type: boolean
  37. label: 'Exposes store in CSV file'