block.json refinements

This commit is contained in:
Justin Foell
2021-02-26 16:26:07 -06:00
parent 1097392400
commit 37006f76c3
5 changed files with 10 additions and 14 deletions
-3
View File
@@ -6,7 +6,4 @@ import metadata from './block.json';
metadata.edit = edit;
metadata.save = () => null;
// Leaving this in place causes problems with the toolbar.
delete metadata.apiVersion;
registerBlockType( metadata.name, metadata );