product and variations translatable
This commit is contained in:
@@ -11,7 +11,7 @@ bundle: materio_product_variation_type
|
||||
label: Title
|
||||
description: 'The variation title.'
|
||||
required: true
|
||||
translatable: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
|
@@ -14,7 +14,7 @@ bundle: materio_product_variation_type
|
||||
label: Description
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
|
@@ -8,11 +8,11 @@ dependencies:
|
||||
- content_translation
|
||||
third_party_settings:
|
||||
content_translation:
|
||||
enabled: false
|
||||
enabled: true
|
||||
bundle_settings:
|
||||
untranslatable_fields_hide: '0'
|
||||
untranslatable_fields_hide: '1'
|
||||
id: commerce_product_variation.materio_product_variation_type
|
||||
target_entity_type_id: commerce_product_variation
|
||||
target_bundle: materio_product_variation_type
|
||||
default_langcode: site_default
|
||||
language_alterable: false
|
||||
language_alterable: true
|
||||
|
Reference in New Issue
Block a user