You are here

commerce_stock.schema.yml in Commerce Stock 8

config/schema/commerce_stock.schema.yml

File

config/schema/commerce_stock.schema.yml
View source
  1. commerce_stock.service_manager:
  2. type: config_object
  3. mapping:
  4. default_service_id:
  5. type: string
  6. label: 'Default service ID'
  7. commerce_stock.core_stock_events:
  8. type: config_object
  9. mapping:
  10. core_stock_events_order_complete:
  11. type: boolean
  12. label: Whether the order complete stock event is enabled or not.
  13. core_stock_events_order_cancel:
  14. type: boolean
  15. label: Whether the order cancel stock event is enabled or not.
  16. core_stock_events_order_updates:
  17. type: boolean
  18. label: Whether the order update stock event is enabled or not.