You are here

commerce_stock_local.schema.yml in Commerce Stock 8

modules/local_storage/config/schema/commerce_stock_local.schema.yml

File

modules/local_storage/config/schema/commerce_stock_local.schema.yml
View source
  1. commerce_stock_local.cron:
  2. type: config_object
  3. label: 'Commerce Stock Local - Cron'
  4. mapping:
  5. update_interval:
  6. type: integer
  7. label: 'Update interval'
  8. update_batch_size:
  9. type: integer
  10. label: 'Update batch size'
  11. cron_run_mode:
  12. type: string
  13. label: 'Cron run mode'
  14. commerce_stock_local.transactions:
  15. type: config_object
  16. label: 'Commerce Stock Local - transactions'
  17. mapping:
  18. transactions_aggregation_mode:
  19. type: string
  20. label: 'Stock aggregation mode'
  21. transactions_retention:
  22. type: string
  23. label: 'Transactions retention'