1234567891011121314151617181920 |
- uuid: 2bf3c46d-d8dc-4c46-ad58-6dac959d981c
- langcode: en
- status: true
- dependencies:
- module:
- - commerce_license
- - commerce_order
- id: commerce_order_item.license
- field_name: license
- entity_type: commerce_order_item
- type: entity_reference
- settings:
- target_type: commerce_license
- module: core
- locked: true
- cardinality: 1
- translatable: false
- indexes: { }
- persist_with_no_fields: false
- custom_storage: false
|