Greg Ziółkowski
Greg Ziółkowski
> We could also work on Adding support for revisions for custom field values. Here is the dev note authored by @adamsilverstein: [Framework for storing revisions of Post Meta in...
Can you confirm the server-side counterpart for completeness? I believe it is `getValueCallback` which takes three params: - `args` - arguments saved with the binding - `blockInstance` - the `WP_Block`...
Thank you for opening the iteration for WordPress 6.7. > Add UI to connect attributes with the binding sources: Basically, add the first iteration to be able to create the...
@afercia, great feedback. It's something that has been discussed several times, and we are moving in that direction. Some related issues that would allow to provide more semantic meaning to...
https://github.com/WordPress/gutenberg/pull/66174 landed that contains changes that limit the options exposed in the Attributes panel. The majority of the block attributes that can be connected with Post Meta source have `string`...
[WordPress 6.7 “Rollins”](https://wordpress.org/news/2024/11/rollins/), which contains all the finished work, was released last week. The work for unfinished but still applicable tasks will continue in the new iteration issue created in...
Nice work moving that work forward 💯 We will still have to test it with 3rd party plugins to ensure it works the same depending on the unpredictable order of...
It looks like https://github.com/WordPress/wordpress-develop/commit/07e3b258b5f111f2d3d5d093f929bbd040ac19b9 referenced a wrong ticket.
Nice! I tried to put the link https://adamadam.blog/referer.php in my PR: https://github.com/WordPress/gutenberg/pull/65273. However, it didn't work correctly.
> If it only applies to post meta, should we add the filter to the bindings logic or directly to get_post_meta / get_metadata function? Does this only apply to bindings...