Created
October 14, 2020 08:55
-
-
Save paulgibbs/759d7788866905681a5a6ae4f22eef59 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cy | |
.window() | |
.its('wp') | |
.then(wp => { | |
wp.blocks.getBlockTypes().forEach(({ name }) => { | |
wp.data.dispatch('core/editor').insertBlocks( wp.blocks.createBlock(name, {}) ); | |
}); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment