made new product type translatable

This commit is contained in:
Bachir Soussi Chiadmi 2022-03-15 12:28:06 +01:00
parent 2cf3667129
commit 5e17131fd0
1 changed files with 6 additions and 1 deletions

View File

@ -4,8 +4,13 @@ status: true
dependencies: dependencies:
config: config:
- commerce_product.commerce_product_type.materio_product_license_type - commerce_product.commerce_product_type.materio_product_license_type
module:
- content_translation
third_party_settings:
content_translation:
enabled: true
id: commerce_product.materio_product_license_type id: commerce_product.materio_product_license_type
target_entity_type_id: commerce_product target_entity_type_id: commerce_product
target_bundle: materio_product_license_type target_bundle: materio_product_license_type
default_langcode: site_default default_langcode: site_default
language_alterable: false language_alterable: true