Skip to content

Instantly share code, notes, and snippets.

View sasigit7's full-sized avatar
🎯
Keep Calm & Carry On Coding

Shashi sasigit7

🎯
Keep Calm & Carry On Coding
View GitHub Profile
@chrismccoy
chrismccoy / gutenberg.txt
Last active March 13, 2025 19:11
Gutenberg Resources
Eliminate All Blocks from Editor
wp.data.dispatch( 'core/block-editor' ).resetBlocks([]);
How to disable and lock Gutenberg blocks
https://kinsta.com/blog/disable-gutenberg-blocks/
Convert group of file blocks to ACF block
https://bdwm.be/gutenberg-case-study-convert-group-of-file-blocks-to-acf-block/
Enabling Gutenberg-Based Custom Post Types and Taxonomies