1234567891011121314151617181920212223242526272829303132333435 |
- uuid: f1f79e84-77c7-4d8a-a4b5-a8a84f380cb0
- langcode: en
- status: true
- dependencies:
- module:
- - commerce_checkout
- - commerce_product
- theme:
- - materiotheme
- id: checkoutprogress
- theme: materiotheme
- region: content_top
- weight: 0
- provider: null
- plugin: commerce_checkout_progress
- settings:
- id: commerce_checkout_progress
- label: 'Checkout progress'
- label_display: '0'
- provider: commerce_checkout
- visibility:
- 'entity_bundle:commerce_product_variation':
- id: 'entity_bundle:commerce_product_variation'
- negate: false
- context_mapping:
- commerce_product_variation: '@commerce_product.product_variation_route_context:commerce_product_variation'
- bundles:
- materio_product_variation_type: materio_product_variation_type
- 'entity_bundle:commerce_product':
- id: 'entity_bundle:commerce_product'
- negate: false
- context_mapping:
- commerce_product: '@commerce_product.product_route_context:commerce_product'
- bundles:
- materio_product_type: materio_product_type
|