uSync Migrations, but for Doc Types?
# help-with-umbraco
t
Hi all, I know uSync migrations is great for migrating property types on the dic types, but what should i use for migrating an element type to a non element type? Or does this not exist? What I have done so far is found a suitable data type on a doc type that needed migrated AND that would use the new non element type as a dependency and changes the
contentType.IsElement
to false but upon importing it turns it back to true. Should I be inheriting off of something besides
SyncPropertyMigratorBase
?
24 Views