product and variations translatable

This commit is contained in:
2021-06-02 11:42:55 +02:00
parent 90b8f1bb6a
commit 05a2134ced
4 changed files with 6 additions and 6 deletions

View File

@@ -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: { }

View File

@@ -14,7 +14,7 @@ bundle: materio_product_variation_type
label: Description
description: ''
required: false
translatable: false
translatable: true
default_value: { }
default_value_callback: ''
settings: { }

View File

@@ -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