You are here

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

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

File

config/optional/core.entity_form_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. enforced:
  7. module:
  8. - commerce_product
  9. module:
  10. - commerce_order
  11. id: commerce_order_item.default.default
  12. targetEntityType: commerce_order_item
  13. bundle: default
  14. mode: default
  15. content:
  16. purchased_entity:
  17. type: entity_reference_autocomplete
  18. weight: 0
  19. settings:
  20. match_operator: CONTAINS
  21. size: 60
  22. placeholder: ''
  23. third_party_settings: { }
  24. quantity:
  25. type: xnumber
  26. weight: 1
  27. settings:
  28. placeholder: ''
  29. step: '1'
  30. min: '1'
  31. max: ''
  32. default_value: '1'
  33. prefix: ''
  34. suffix: ''
  35. disable_on_cart: '0'
  36. third_party_settings: { }
  37. region: content
  38. unit_price:
  39. type: commerce_unit_price
  40. weight: 2
  41. settings:
  42. require_confirmation: true
  43. third_party_settings: { }
  44. region: content
  45. hidden:
  46. created: true
  47. status: true
  48. uid: true