block.block.checkoutprogress.yml 1016 B

1234567891011121314151617181920212223242526272829303132333435
  1. uuid: f1f79e84-77c7-4d8a-a4b5-a8a84f380cb0
  2. langcode: en
  3. status: true
  4. dependencies:
  5. module:
  6. - commerce_checkout
  7. - commerce_product
  8. theme:
  9. - materiotheme
  10. id: checkoutprogress
  11. theme: materiotheme
  12. region: content_top
  13. weight: 0
  14. provider: null
  15. plugin: commerce_checkout_progress
  16. settings:
  17. id: commerce_checkout_progress
  18. label: 'Checkout progress'
  19. label_display: '0'
  20. provider: commerce_checkout
  21. visibility:
  22. 'entity_bundle:commerce_product_variation':
  23. id: 'entity_bundle:commerce_product_variation'
  24. negate: false
  25. context_mapping:
  26. commerce_product_variation: '@commerce_product.product_variation_route_context:commerce_product_variation'
  27. bundles:
  28. materio_product_variation_type: materio_product_variation_type
  29. 'entity_bundle:commerce_product':
  30. id: 'entity_bundle:commerce_product'
  31. negate: false
  32. context_mapping:
  33. commerce_product: '@commerce_product.product_route_context:commerce_product'
  34. bundles:
  35. materio_product_type: materio_product_type