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.
 
 

71 lines
1.3 KiB

uuid: 69782039-3f77-46b2-846b-a31d091f5822
langcode: en
status: true
dependencies: { }
id: upgrade_d7_node_type
class: Drupal\migrate\Plugin\Migration
field_plugin_method: null
cck_plugin_method: null
migration_tags:
- 'Drupal 7'
- Configuration
migration_group: migrate_drupal_7
label: 'Node type configuration'
source:
plugin: d7_node_type
constants:
preview: 1
process:
type:
-
plugin: get
source: type
name:
-
plugin: get
source: name
description:
-
plugin: get
source: description
help:
-
plugin: get
source: help
title_label:
-
plugin: get
source: title_label
preview_mode:
-
plugin: get
source: constants/preview
display_submitted:
-
plugin: get
source: display_submitted
new_revision:
-
plugin: get
source: options/revision
create_body:
-
plugin: get
source: create_body
create_body_label:
-
plugin: get
source: body_label
third_party_settings/menu_ui/available_menus:
-
plugin: get
source: available_menus
third_party_settings/menu_ui/parent:
-
plugin: get
source: parent
destination:
plugin: 'entity:node_type'
migration_dependencies:
required: { }
optional: { }