David Beckwith

Results 64 issues of David Beckwith

### Description An issue to list and track QoL improvements that can be made through better notices in the UI - [ ] Show `text` values in inspector controls unit...

feature
Block: Query Loop

### Description This change: https://github.com/WordPress/gutenberg/pull/51405 Makes it so you cannot use the Post Content Block in GBs Query Loop. We need to look for a filter to allow it. Or...

triage
Block: Query Loop

For discussion. The `Inherit Query from Template` option does not: 1. allow additional parameters to be merged. 2. consider `pre_get_posts` that is applied to the main_query The question is -...

feature
Block: Query Loop

FSE themes use CSS variables for their colors. And WP will return the variable in the color property for any core blocks. This does not work in GenerateBlocks, where it...

feature

### Description Allow the `generateblocks_do_content` to pass the `post ID` arg. Related support topic demonstrating the benefit: https://wordpress.org/support/topic/calling-generateblocks_do_content-with-a-post-id-argument/

triage

More and more users are using accordions within loops and those loops are being ajax loaded. The issue we have our accordion.js ( and probably tabs ) is that the...

triage

Be bold, and include all available `position` properties: ``` position: static; position: relative; position: absolute; position: fixed; position: sticky; position: inherit; position: initial; position: unset; ``` https://developer.mozilla.org/en-US/docs/Web/CSS/position To support this...

Image Block Improvements: 1. Add `object-position` property to the block settings. Value support is the same as `background-position` https://developer.mozilla.org/en-US/docs/Web/CSS/object-position 2. Auto add `height: 100%` to `` element if Object Fit...

feature

Add `aspect-ratio` to: All Blocks > Sizing Panel. Image Blocks > Block Settings panel. The field should accept: `auto` `numbers` `\` and `decimals` and mixed content. ``` aspect-ratio: 1; aspect-ratio:...

feature

### Description Expand GenerateBlocks dynamic data options to include the options exclusively available to GP Dynamic Data options. Successful completion will allow us to deprecate GP Dynamic Data options. **Data...

feature