Skip to content

Commit

Permalink
Time To Read: Add block example
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw committed Sep 20, 2024
1 parent cc29fd1 commit 8bc4b62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/block-library/src/post-time-to-read/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export { metadata, name };
export const settings = {
icon,
edit,
example: {},
};

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

0 comments on commit 8bc4b62

Please sign in to comment.