core.entity_view_display.commerce_order.materio_order_type.default.yml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. uuid: 841604d9-9a57-44cc-aa1b-00565644f5c4
  2. langcode: en
  3. status: true
  4. dependencies:
  5. config:
  6. - commerce_order.commerce_order_type.materio_order_type
  7. - field.field.commerce_order.materio_order_type.order_items
  8. module:
  9. - commerce_order
  10. - state_machine
  11. - user
  12. id: commerce_order.materio_order_type.default
  13. targetEntityType: commerce_order
  14. bundle: materio_order_type
  15. mode: default
  16. content:
  17. completed:
  18. label: above
  19. type: timestamp
  20. weight: 0
  21. region: content
  22. settings:
  23. date_format: medium
  24. custom_date_format: ''
  25. timezone: ''
  26. third_party_settings: { }
  27. ip_address:
  28. label: above
  29. type: string
  30. weight: 0
  31. region: content
  32. settings:
  33. link_to_entity: false
  34. third_party_settings: { }
  35. mail:
  36. label: above
  37. type: string
  38. weight: 0
  39. region: content
  40. settings:
  41. link_to_entity: false
  42. third_party_settings: { }
  43. order_items:
  44. type: commerce_order_item_table
  45. weight: 0
  46. label: above
  47. settings: { }
  48. third_party_settings: { }
  49. region: content
  50. placed:
  51. label: above
  52. type: timestamp
  53. weight: 0
  54. region: content
  55. settings:
  56. date_format: medium
  57. custom_date_format: ''
  58. timezone: ''
  59. third_party_settings: { }
  60. state:
  61. label: hidden
  62. type: state_transition_form
  63. weight: 10
  64. region: content
  65. settings: { }
  66. third_party_settings: { }
  67. total_price:
  68. label: hidden
  69. type: commerce_order_total_summary
  70. weight: 0
  71. region: content
  72. settings: { }
  73. third_party_settings: { }
  74. uid:
  75. label: above
  76. type: author
  77. weight: 0
  78. region: content
  79. settings: { }
  80. third_party_settings: { }
  81. hidden:
  82. billing_profile: true
  83. changed: true
  84. order_number: true
  85. store_id: true
  86. total_paid: true