| 开发者 | mickaellrg |
|---|---|
| 更新时间 | 2025年10月28日 23:37 |
| 捐献地址: | 去捐款 |
| PHP版本: | 7.0 及以上 |
| WordPress版本: | 6.8 |
| 版权: | GPL-2.0-or-later |
| 版权网址: | 版权信息 |
block-editor-columns-reverse folder to the /wp-content/plugins/ directory.The core/columns, core/group (flex layouts), and core/media-text blocks are supported.
In the block editor, select a Columns, Row, Stack or Media & Text block, then go to the block settings in the sidebar. You will see an option to "Reverse on Mobile". Note: For Row blocks, you must enable "Allow to wrap to multiple lines" in the Layout settings for the reverse option to appear.
The mobile view breakpoint is set at less than 782px, matching the one used for the core/columns block. When the screen width is 781px or smaller, columns will reverse their order if the "Reverse on Mobile" option is enabled.
For the core/media-text block, the default breakpoint is 600px or below.
wrap-reverse to correctly reverse elements when they wrap to multiple lines.core/media-text breakpoint (<= 600px).core/group when the layout is undefined.core/media-text block.