You are here

core.entity_view_display.commerce_order_item.default.default.yml in Commerce Extended Quantity 8

config/optional/core.entity_view_display.commerce_order_item.default.default.yml

File

config/optional/core.entity_view_display.commerce_order_item.default.default.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - commerce_order.commerce_order_item_type.default
  6. module:
  7. - commerce_price
  8. enforced:
  9. module:
  10. - commerce_product
  11. id: commerce_order_item.default.default
  12. targetEntityType: commerce_order_item
  13. bundle: default
  14. mode: default
  15. content:
  16. total_price:
  17. type: commerce_price_default
  18. weight: 3
  19. settings:
  20. strip_trailing_zeroes: false
  21. display_currency_code: false
  22. third_party_settings: { }
  23. label: above
  24. purchased_entity:
  25. type: entity_reference_entity_view
  26. weight: 0
  27. settings:
  28. view_mode: default
  29. link: false
  30. third_party_settings: { }
  31. label: above
  32. quantity:
  33. type: number_decimal
  34. weight: 1
  35. settings:
  36. thousand_separator: ''
  37. decimal_separator: .
  38. scale: 4
  39. prefix_suffix: true
  40. third_party_settings: { }
  41. label: above
  42. unit_price:
  43. type: commerce_price_default
  44. weight: 2
  45. settings:
  46. strip_trailing_zeroes: false
  47. display_currency_code: false
  48. third_party_settings: { }
  49. label: above
  50. hidden: { }