DELETE FROM `wp_posts` WHERE `post_status` LIKE ‘flamingo_spam’ or to complete claer flamingo content DELETE FROM wp_posts WHERE post_type LIKE ‘%flamingo%’
Within the edit function of block.js
var el = wp.element.createElement,
Fragment = wp.element.Fragment,
registerBlockType = wp.blocks.registerBlockType,
…