block.block.checkoutprogress.yml 1.2 KB

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