Further Drupal 8.6.4 changes. Some core files were not committed before a commit...
[yaffs-website] / web / core / modules / node / migrations / d6_node_type.yml
1 id: d6_node_type
2 label: Node type configuration
3 migration_tags:
4   - Drupal 6
5   - Configuration
6 source:
7   plugin: d6_node_type
8   constants:
9     preview: 1 # DRUPAL_OPTIONAL
10     create_body: false
11 process:
12   type: type
13   name: name
14   module: module
15   description: description
16   help: help
17   title_label: title_label
18   'preview_mode': 'constants/preview'
19   'display_submitted': display_submitted
20   'new_revision': 'options/revision'
21   'settings/node/options': options
22   create_body: has_body
23   create_body_label: body_label
24   'third_party_settings/menu_ui/available_menus': available_menus
25   'third_party_settings/menu_ui/parent': parent
26 destination:
27   plugin: entity:node_type