Feature/istwcms 6134 ocardena field attributtes
Summary of changes
Add webform fields attributes on the migration source.
How to test?
- Checkout this branch
- run
drush cr && drush mr uw_webform && drush mim uw_webform
- Go /admin/structure/webform/manage/webform_3 and verify the date field migrated with the minimum and maximum values.
- Go admin/structure/webform/manage/webform_233 and verify the 8_character_userid field was migrated with the minlength and maxlength values.
- Check the webform fields attributes are migrating well.