Usync migrations row configurations

Hi, I’m upgrading a v10 website to v17 and need to update the Grid Layout property editors to the Block Grid. I’ve search through the community and the accepted solution is to use uSyncMigrations package. I have done this and I’m 90% of the way there apart from the row configurations not being converted.

In the current grid I have 4 row configurations to help front end styling these can be seen in the screenshot below.

Has anyone else experienced this and been able to figure out a way during the conversion process for the row configurations to be converted?

Thanks

Row configurations are migrated to Areas in block grid… (but Areas don’t have settings so if you have cell settings in your legacy grid these need to be rethought)

Also with the caveat that single column rows are dropped as that becomes just blockitems directly in the blockgrid.
Grid to BlockGrid.. how can we keep fullwidth as a layout? · Issue #99 · Jumoo/uSyncMigrations

I had to fork and alter to maintain a full width area, based around this pr