Patched to Drupal 8.4.8 level. See https://www.drupal.org/sa-core-2018-004 and patch...
[yaffs-website] / web / core / modules / node / migration_templates / d7_node_type.yml
1 id: d7_node_type
2 label: Node type configuration
3 migration_tags:
4   - Drupal 7
5 source:
6   plugin: d7_node_type
7   constants:
8     preview: 1 # DRUPAL_OPTIONAL
9 process:
10   type: type
11   name: name
12   description: description
13   help: help
14   title_label: title_label
15   preview_mode: 'constants/preview'
16   display_submitted: display_submitted
17   new_revision: 'options/revision'
18   create_body: create_body
19   create_body_label: body_label
20   'third_party_settings/menu_ui/available_menus': available_menus
21   'third_party_settings/menu_ui/parent': parent
22 destination:
23   plugin: entity:node_type