An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Block Bindings Talk

Code examples from the Block Bindings talk.

[![Open in WordPress Playground](https://img.shields.io/badge/Open%20in-WordPress%20Playground-3858e9?logo=wordpress&logoColor=white)](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