Skip to content

Commit 82e1c2f

Browse files
authored
Added paragraph about block binding UI with Gutenberg (#118)
1 parent d9755f9 commit 82e1c2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

GETSTARTED.md

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ Once a block is “bound,” it will be editable in the future, and any data ent
3939

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

42+
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.
43+
4244
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.
4345

4446
### Rich content areas: the Group block

0 commit comments

Comments
 (0)