X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Fmodules%2Fnode%2Fmigrations%2Fd6_node_type.yml;fp=web%2Fcore%2Fmodules%2Fnode%2Fmigrations%2Fd6_node_type.yml;h=3afe4bc475891e54411f7aca415bca9cc3e4ed6a;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hp=0000000000000000000000000000000000000000;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0;p=yaffs-website diff --git a/web/core/modules/node/migrations/d6_node_type.yml b/web/core/modules/node/migrations/d6_node_type.yml new file mode 100644 index 000000000..3afe4bc47 --- /dev/null +++ b/web/core/modules/node/migrations/d6_node_type.yml @@ -0,0 +1,27 @@ +id: d6_node_type +label: Node type configuration +migration_tags: + - Drupal 6 + - Configuration +source: + plugin: d6_node_type + constants: + preview: 1 # DRUPAL_OPTIONAL + create_body: false +process: + type: type + name: name + module: module + description: description + help: help + title_label: title_label + 'preview_mode': 'constants/preview' + 'display_submitted': display_submitted + 'new_revision': 'options/revision' + 'settings/node/options': options + create_body: has_body + create_body_label: body_label + 'third_party_settings/menu_ui/available_menus': available_menus + 'third_party_settings/menu_ui/parent': parent +destination: + plugin: entity:node_type