New Block Support in WordPress 7.1: Minimum Width

WordPress 7.1 introduces a minWidth dimension block support, letting blocks opt in to setting a minimum width. This follows the same pattern as the existing minHeight support. GitHub issue: #76525 | PR: #76949 Background Blocks already support several dimension properties: height, minHeight, and width. There was no matching control for a minimum width. Setting a … Continue reading New Block Support in WordPress 7.1: Minimum Width