|
@@ -12,26 +12,36 @@ dependencies:
|
|
|
- field.field.commerce_product_variation.materio_product_variation_type.license_type
|
|
|
- field.field.commerce_product_variation.materio_product_variation_type.subscription_type
|
|
|
module:
|
|
|
+ - commerce_price
|
|
|
- commerce_variation_cart_form
|
|
|
- - text
|
|
|
third_party_settings:
|
|
|
commerce_variation_cart_form:
|
|
|
- combine: '1'
|
|
|
+ combine: true
|
|
|
id: commerce_product_variation.materio_product_variation_type.summary
|
|
|
targetEntityType: commerce_product_variation
|
|
|
bundle: materio_product_variation_type
|
|
|
mode: summary
|
|
|
content:
|
|
|
- field_description:
|
|
|
- weight: 1
|
|
|
+ price:
|
|
|
+ type: commerce_price_default
|
|
|
+ weight: 2
|
|
|
+ region: content
|
|
|
label: hidden
|
|
|
- settings: { }
|
|
|
+ settings:
|
|
|
+ strip_trailing_zeroes: false
|
|
|
+ currency_display: symbol
|
|
|
third_party_settings: { }
|
|
|
- type: text_default
|
|
|
+ product_id:
|
|
|
+ type: entity_reference_label
|
|
|
+ weight: 0
|
|
|
region: content
|
|
|
+ label: hidden
|
|
|
+ settings:
|
|
|
+ link: false
|
|
|
+ third_party_settings: { }
|
|
|
title:
|
|
|
type: string
|
|
|
- weight: 0
|
|
|
+ weight: 1
|
|
|
region: content
|
|
|
label: hidden
|
|
|
settings:
|
|
@@ -40,13 +50,13 @@ content:
|
|
|
hidden:
|
|
|
billing_schedule: true
|
|
|
commerce_variation_cart_form: true
|
|
|
+ field_description: true
|
|
|
field_multiple: true
|
|
|
langcode: true
|
|
|
license_expiration: true
|
|
|
license_type: true
|
|
|
list_price: true
|
|
|
- price: true
|
|
|
- product_id: true
|
|
|
search_api_excerpt: true
|
|
|
sku: true
|
|
|
subscription_type: true
|
|
|
+ synonyms: true
|