switched to new commerce product type with mutliple variation types
This commit is contained in:
@@ -3,7 +3,7 @@ langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- commerce_product.commerce_product_type.materio_product_type
|
||||
- commerce_product.commerce_product_type.materio_product_license_type
|
||||
- field.storage.commerce_product.body
|
||||
- system.menu.header
|
||||
module:
|
||||
@@ -405,14 +405,45 @@ display:
|
||||
id: type
|
||||
table: commerce_product_field_data
|
||||
field: type
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
entity_type: commerce_product
|
||||
entity_field: type
|
||||
plugin_id: commerce_entity_bundle
|
||||
operator: in
|
||||
value:
|
||||
materio_product_type: materio_product_type
|
||||
materio_product_license_type: materio_product_license_type
|
||||
group: 1
|
||||
exposed: false
|
||||
expose:
|
||||
operator_id: ''
|
||||
label: ''
|
||||
description: ''
|
||||
use_operator: false
|
||||
operator: ''
|
||||
operator_limit_selection: false
|
||||
operator_list: { }
|
||||
identifier: ''
|
||||
required: false
|
||||
remember: false
|
||||
multiple: false
|
||||
remember_roles:
|
||||
authenticated: authenticated
|
||||
reduce: false
|
||||
hide_single_bundle: true
|
||||
is_grouped: false
|
||||
group_info:
|
||||
label: ''
|
||||
description: ''
|
||||
identifier: ''
|
||||
optional: true
|
||||
widget: select
|
||||
multiple: false
|
||||
remember: false
|
||||
default_group: All
|
||||
default_group_multiple: { }
|
||||
group_items: { }
|
||||
langcode:
|
||||
id: langcode
|
||||
table: commerce_product_field_data
|
||||
|
Reference in New Issue
Block a user