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_role_xml.yml
index 6b7234c24881b1575500460d5639db277d2f8989..b5032a4f1541b6cec6cee3f0f0ba8cc4fc184070 100755 (executable)
@@ -2,6 +2,8 @@
 id: wine_role_xml
 label: XML feed of roles (positions)
 migration_group: wine
+migration_tags:
+  - advanced example
 source:
   # We use the XML data parser plugin.
   plugin: url
@@ -10,7 +12,8 @@ source:
   # 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_position?_format=xml
+  urls:
+    - /migrate_example_advanced_position?_format=xml
   # Visit the URL above (relative to your site root) and look at it. You can see
   # that <response> is the outer element, and each item we want to import is a
   # <position> element. The item_xpath value is the xpath to use to query the