municipio / wp-plugin-modularity-module-groups
Module-group editing and full-width grouped rendering for modern Municipio.
Package info
github.com/municipio-se/wp-plugin-modularity-module-groups
Type:wordpress-plugin
pkg:composer/municipio/wp-plugin-modularity-module-groups
Requires
- php: ^8.2
- composer/installers: ^2.3
Requires (Dev)
- carthage-software/mago: ^1.0.0-rc.3
- phpunit/phpunit: ^11.5
This package is auto-updated.
Last update: 2026-07-29 08:43:44 UTC
README
Adds the verified Municipio LTS module-group workflow to modern Municipio
without changing the existing modularity-modules storage format.
Compatibility contract
- Composer package:
municipio/wp-plugin-modularity-module-groups - Installer name and WordPress directory:
modularity-module-groups - Plugin name: Modularity Module Groups
- Text domain:
modularity-module-groups - Verified Municipio version:
6.43.2
Each placed module keeps its existing row key plus postid, hidden, and
columnWidth. The optional background remains stored on that same row.
Adjacent rows with the same normalized background form a group. Reading or
activating the plugin does not write post metadata or options.
The editor integration is intentionally disabled outside the verified Municipio version. In that case the original Modularity editor remains active, an admin notice explains the incompatibility, and saved data remains untouched.
Development
composer install composer format composer test composer lint