Disclaimer: The document is based on the proposed API by @ellatrix
and @gziolo
. See #48809.
Introduce a new API, registerBlockSupport, for describing the behavior and rendering of block features that utilize support
properties.
As the block editor started absorbing the complexities of block features like color, fonts, and dimension controls, it became apparent that the current method of integrating UI controls is not very sustainable and may sometimes hinder performance.