You are here

core.entity_form_display.commerce_order.physical.default.yml in Commerce Demo 8

config/install/core.entity_form_display.commerce_order.physical.default.yml

File

config/install/core.entity_form_display.commerce_order.physical.default.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - commerce_order.commerce_order_type.physical
  6. - field.field.commerce_order.physical.shipments
  7. module:
  8. - commerce_order
  9. - inline_entity_form
  10. id: commerce_order.physical.default
  11. targetEntityType: commerce_order
  12. bundle: physical
  13. mode: default
  14. content:
  15. adjustments:
  16. type: commerce_adjustment_default
  17. weight: 2
  18. region: content
  19. settings: { }
  20. third_party_settings: { }
  21. billing_profile:
  22. type: commerce_billing_profile
  23. weight: 0
  24. settings: { }
  25. region: content
  26. third_party_settings: { }
  27. cart:
  28. type: boolean_checkbox
  29. settings:
  30. display_label: true
  31. weight: 3
  32. region: content
  33. third_party_settings: { }
  34. order_items:
  35. type: inline_entity_form_complex
  36. weight: 1
  37. settings:
  38. override_labels: true
  39. label_singular: 'order item'
  40. label_plural: 'order items'
  41. form_mode: default
  42. allow_new: true
  43. allow_existing: false
  44. match_operator: CONTAINS
  45. third_party_settings: { }
  46. region: content
  47. hidden:
  48. ip_address: true
  49. mail: true
  50. order_number: true
  51. shipments: true
  52. state: true
  53. store_id: true
  54. uid: true