Kevin Jump

Results 201 comments of Kevin Jump

Hi, I think (not at desk today) there are notifications that fire at the start and end of the migration, so you might not need to do anything to implement...

Hi Nathan, In theory yes, in the terms of uSync.Migrations this is a "conversion" rather than a migration - so you would press 'convert' on the dashboard and then follow...

You don't actually need to run a migration from V8 to v11. As the files are actually the same. You can copy usync/v8 files into a uSync/v9 (or rename the...

I suspect this is a bug in how we convert the v8 content page, (e.g not looking at the published value correctly) but i will check.

Hello ! - it looks like thats a documentation error. the latest packers create a merged config (so they load all grid config from config, app_plugins and code) called grid.editors.config.js,...

Hi, I think the [RichTextBoxMigrator](https://github.com/Jumoo/uSyncMigrations/blob/main/uSync.Migrations/Migrators/Core/RichTextBoxMigrator.cs) will need expanding (at the moment it just passes values through). overwriting the `GetContentValue` method from the base class would enable the migrator to find...

Hi, yeah we do that with the grid -> block grid migrator here : https://github.com/Jumoo/uSyncMigrations/blob/main/uSync.Migrations/Migrators/BlockGrid/Config/GridToBlockGridConfigBlockHelper.cs#L28-L62 its ``` context.ContentTypes.AddNewContentType() ``` and you need to pass it a model of `NewContentTypeInfo` (see...

> This is great. I think I'm hacking the system in some places to get it to work though. I'm not 100% sure of what I'm doing, just what the...

No worries, You can submit a Pull Request (PR) and we can look at it there, but if you need a hand doing that, drop me a email ([email protected]) when...

🤔 - So are you converting from leblender to grid, or doing a one step leblender to block list ? i think the workflow that works (but doesn't have to...