core.entity_view_display.commerce_subscription.standalone.default.yml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. uuid: d42f8278-fc36-46e7-b909-e10d57f0dc16
  2. langcode: en
  3. status: true
  4. dependencies:
  5. module:
  6. - commerce_recurring
  7. - options
  8. id: commerce_subscription.standalone.default
  9. targetEntityType: commerce_subscription
  10. bundle: standalone
  11. mode: default
  12. content:
  13. ends:
  14. label: inline
  15. type: timestamp
  16. weight: 4
  17. region: content
  18. settings:
  19. date_format: medium
  20. custom_date_format: ''
  21. timezone: ''
  22. third_party_settings: { }
  23. next_renewal:
  24. label: inline
  25. type: timestamp
  26. weight: 6
  27. region: content
  28. settings:
  29. date_format: medium
  30. custom_date_format: ''
  31. timezone: ''
  32. third_party_settings: { }
  33. orders:
  34. type: subscription_orders
  35. weight: 0
  36. region: content
  37. label: hidden
  38. settings:
  39. view: commerce_subscription_orders_admin
  40. third_party_settings: { }
  41. payment_method:
  42. type: entity_reference_entity_view
  43. weight: 7
  44. region: content
  45. label: inline
  46. settings:
  47. link: true
  48. view_mode: default
  49. third_party_settings: { }
  50. renewed:
  51. label: inline
  52. type: timestamp
  53. weight: 5
  54. region: content
  55. settings:
  56. date_format: medium
  57. custom_date_format: ''
  58. timezone: ''
  59. third_party_settings: { }
  60. starts:
  61. label: inline
  62. type: timestamp
  63. weight: 3
  64. region: content
  65. settings:
  66. date_format: medium
  67. custom_date_format: ''
  68. timezone: ''
  69. third_party_settings: { }
  70. state:
  71. label: hidden
  72. type: list_default
  73. weight: 8
  74. region: content
  75. settings: { }
  76. third_party_settings: { }
  77. trial_ends:
  78. label: inline
  79. type: timestamp
  80. weight: 2
  81. region: content
  82. settings:
  83. date_format: medium
  84. custom_date_format: ''
  85. timezone: ''
  86. third_party_settings: { }
  87. trial_starts:
  88. label: inline
  89. type: timestamp
  90. weight: 1
  91. region: content
  92. settings:
  93. date_format: medium
  94. custom_date_format: ''
  95. timezone: ''
  96. third_party_settings: { }
  97. hidden:
  98. billing_schedule: true
  99. created: true
  100. initial_order: true
  101. quantity: true
  102. scheduled_changes: true
  103. search_api_excerpt: true
  104. store_id: true
  105. title: true
  106. uid: true
  107. unit_price: true