vip-block-data-api icon indicating copy to clipboard operation
vip-block-data-api copied to clipboard

WordPress plugin that provides an API to retrieve Gutenberg content as structured JSON.

Results 5 vip-block-data-api issues
Sort by recently updated
recently updated
newest added

We have too many manual steps for creating a release in RELEAE.md, and we should automate that. Gutenberg can be used as an example for how to do this.

**Describe the bug** There's almost no type hinting in the plugin, and half the methods are missing PHPDocs. **To Reproduce** look at the code, I would have expected the VIP...

bug

Could return shorter props, e.g. “attrs” instead of “attributes”, etc.? Or have a “compact” mode? This becomes important for the OpenAI ChatGPT integration since we need to be efficient with...

enhancement

Create an endpoint that renders the HTML of a block as WordPress would do.

enhancement

Allow returned nodes to be filtered by index, either with a specific index or a range. This parameter would be passed via query string.

enhancement