You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

51 lines
1.2 KiB

uuid: 9a9e4e5c-e611-494b-86c4-c0082ecdbc4c
langcode: en
status: true
dependencies: { }
id: upgrade_d7_language_content_menu_settings
class: Drupal\migrate\Plugin\Migration
field_plugin_method: null
cck_plugin_method: null
migration_tags:
- 'Drupal 7'
- Configuration
migration_group: migrate_drupal_7
label: 'Drupal 7 language content menu settings'
source:
plugin: extension
name: i18n_menu
constants:
target_type: menu_link_content
langcode: site_default
enabled: true
hide: 0
process:
target_entity_type_id:
-
plugin: get
source: constants/target_type
target_bundle:
-
plugin: get
source: constants/target_type
default_langcode:
-
plugin: get
source: constants/langcode
language_alterable:
-
plugin: get
source: status
third_party_settings/content_translation/enabled:
-
plugin: get
source: constants/enabled
third_party_settings/content_translation/bundle_settings/untranslatable_fields_hide:
-
plugin: get
source: constants/hide
destination:
plugin: 'entity:language_content_settings'
migration_dependencies:
required: { }
optional: { }