core.entity_view_display.commerce_order.default.default.yml 1.9 KB

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