Ramon
Ramon
## What? A very quick POC PR. - Use t-shirt sizes for the first 5 font sizes, where there are fewer than font sizes in total. - Remove unused code....
Depends on: - https://github.com/WordPress/gutenberg/pull/43071 ## What? Update gallery to use style engine enqueuing. ## Why? - To batch styles in one style tag. - Also, `gutenberg_enqueue_block_support_styles()` will soon be deprecated....
## What? A slight variation on @aristath's idea to add a [custom CSS property check in the style engine](https://github.com/WordPress/gutenberg/pull/42968/files#diff-61444ce62da486f16b8c34c539914f066258bb42d46c46495dac5733d7939e10R134). ## How Adds an array `VALID_CUSTOM_PROPERTIES` of valid CSS custom properties...
## What? - Using the style engine to return gradient values and font family. _Note_: font families are mapped from theme.json presets so the style engine won't return any values...
🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 Needs refinement, getting things to work first. 🚧 🚧 🚧...
> [!NOTE] > Not quite ready... still debugging why a background image doesn't defined in theme.json doesn't show in the site editor. Suspect that packages need to be updated to...
Synching: - https://github.com/WordPress/gutenberg/pull/42084 - https://github.com/WordPress/gutenberg/pull/59938 Trac ticket: https://core.trac.wordpress.org/ticket/61135
Trac ticket: https://core.trac.wordpress.org/ticket/61118 Updates the second argument of wp_get_typography_font_size_value() to be a theme_json settings array. Add a backwards compatibility condition to handle booleans. Syncs: - https://github.com/WordPress/gutenberg/pull/58362 The changes: - Update...
This is a block I've been working on, and I thought I'd give it a home here while I cut out the rough edges. It's a definition block, which I...
## What? Extending the `WP_REST_Edit_Site_Export_Controller` endpoint to use Gutenberg theme methods. > [!NOTE] > This PR doesn't require backporting - the code is taken from existing Core methods/functions from 6.0/5.9....