Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Adds an examples of post comments count and link blocks
  • Loading branch information
dhruvikpatel18 committed Aug 4, 2025
commit 9284f83fa40c4e21f6074adf515fde845bb871b2
1 change: 1 addition & 0 deletions packages/block-library/src/post-comments-count/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export const settings = {
icon,
edit,
transforms,
example: {},
};

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

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