Block API: Allow blocks to specify attributes that map to meta fields #2754
Labels
[Feature] Block API
API that allows to express the block paradigm.
[Type] Task
Issues or PRs that have been broken down into an individual action to take
Milestone
At the moment a block's attributes can come from two places: sourced from HTML, or serialized as JSON in HTML comments.
We want to allow attributes that can be retrieved and saved in post meta. Such attributes won't exist in the HTML, meaning they rely on server rendering through
get_post_meta()
.The text was updated successfully, but these errors were encountered: