1be9cd1ccc3af3f8094bc900b893e35e87407998
[yaffs-website] / web / core / modules / node / migrations / d7_node_type.yml
1 id: d7_node_type
2 label: Node type configuration
3 migration_tags:
4   - Drupal 7
5   - Configuration
6 source:
7   plugin: d7_node_type
8   constants:
9     preview: 1 # DRUPAL_OPTIONAL
10 process:
11   type: type
12   name: name
13   description: description
14   help: help
15   title_label: title_label
16   preview_mode: 'constants/preview'
17   display_submitted: display_submitted
18   new_revision: 'options/revision'
19   create_body: create_body
20   create_body_label: body_label
21   'third_party_settings/menu_ui/available_menus': available_menus
22   'third_party_settings/menu_ui/parent': parent
23 destination:
24   plugin: entity:node_type