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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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. - field.field.commerce_order.materio_order_type.order_items
  9. module:
  10. - commerce_order
  11. - inline_entity_form
  12. id: commerce_order.materio_order_type.default
  13. targetEntityType: commerce_order
  14. bundle: materio_order_type
  15. mode: default
  16. content:
  17. adjustments:
  18. type: commerce_adjustment_default
  19. weight: 0
  20. region: content
  21. settings: { }
  22. third_party_settings: { }
  23. billing_profile:
  24. type: commerce_billing_profile
  25. weight: 0
  26. settings: { }
  27. region: content
  28. third_party_settings: { }
  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: 0
  39. settings:
  40. form_mode: variation_cart_form
  41. override_labels: true
  42. label_singular: 'order item'
  43. label_plural: 'order items'
  44. match_operator: CONTAINS
  45. collapsible: false
  46. collapsed: false
  47. allow_new: false
  48. allow_existing: false
  49. allow_duplicate: false
  50. third_party_settings: { }
  51. region: content
  52. hidden:
  53. ip_address: true
  54. mail: true
  55. order_number: true
  56. state: true
  57. store_id: true
  58. uid: true