Problem/Motivation
Trying to migrate from a D7, I found a field that uses URL module and not the habitual link module. So the error message complains about it:
Drupal\Component\Plugin\Exception\PluginNotFoundException: The "url" plugin does not exist. Valid plugin IDs for Drupal\migrate_wizard\FieldTypeMWManager are: range_integer, range, daterange, default_user, taxonomy_term_reference, default_vocabulary, paragraphs, field_collection, text_with_summary, default_files, text, text_long, default_paragraph_item, number_integer, number_float, range_decimal, list_integer, default_field_collection_item, email, generic_text_long, workbench_access_node, generic_date, generic_file, file, link_field, datestamp, datetime, date, image, list_boolean, number_decimal, default_node, geofield, range_float, list_float, node_reference, entityreference, list_text, default_media, generic_text, generic_reference in Drupal\Core\Plugin\DefaultPluginManager->doGetDefinition() (line 53 of core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php).
Is it possible to integrate this module (url) to migrate wizard?
BTW Thanks for the presentation in last DrupalCamp Spain!!