CMS Import/Export (SISL fork)
Move CMS blocks and pages between Magento 2 environments (dev/staging/prod) as a single ZIP - images included. Admin + CLI. Runs on 2.4.9.
Content editors build a landing page and blocks on staging - how do you move it to production without hand-copying through the admin or dumping cms_page/cms_block tables? This module exports selected CMS pages and blocks to a single ZIP (with the linked media images), which you import on another instance - preserving content, layout, meta and store-view assignments.
Export/import from the admin (mass actions on Content -> Pages/Blocks) or CLI (bin/magento cms:import file.zip). Maintained fork of the abandoned msp/cmsimportexport (2023). Verified on Magento 2.4.9 / PHP 8.4 with a real export -> ZIP -> import round-trip test. Install via VCS + dev-main.