Skip to content
Snippets Groups Projects
Commit 37dfbf4f authored by Philippe Joulot's avatar Philippe Joulot Committed by Dan Feidt
Browse files

Issue #3177011 by phjou, HongPong: Migration is crashing when wordpress exports empty title

parent a6afd2bc
No related branches found
No related tags found
No related merge requests found
...@@ -60,7 +60,11 @@ process: ...@@ -60,7 +60,11 @@ process:
# type mapping is dynamically generated. # type mapping is dynamically generated.
# uid mapping is dynamically generated. # uid mapping is dynamically generated.
# tag/category field mappings are dynamically generated. # tag/category field mappings are dynamically generated.
title: title title:
plugin: skip_on_empty
method: row
source: title
message: 'Cannot import empty titles. This may include trashed posts from the WordPress import file.'
# @todo: Will need process plugin to rewrite links/img refs. # @todo: Will need process plugin to rewrite links/img refs.
# @link https://www.drupal.org/node/2742279 # @link https://www.drupal.org/node/2742279
'body/value': content 'body/value': content
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment