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

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