v1/web/modules/contrib/commerce_stock/config/schema/commerce_stock.schema.yml

23 lines
686 B
YAML

commerce_stock.service_manager:
type: config_object
mapping:
default_service_id:
type: string
label: 'Default service ID'
stock_events_plugin_id:
type: string
label: 'Default plugin ID'
commerce_stock.core_stock_events:
type: config_object
mapping:
core_stock_events_order_complete_event_type:
type: string
label: What event should trigger the complete transaction.
core_stock_events_order_cancel:
type: boolean
label: Whether the order cancel stock event is enabled or not.
core_stock_events_order_updates:
type: boolean
label: Whether the order update stock event is enabled or not.