Kevin Jump

Results 201 comments of Kevin Jump

I *think* the new Content types are added in memory but when the ContentType bit of the migration runs it "Should" output them along with all the content types to...

I think the thing you may be missing as a way to reimport the same migrated files ?? so if you run a "full" (settings + content) migration against your...

Hi, yes although it does depend on what information you need. we store information in the MigrationContext. - speicifcally the DataTypeMigrationContext. https://github.com/Jumoo/uSyncMigrations/blob/main/uSync.Migrations/Context/DataTypeMigrationContext.cs so you can normally access this via `context.DataTypes`...

Hi, can you share your grid layout. ? ([email protected] if you want to send any files over).

Yes - i think it might be, I thought we had done this but evidently not, at the moment the migrations isn't splitting the values by culture when you are...

I would say Umbraco 7.6 - only because quite a lot actually changed and that's when we went to uSync v4. I can't say it won't work for v3.x but...

Hi, did you have template pages (e.g things in views folder?) Templates can only be added to doctypes in umbraco when the file exists (its bit of a pain but...

Yes - its a complicated one, because those templates are almost certainly going to require some work as your migrate over to .net core. But I think creating a template...

Yes it is possible. We added the concept of a `ISplitPropertyMigrator` - recently (ht @michaelchart ) which is how the migrator for the EpiphanySEOMetaddata property is now working : https://github.com/Jumoo/uSyncMigrations/blob/main/uSync.Migrations/Migrators/Community/EpiphanySeoMetadataToSeparateFields.cs...

Yes - from memory (and i will have to go check). there is a sort order for media, but not all media views actually sort by it 🤨. I think...