https://github.com/roborourke/block-bindings-talk
Sample block bindings plugin
https://github.com/roborourke/block-bindings-talk
Last synced: 22 days ago
JSON representation
Sample block bindings plugin
- Host: GitHub
- URL: https://github.com/roborourke/block-bindings-talk
- Owner: roborourke
- Created: 2026-05-08T17:26:07.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-08T17:51:11.000Z (about 1 month ago)
- Last Synced: 2026-05-08T19:38:50.254Z (about 1 month ago)
- Language: PHP
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Block Bindings Talk
Code examples from the Block Bindings talk.
[](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/roborourke/block-bindings-talk/main/blueprint.json)
## Resources
### Presentation
- [Block Bindings — slide deck](https://docs.google.com/presentation/d/14pP2j61zoApFEQ-nKhrlPXgLO8m_mda3DXOCX4CvuWo/edit?usp=sharing)
### WordPress Developer Docs
- [Block Bindings — How-to guide](https://developer.wordpress.org/block-editor/how-to-guides/block-bindings/)
- [Block Bindings — API reference](https://developer.wordpress.org/block-editor/reference-guides/block-api/block-bindings/)
### Further Reading
- [Remote Data Blocks plugin](https://wordpress.org/plugins/remote-data-blocks/) — bind block attributes to data from external REST APIs
- [Create Content Model](https://github.com/Automattic/create-content-model) — scaffold custom post types and fields wired up to block bindings