new text editor block that contains core blocks as inner blocks and prevents them from being used at top level
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import BadExample from "./blocks/BadExample";
|
||||
// import BadExample from "./blocks/BadExample";
|
||||
|
||||
export default function()
|
||||
{
|
||||
BadExample();
|
||||
// BadExample();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user