You are here

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

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

File

config/optional/core.entity_form_display.commerce_order_item.default.add_to_cart.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - commerce_order.commerce_order_item_type.default
  6. - core.entity_form_mode.commerce_order_item.add_to_cart
  7. enforced:
  8. module:
  9. - commerce_cart
  10. - commerce_product
  11. module:
  12. - commerce_product
  13. id: commerce_order_item.default.add_to_cart
  14. targetEntityType: commerce_order_item
  15. bundle: default
  16. mode: add_to_cart
  17. content:
  18. purchased_entity:
  19. type: commerce_product_variation_attributes
  20. weight: 0
  21. settings: { }
  22. region: content
  23. quantity:
  24. type: xnumber
  25. weight: 1
  26. region: content
  27. settings:
  28. placeholder: ''
  29. min: '1'
  30. max: ''
  31. default_value: '1'
  32. step: '1'
  33. prefix: ''
  34. suffix: ''
  35. disable_on_cart: '0'
  36. third_party_settings: { }
  37. hidden:
  38. created: true
  39. quantity: true
  40. status: true
  41. uid: true
  42. unit_price: true