You are here

core.entity_view_display.commerce_order.default.default.yml in Commerce Core 8.2

modules/order/config/install/core.entity_view_display.commerce_order.default.default.yml

File

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