123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- uuid: d42f8278-fc36-46e7-b909-e10d57f0dc16
- langcode: en
- status: true
- dependencies:
- module:
- - commerce_recurring
- - options
- id: commerce_subscription.standalone.default
- targetEntityType: commerce_subscription
- bundle: standalone
- mode: default
- content:
- ends:
- label: inline
- type: timestamp
- weight: 4
- region: content
- settings:
- date_format: medium
- custom_date_format: ''
- timezone: ''
- third_party_settings: { }
- next_renewal:
- label: inline
- type: timestamp
- weight: 6
- region: content
- settings:
- date_format: medium
- custom_date_format: ''
- timezone: ''
- third_party_settings: { }
- orders:
- type: subscription_orders
- weight: 0
- region: content
- label: hidden
- settings:
- view: commerce_subscription_orders_admin
- third_party_settings: { }
- payment_method:
- type: entity_reference_entity_view
- weight: 7
- region: content
- label: inline
- settings:
- link: true
- view_mode: default
- third_party_settings: { }
- renewed:
- label: inline
- type: timestamp
- weight: 5
- region: content
- settings:
- date_format: medium
- custom_date_format: ''
- timezone: ''
- third_party_settings: { }
- starts:
- label: inline
- type: timestamp
- weight: 3
- region: content
- settings:
- date_format: medium
- custom_date_format: ''
- timezone: ''
- third_party_settings: { }
- state:
- label: hidden
- type: list_default
- weight: 8
- region: content
- settings: { }
- third_party_settings: { }
- trial_ends:
- label: inline
- type: timestamp
- weight: 2
- region: content
- settings:
- date_format: medium
- custom_date_format: ''
- timezone: ''
- third_party_settings: { }
- trial_starts:
- label: inline
- type: timestamp
- weight: 1
- region: content
- settings:
- date_format: medium
- custom_date_format: ''
- timezone: ''
- third_party_settings: { }
- hidden:
- billing_schedule: true
- created: true
- initial_order: true
- quantity: true
- scheduled_changes: true
- search_api_excerpt: true
- store_id: true
- title: true
- uid: true
- unit_price: true
|