Skip to content

Commit

Permalink
Add removal to block support
Browse files Browse the repository at this point in the history
  • Loading branch information
noahtallen committed Oct 30, 2019
1 parent d5bbcee commit 5a0fc6b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ registerBlockType( 'a8c/site-credit', {
html: false,
multiple: false,
reusable: false,
removal: false,
},
edit,
save: () => null,
Expand Down

0 comments on commit 5a0fc6b

Please sign in to comment.