made new product type translatable
This commit is contained in:
parent
2cf3667129
commit
5e17131fd0
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue