X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fnode%2Fmigrations%2Fd7_node_title_label.yml;fp=web%2Fcore%2Fmodules%2Fnode%2Fmigrations%2Fd7_node_title_label.yml;h=9b3051ade61acc43cba9e257fc2b75f1fdaca1db;hp=0000000000000000000000000000000000000000;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/web/core/modules/node/migrations/d7_node_title_label.yml b/web/core/modules/node/migrations/d7_node_title_label.yml new file mode 100644 index 000000000..9b3051ade --- /dev/null +++ b/web/core/modules/node/migrations/d7_node_title_label.yml @@ -0,0 +1,20 @@ +id: d7_node_title_label +label: Node title label +migration_tags: + - Drupal 7 + - Configuration +source: + plugin: d7_node_type + constants: + entity_type: node + field_name: title +process: + entity_type: 'constants/entity_type' + bundle: type + field_name: 'constants/field_name' + label: title_label +destination: + plugin: entity:base_field_override +migration_dependencies: + required: + - d7_node_type