core.entity_form_display.commerce_order.materio_order_type.default.yml 1.3 KB

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