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 f8bd712d510d14497e0498a571d305dcd5b176fa..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