https://github.com/ubc/wp-api-innerblocks
https://github.com/ubc/wp-api-innerblocks
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ubc/wp-api-innerblocks
- Owner: ubc
- Created: 2024-08-16T22:50:02.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-05T21:14:33.000Z (over 1 year ago)
- Last Synced: 2025-02-05T02:17:38.794Z (over 1 year ago)
- Language: JavaScript
- Size: 271 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
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.
