https://github.com/mrwweb/mrw-block-reverse-option
Add a setting to reverse the order of columns in the Columns block
https://github.com/mrwweb/mrw-block-reverse-option
wordpress
Last synced: about 2 months ago
JSON representation
Add a setting to reverse the order of columns in the Columns block
- Host: GitHub
- URL: https://github.com/mrwweb/mrw-block-reverse-option
- Owner: mrwweb
- Created: 2025-05-21T21:54:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-05T18:34:05.000Z (3 months ago)
- Last Synced: 2026-03-05T21:46:38.773Z (3 months ago)
- Topics: wordpress
- Language: JavaScript
- Homepage:
- Size: 392 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MRW Block Reverse Option
v0.2.0
Mark Root-Wiley, [MRW Web Design](https://mrwweb.com)
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`
- 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