cleanup allowed_blocks logic and add mechanism for disabling blade template for specific block
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import { registerBlockType } from '@wordpress/blocks';
|
||||
|
||||
registerBlockType('badegg/example', {
|
||||
apiVersion: 3, // optional in JS, primarily in block.json
|
||||
edit() {
|
||||
return (
|
||||
<section className="block-badegg-example">
|
||||
|
||||
Reference in New Issue
Block a user