Skip to content

Commit

Permalink
Added paragraph about block binding UI with Gutenberg (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexapeduzzi authored Sep 5, 2024
1 parent d9755f9 commit 82e1c2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions GETSTARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ Once a block is “bound,” it will be editable in the future, and any data ent

![data-model-add-binding](https://github.com/user-attachments/assets/7a93ce88-f241-4017-bc01-1ecb472164b1)

If you have the [Gutenberg plugin](https://wordpress.org/plugins/gutenberg/) and enable the "Block Binding UI" experiment enabled, you can view and use your custom fields registered as postmeta when you manually bind an attribute.

Since we’re using core WordPress’ [Block Bindings API](https://make.wordpress.org/core/2024/03/06/new-feature-the-block-bindings-api/), the only blocks that are currently supported are the [Paragraph](https://wordpress.org/documentation/article/paragraph-block/), [Heading](https://wordpress.org/documentation/article/heading-block/), [Image](https://wordpress.org/documentation/article/image-block/), and [Buttons](https://wordpress.org/documentation/article/buttons-block/) blocks.

### Rich content areas: the Group block
Expand Down

0 comments on commit 82e1c2f

Please sign in to comment.