core.entity_form_display.commerce_order.default.default.yml 1.2 KB

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