core.entity_view_display.commerce_order.default.default.yml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  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. - commerce_price
  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. balance:
  20. type: commerce_price_default
  21. label: inline
  22. weight: 9
  23. settings:
  24. strip_trailing_zeroes: false
  25. currency_display: symbol
  26. third_party_settings: { }
  27. region: content
  28. changed:
  29. type: timestamp
  30. weight: 4
  31. label: inline
  32. settings:
  33. date_format: short
  34. custom_date_format: ''
  35. timezone: ''
  36. third_party_settings: { }
  37. region: content
  38. completed:
  39. label: inline
  40. type: timestamp
  41. weight: 2
  42. settings:
  43. date_format: short
  44. custom_date_format: ''
  45. timezone: ''
  46. third_party_settings: { }
  47. region: content
  48. ip_address:
  49. label: inline
  50. type: string
  51. weight: 7
  52. settings:
  53. link_to_entity: false
  54. third_party_settings: { }
  55. region: content
  56. mail:
  57. label: inline
  58. type: basic_string
  59. weight: 6
  60. settings: { }
  61. third_party_settings: { }
  62. region: content
  63. order_items:
  64. type: commerce_order_item_table
  65. weight: 0
  66. settings: { }
  67. third_party_settings: { }
  68. label: hidden
  69. region: content
  70. placed:
  71. label: inline
  72. type: timestamp
  73. weight: 3
  74. settings:
  75. date_format: short
  76. custom_date_format: ''
  77. timezone: ''
  78. third_party_settings: { }
  79. region: content
  80. state:
  81. label: hidden
  82. type: state_transition_form
  83. weight: 8
  84. settings: { }
  85. third_party_settings: { }
  86. region: content
  87. total_price:
  88. type: commerce_order_total_summary
  89. weight: 1
  90. settings: { }
  91. third_party_settings: { }
  92. label: hidden
  93. region: content
  94. uid:
  95. label: inline
  96. type: author
  97. weight: 5
  98. settings: { }
  99. third_party_settings: { }
  100. region: content
  101. hidden:
  102. billing_profile: true
  103. order_number: true
  104. search_api_excerpt: true
  105. store_id: true
  106. total_paid: true