Jumoo / uSyncMigrations

Rough and ready migration code.
Mozilla Public License 2.0
44 stars 57 forks source link

Question about the config file needed for converting Grid to block Grid #239

Open LottePitcher opened 9 months ago

LottePitcher commented 9 months ago

Hello maintainers of the awesome uSync Migrations project 😊

I am looking at getting v7 Grid content (which uses DTGE) into v10 Block Grid.

According to the Getting Started guide the Packer package should have a "specially generated grid.config.js file in the /config folder

When I ran the packer and looked in the zip file I can see it has copied over the grid.editors.config.js file from our v7 site, but not created a specific one called grid.config.js.

Did the Packer missed something, or the docs are misleading?

Many thanks! Lotte

KevinJump commented 9 months ago

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, and that is what uSync migrations is looking for (in the latest version anyway) .

I need to do some code tidy and we might well release a new version to make sure, but i think its the docs that are wrong.