Damián Suárez
Damián Suárez
> There is no such concept as entities on the server. How do you envision `core/entity` working? I haven't thought too much about that scenario :-(, for different reasons. The...
It should be handled by the [gutenberg_process_block_bindings](https://github.com/WordPress/gutenberg/blob/eb036e546af0c848471c6523ce4f7202e9cd88d4/lib/compat/wordpress-6.5/blocks.php#L159) function?
> I reverted your latest commit for the time being because it seemed to break the post meta source. I'd like know a little bit better about this one, since...
> Can you clarify what is the expected outcome of the refactoring? How do you envision the interactions in the block editor exactly when an attribute is bound to an...
> Can you clarify what is the expected outcome of the refactoring? How do you envision the interactions in the block editor exactly when an attribute is bound to an...
> > When a block attribute is bound to an external source, the API creates a seamless link between the two, ensuring any changes on one end are automatically mirrored...
> > As a side note, it'd be interesting to see this implemented in a way that's more native to the block editor rather than using a filter (just my...
> It seems to work well for displaying the value. The main premise seems to be syncing the binding source's value with the block's actual attribute value, which is interesting....
> I believe we can work on a follow-up pull request, but we should definitely fix that. I can create a separate issue. Any ideas why that could be happening...
Hi, @alexstine. Thanks for your feedback. > ...you should not be restricting arrow navigation for disabled options. ... Good point. This is something that I've been thinking about, too. However,...