getdave / standalone-block-editor

The accompanying code repository for my official Gutenberg docs tutorial on creating a custom instance of a “block editor”.
https://developer.wordpress.org/block-editor/developers/platform/custom-block-editor/
128 stars 29 forks source link

Show All Available Blocks #21

Closed techjewel closed 2 years ago

techjewel commented 3 years ago

Can you give me some hint, How I can implement "Browse All" blocks into the block inserter?

sharukhkhanajm commented 3 years ago

Hey @techjewel were you able to find this?

getdave commented 2 years ago

@techjewel You'll need to add __experimentalSetIsInserterOpened to your editor settings. Check out this PR where I added the exact same functionality to the Navigation Editor.

techjewel commented 2 years ago

Awesome. Really appriciate it