Rich Tabor
Rich Tabor
As a follow-up to #47463, let's set the "Settings" tab to the default tab, instead of "Appearance" on the split Inspector tabs. This would make a block's key settings more...
#### Changes proposed in this Pull Request: Linting CSS based on [`wp-scripts lint-style`](https://developer.wordpress.org/block-editor/reference-guides/packages/packages-scripts/#lint-style), which uses [stylelint](https://github.com/stylelint/stylelint) with the [@wordpress/stylelint-config](https://www.npmjs.com/package/@wordpress/stylelint-config) configuration per the [WordPress CSS Coding Standards](https://developer.wordpress.org/coding-standards/wordpress-coding-standards/css/). Ensures consistency in style...
An exploration to align with https://github.com/WordPress/gutenberg/pull/57908.
An exploration into improving synced pattern block toolbars (and perhaps template parts). We should move the name to the right of the `.block-editor-block-toolbar__block-controls` area, to be consistent with most block...
## What? An alternative to https://github.com/WordPress/gutenberg/pull/51852. ## Testing Instructions 1. Open the Site Editor. 2. Hover over the site hub area. 3. See changes. ## Screenshots or screencast https://github.com/WordPress/gutenberg/assets/1813435/d90b8d63-943b-4567-8308-c03d71fead53
As discussed in https://github.com/WordPress/gutenberg/issues/51667#issuecomment-1598801110, lets add the `DocumentActions` to the Style Book editor header. ### Before: ### After:
Currently typography variations have the active theme’s styles applied to the controls. Let’s instead not apply those colors, but only the typography styles—making these controls feel more integrated with the...
## What? An alternative at the placement of the external link within the site hub. Other follow-ups could be to make the site title a link itself, and perhaps reduce...
⚠️ Created for testing/sharing. ⚠️ Experimenting for https://github.com/WordPress/gutenberg/issues/60308. I'm using [this gist](https://gist.github.com/richtabor/90df9a709815302fc1b322c6c68f3dc9) as a basis for testing. The content should have the same layout behavior throughout WordPress. ### Why Patterns...
I'd like to add [this pattern](https://wordpress.org/patterns/pattern/intro-area-with-heading-and-image/) as a `core` pattern. It's a bit more structured than the other section-style patterns, an interesting exploration into seeing how patterns can become more...