diff -u b/core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php b/core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php --- b/core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php +++ b/core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php @@ -801,3 +801,3 @@ } - + } only in patch2: unchanged: --- a/core/profiles/demo_umami/config/install/field.field.node.article.field_tags.yml +++ b/core/profiles/demo_umami/config/install/field.field.node.article.field_tags.yml @@ -12,7 +12,7 @@ bundle: article label: Tags description: 'Enter a comma-separated list. For example: Vegetarian, Chocolate brownies, Appetizers' required: false -translatable: true +translatable: false default_value: { } default_value_callback: '' settings: only in patch2: unchanged: --- a/core/profiles/demo_umami/config/install/field.field.node.recipe.field_tags.yml +++ b/core/profiles/demo_umami/config/install/field.field.node.recipe.field_tags.yml @@ -12,7 +12,7 @@ bundle: recipe label: Tags description: 'Enter a comma-separated list. For example: Vegetarian, Chocolate brownies, Appetizers' required: false -translatable: true +translatable: false default_value: { } default_value_callback: '' settings: only in patch2: unchanged: --- /dev/null +++ b/core/profiles/demo_umami/config/install/language.content_settings.node.article.yml @@ -0,0 +1,15 @@ +langcode: en +status: true +dependencies: + config: + - node.type.article + module: + - content_translation +third_party_settings: + content_translation: + enabled: true +id: node.article +target_entity_type_id: node +target_bundle: article +default_langcode: site_default +language_alterable: true only in patch2: unchanged: --- /dev/null +++ b/core/profiles/demo_umami/config/install/language.content_settings.node.page.yml @@ -0,0 +1,15 @@ +langcode: en +status: true +dependencies: + config: + - node.type.page + module: + - content_translation +third_party_settings: + content_translation: + enabled: true +id: node.page +target_entity_type_id: node +target_bundle: page +default_langcode: site_default +language_alterable: true only in patch2: unchanged: --- /dev/null +++ b/core/profiles/demo_umami/config/install/language.content_settings.node.recipe.yml @@ -0,0 +1,15 @@ +langcode: en +status: true +dependencies: + config: + - node.type.recipe + module: + - content_translation +third_party_settings: + content_translation: + enabled: true +id: node.recipe +target_entity_type_id: node +target_bundle: recipe +default_langcode: site_default +language_alterable: true only in patch2: unchanged: --- /dev/null +++ b/core/profiles/demo_umami/config/install/language.content_settings.taxonomy_term.recipe_category.yml @@ -0,0 +1,15 @@ +langcode: en +status: true +dependencies: + config: + - taxonomy.vocabulary.recipe_category + module: + - content_translation +third_party_settings: + content_translation: + enabled: true +id: taxonomy_term.recipe_category +target_entity_type_id: taxonomy_term +target_bundle: recipe_category +default_langcode: site_default +language_alterable: true only in patch2: unchanged: --- /dev/null +++ b/core/profiles/demo_umami/config/install/language.content_settings.taxonomy_term.tags.yml @@ -0,0 +1,15 @@ +langcode: en +status: true +dependencies: + config: + - taxonomy.vocabulary.tags + module: + - content_translation +third_party_settings: + content_translation: + enabled: true +id: taxonomy_term.tags +target_entity_type_id: taxonomy_term +target_bundle: tags +default_langcode: site_default +language_alterable: true