MRW Block Reverse Option
Add a setting to reverse the order of columns in the Columns block
by Mark Root-Wiley · github.com/mrwweb/mrw-block-reverse-option
★ 0stars
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/mrwweb/mrw-block-reverse-option/archive/refs/heads/main.zipReadme
MRW Block Reverse Option
v0.2.0
Mark Root-Wiley, MRW Web Design
Reverses the order of columns or blocks inside a Row or Stack block where accessibility and responsive layouts dictate.
Changelog
v0.2.0 (5 March 2026)
- Add support for reversing Row and Stack blocks
- Breaking change: Change rowReverse attribute/classname to blockReverse
- Recommended migration: run
wp search-replace has-row-reverse has-block-reverse
- Recommended migration: run
- Make sure order markers in editor use WordPress UI font stack
- Prevent order markers from appearing above toolbar
v0.1.0 (21 May 2025)
- Initial Release