Skip to content

Commit

Permalink
Comment Links: Add block examples
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw committed Sep 24, 2024
1 parent 842f67d commit 8987efe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/block-library/src/comment-edit-link/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export { metadata, name };
export const settings = {
icon,
edit,
example: {},
};

export const init = () => initBlock( { name, metadata, settings } );
1 change: 1 addition & 0 deletions packages/block-library/src/comment-reply-link/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export { metadata, name };
export const settings = {
edit,
icon,
example: {},
};

export const init = () => initBlock( { name, metadata, settings } );

0 comments on commit 8987efe

Please sign in to comment.