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

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