Updated all the contrib modules to their latest versions.
[yaffs-website] / web / modules / contrib / migrate_plus / migrate_example_advanced / config / install / migrate_plus.migration.wine_variety_list.yml.txt
index ae4d2b7471696a69922d99066e9488f28f0436a9..ff88862b2fac8c7af304ad6991acd5a7afa84d0f 100755 (executable)
@@ -3,13 +3,16 @@
 id: wine_variety_list
 label: XML feed of varieties
 migration_group: wine
+migration_tags:
+  - advanced example
 source:
   # We use the XML source plugin.
   plugin: xml
   # Normally, this is one or more fully-qualified URLs or file paths. Because
   # we can't hardcode your local URL, we provide a relative path here which
   # hook_install() will rewrite to a full URL for the current site.
-  urls: /migrate_example_advanced_variety_list?_format=xml
+  urls:
+    - /migrate_example_advanced_variety_list?_format=xml
   item_url: /migrate_example_advanced_variety_list/:id?_format=xml
   id_selector: /response/items
   # Visit the URL above (relative to your site root) and look at it. You can see
@@ -46,7 +49,7 @@ process:
   name: category_name
   description: category_details
   parent:
-    plugin: migration
+    plugin: migration_lookup
     migration: wine_terms
     source: category_parent
 destination: