You are here

core.entity_view_display.commerce_order.physical.default.yml in Commerce Demo 8

config/install/core.entity_view_display.commerce_order.physical.default.yml

File

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