Skip to content

Commit

Permalink
Query Pagination Numbers: Add block example (#65636)
Browse files Browse the repository at this point in the history
Co-authored-by: aaronrobertshaw <[email protected]>
Co-authored-by: Mamaduka <[email protected]>
Co-authored-by: ramonjd <[email protected]>
  • Loading branch information
4 people authored Sep 26, 2024
1 parent 8857e60 commit 057af4a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
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: 0 additions & 1 deletion packages/block-library/src/query-pagination/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export const settings = {
edit,
save,
deprecated,
example: {},
};

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

0 comments on commit 057af4a

Please sign in to comment.