language.content_settings.node.article.yml
Same filename in other branches
1 string reference to 'language.content_settings.node.article'
- MigrateLanguageContentSettingsTest::testLanguageContent in core/
modules/ language/ tests/ src/ Kernel/ Migrate/ d6/ MigrateLanguageContentSettingsTest.php - Tests migration of content language settings.
File
-
core/
profiles/ demo_umami/ config/ install/ language.content_settings.node.article.yml
View source
- 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
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.