This fixes a couple of issues I encountered while migrating a DTGE based site.
e615325 If you have an editor, using a regex to define allowed content types, it will now migrate into a new block type per content type matched.
c23ae99 If your root section only has one area, as wide as the complete grid, the layout block type is not created, but the migrator will still try to create the layout block. This fails, as the layout block gets a content type of Guid.Empty - as the block type and content type isn't created.
2ab119d If I understand correctly, layouts with full width are counted as root sections, and not converted into layout blocks. If you have editors only allowed in these full width columns, they are not being created correctly.
This fixes a couple of issues I encountered while migrating a DTGE based site.
e615325 If you have an editor, using a regex to define allowed content types, it will now migrate into a new block type per content type matched.
c23ae99 If your root section only has one area, as wide as the complete grid, the layout block type is not created, but the migrator will still try to create the layout block. This fails, as the layout block gets a content type of Guid.Empty - as the block type and content type isn't created.
2ab119d If I understand correctly, layouts with full width are counted as root sections, and not converted into layout blocks. If you have editors only allowed in these full width columns, they are not being created correctly.