core.entity_view_display.commerce_order.default.default.yml 2.0 KB

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