Skip to content

Commit

Permalink
Update block-registration.md
Browse files Browse the repository at this point in the history
Comma is missing after JSON property issue  WordPress#1397
  • Loading branch information
sha-linimoorthy authored Dec 14, 2023
1 parent a5a829c commit a54d683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference-guides/block-api/block-registration.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ The key is the name of the block (`string`) to hook into, and the value is the p
```js
{
blockHooks: {
'core/verse': 'before'
'core/verse': 'before',
'core/spacer': 'after',
'core/column': 'firstChild',
'core/group': 'lastChild',
Expand Down

0 comments on commit a54d683

Please sign in to comment.