WP Manifestindependent plugin directory
manifest / editor / wp-api-innerblocks

UBC WP API Inner Blocks

Provide inner blocks that consumes data from external API.

by Kelvin Xu · github.com/ubc/wp-api-innerblocks

1stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/ubc/wp-api-innerblocks/archive/refs/heads/master.zip

Readme

UBC WP API Inner Blocks

Contributors: Kelvin Xu Tags: block Tested up to: 6.5 Stable tag: 2.0.0 License: GPL-2.0-or-later License URI: https://www.gnu.org/licenses/gpl-2.0.html

Description

Provide inner blocks that consumes data from external API. The inner blocks receives context from the main block(eg, UBC Course Section Block), and render contents accordingly.

ChangeLog

2.0.0 - Broken change introduced. It will only work with WP RSS Block 2.x. Reworked the plugin so that instead of using the resources innerblocks directly by the parent blocks. The parent block can now create their own specific blocks based on existing resource innerblocks.

Read the full README on GitHub →