core.entity_view_display.commerce_order.recurring.default.yml 2.3 KB

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