=== Block Editor Columns Reverse === Contributors: mickaellrg Donate link: https://www.paypal.com/donate/?business=W2WSLYJSSGXB6&no_recurring=0¤cy_code=EUR Tags: gutenberg, block, columns, responsive, mobile Requires at least: 5.3 Tested up to: 6.7 Stable tag: 1.0.2 Requires PHP: 7.0 License: GPL-2.0-or-later License URI: https://www.gnu.org/licenses/gpl-2.0.html Adds a "Reverse on Mobile" option to the Columns, Row and Stack blocks in Gutenberg. == Description == This plugin adds a "Reverse on Mobile" option to the Columns, Row and Stack blocks in the Gutenberg block editor. This option allows you to reorder columns in mobile view for better presentation. == Installation == 1. Download the plugin. 2. Unzip the downloaded file. 3. Upload the `block-editor-columns-reverse` folder to the `/wp-content/plugins/` directory. 4. Activate the plugin through the 'Plugins' menu in WordPress. == Frequently Asked Questions == = Which blocks are supported? = Currently, the `core/columns` and `core/group` blocks are supported. = How do I enable the "Reverse on Mobile" option? = In the block editor, select a Columns, Row or Stack block, then go to the block settings in the sidebar. You will see an option to "Reverse on Mobile". = What is the breakpoint for the mobile view? = The breakpoint for the mobile view is set at less than 782px, aligning with the breakpoint used for the `core/columns` block. When the screen width is 781px or below, columns will reverse their order if the "Reverse on Mobile" option is enabled. == Changelog == = 1.0.2 = * Improvements to avoid potential conflicts with third-party code. = 1.0.1 = * Support for 6.7.X. * Update text domain for i18n consistency. = 1.0.0 = * Initial release of the plugin. == Screenshots == 1. "Reverse on Mobile" option in the block settings. 2. Example of columns reversed in mobile view.