MWDelaney / sage-acf-wp-blocks

Composer library for generating ACF Gutenberg blocks from templates. Intended for use with Roots/Sage (http://roots.io)
346 stars 66 forks source link

Support restricting blocks to specific parents #69

Open mccahan opened 2 years ago

mccahan commented 2 years ago

Adds support for a Parent: header to restrict a block type so it can only be used when nested inside specific parent(s).

I added some additional error checking to validate the format of the block names passed in, but can't actually confirm whether the block names correspond to registered blocks.