Modularity Manual Input Extensions
Focused Manual Input editor and compatibility extensions for modern Municipio installations.
by Whitespace · github.com/municipio-se/wp-plugin-modularity-manual-input-extensions
★ 0stars
286composer installs
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/municipio-se/wp-plugin-modularity-manual-input-extensions/archive/refs/heads/main.zipAlso on Packagist as municipio/wp-plugin-modularity-manual-input-extensions:
composer require municipio/wp-plugin-modularity-manual-input-extensionsFrom the readme
Modularity Manual Input Extensions
Modularity Manual Input Extensions ports focused editor and compatibility
behavior from Municipio LTS to modern Municipio without restoring the
deprecated standalone Modularity plugin.
Supported first port
- The existing Manual Input module, fields, controller, and components remain
the source of truth.
- The stable link field field64ff232ad91ba uses ACF's Link control with URL
return format, giving editors WordPress's built-in internal-link search and
support for external links.
- Existing URL strings and LTS link arrays are normalized to a URL string at
read time. Raw post metadata is never rewritten.
- Programmatic URL-string writes, including Municipio's Manual Input database
upgrade, are normalized to ACF Link arrays before ACF saves the value.
- linktext remains the visible frontend label. Stored Link-field title and
target values are preserved but not rendered by this release.
- Numeric legacy boxicon values are hidden at render time outside the box
layout. Valid icon names and every icon value in box remain unchanged.
Custom Blade views, link title or target rendering, other Manual Input
extensions, and write migrations a