From 1a713db4523a957618d9eb3d5ddb97b98c9bdcd6 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 6 May 2020 02:22:44 +0100 Subject: [PATCH] Map post excerpt field --- .../custom/migrations/migrate_plus.migration.post_node.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/web/modules/custom/custom/migrations/migrate_plus.migration.post_node.yml b/web/modules/custom/custom/migrations/migrate_plus.migration.post_node.yml index 1aa586c..4bb9319 100644 --- a/web/modules/custom/custom/migrations/migrate_plus.migration.post_node.yml +++ b/web/modules/custom/custom/migrations/migrate_plus.migration.post_node.yml @@ -22,6 +22,10 @@ source: selector: title label: Title + - name: excerpt + selector: excerpt + label: Excerpt + - name: created selector: created label: Created @@ -55,6 +59,8 @@ process: path: path status: status + field_excerpt: excerpt + field_tags: plugin: migration_lookup migration: tag_term