Quickstart
Launch the plugin in WordPress Playground and explore. An example remote data block (“Conference Event”) has been registered.
Core concepts
Remote Data Blocks allows you to integrate remote data into posts, pages, patterns, or anywhere else on your site where you use the block editor. This guide will help you understand the core concepts of the plugin and how they work.
Extending
Data sources and queries can be configured in the plugin UI but, sometimes, you need to write code to implement custom functionality or connect with data sources that aren’t fully supported. Remote Data Blocks provides flexible configuration, extendable classes, hooks, and filters to help you connect to any remote data source and customize the output.
Tutorials
This section will guide you through configuring data sources in the plugin settings and via code.
Local Development
This repository includes tools for starting a local development environment using @wordpress/env, which requires Docker and Docker Compose. In addition, both npm and composer are required to install the local dependencies.
Troubleshooting and debugging
This plugin provides a local development environment with built-in debugging tools.