﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	focuses
63840	Block Bindings: Support generic block attributes	Bernhard Reiter	Bernhard Reiter	"Currently, Block Bindings support for block attributes such as `core/paragraph`'s `content` or `core/button`'s `text` depends on hard-coded logic to locate and replace the respective attributes. Since that logic is not filterable, it means that extending support for additional Core or third-party blocks requires hand-writing similar code in the block's PHP. This is limiting the scalability of Block Bindings.

Thus, the existing block-specific custom logic should be replaced by more generic code that is able to locate and replace an attribute based on the `selector` definition in its `block.json`.

Ultimately, this will require a `set_inner_html()` method from the HTML API (which doesn't exist yet); but we can already provide a decent solution based on what's currently available from the HTML API."	enhancement	closed	normal	6.9	General		normal	fixed	has-patch has-unit-tests gutenberg-merge		
