You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm attempting a migration to Umbraco 13 from Umbraco 8, a site which uses the legacy grid extensively throughout. I've attempted a migration using uSync.Migrations which has got me quite a long way down the line. I do however have an issue with grid to block grid.
The problem is that on the legacy grid we have rows with settings, then we have areas with settings. Inside the area we mostly have one editor and this migrates pretty well. I do however have a few instances where we have two editors in a row but when the migration happens, both editors are put at the same level.
It may be easier to show you in images:
This is the legacy grid, you an see here we have an RTE and a form picker.
When it's migrated, the RTE and form picker do not have a surrounding row/block.
The migration does take into account multiple columns but in my use case I need to apply the settings at row/block level.
It's actually the case that I'd be able to put all editors in a row/block which would mimic the old layout.
Are there any settings or tweaks I can make to ensure that a surrounding row/block is always used?
Thanks,
Ben
The text was updated successfully, but these errors were encountered:
Hi,
I'm attempting a migration to Umbraco 13 from Umbraco 8, a site which uses the legacy grid extensively throughout. I've attempted a migration using uSync.Migrations which has got me quite a long way down the line. I do however have an issue with grid to block grid.
The problem is that on the legacy grid we have rows with settings, then we have areas with settings. Inside the area we mostly have one editor and this migrates pretty well. I do however have a few instances where we have two editors in a row but when the migration happens, both editors are put at the same level.
It may be easier to show you in images:
This is the legacy grid, you an see here we have an RTE and a form picker.
When it's migrated, the RTE and form picker do not have a surrounding row/block.
The migration does take into account multiple columns but in my use case I need to apply the settings at row/block level.
It's actually the case that I'd be able to put all editors in a row/block which would mimic the old layout.
Are there any settings or tweaks I can make to ensure that a surrounding row/block is always used?
Thanks,
Ben
The text was updated successfully, but these errors were encountered: