Automattic / vip-block-data-api

WordPress plugin that provides an API to retrieve Gutenberg content as structured JSON.
http://wpvip.com
GNU General Public License v3.0
97 stars 7 forks source link

Add an allow list and block list filter for the block types in a post #27

Closed ingeniumed closed 1 year ago

ingeniumed commented 1 year ago

Description

This PR is meant to introduce the concept of a filter to the rest endpoint. This can act as an allow list or a block list for the block types allowed in a post. Only the allow list or block list is allowed in for filtering purposes.

Steps to Test

TODO

Just want to get an initial approval on the design and then I'll bake that in.

ingeniumed commented 1 year ago

Good to review once more!