in the collective.exportimport package is a blueprint for an export import step of collective.cover pages. work the imported tiles oob with plone.app.mosaic? Does anyone have any experience with this? I wouldn’t like to use plone.app.mosaic in the new page, is there another UI replacement for the tiles. or is this a use case for create the new pages by hand? I would be interested to hear your opinion.
The example in collective.exportimport docs only covers migrating collective.cover in Plone 4 to collective.cover in Plone 6 not to something else.
In https://www.youtube.com/watch?v=ww6f3joBVUc Adrian Schulz and Michael Perret explain how they migrated Mosaic to Volto blocks.
I have not seen code that migrates cover to mosaic but it should be pretty straightforward to convert cover to mosaic tiles during a migration (see GitHub - collective/collective.exportimport: Export and import content and other data from and to Plone for the export of Cover and collective.exportimport.examples/backend/src/collective/eximportimport/examples/exporting/export_content.py at main · collective/collective.exportimport.examples · GitHub for the export of Mosaic).