Migrate data in the Section groups supported version
2 min read
✨ The Section groups feature is supported in Minimog theme version 3.4.0 and above. ✨
View Changelog.
View Changelog.
Section groups give merchants the flexibility to add, remove, and reorder sections in the theme layout without making changes to the theme code. To learn more about this feature, see this article.
If your current Minimog version is 3.3.0 or older, follow the quick steps below to migrate data of the Section groups feature after updating the theme to the latest version.
- Announcement bar;
- Header;
- Footer;
- and Mobile sticky bar.
- In your Shopify admin, locate your updated version, and go to Actions > Edit code.
- Access the file settings_data.json.
- In the old version, locate and copy the code of each section, then move it to the relevant files of section groups of the updated version
- header-group.json (for the announcement bar and header section); or
- footer-group.json (for the footer and mobile sticky bar section).
- Click Save.


- Announcement bar: find
"type": "annoucement", - Footer: find
"type": "footer", - and Mobile sticky bar: find
"type": "mobile-sticky-bar",
Last updated