X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fbook%2Fmigrations%2Fd7_book.yml;fp=web%2Fcore%2Fmodules%2Fbook%2Fmigrations%2Fd7_book.yml;h=30d8c72b574dac2b6ed1ee3e9c485d0809881d62;hp=0000000000000000000000000000000000000000;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/modules/book/migrations/d7_book.yml b/web/core/modules/book/migrations/d7_book.yml new file mode 100644 index 000000000..30d8c72b5 --- /dev/null +++ b/web/core/modules/book/migrations/d7_book.yml @@ -0,0 +1,24 @@ +id: d7_book +label: Books +migration_tags: + - Drupal 7 + - Content +source: + plugin: book +process: + nid: nid + 'book/bid': bid + 'book/weight': weight + 'book/pid': + - + plugin: skip_on_empty + method: process + source: plid + - + plugin: migration_lookup + migration: d7_book +destination: + plugin: book +migration_dependencies: + required: + - d7_node