Skip to content

Commit

Permalink
MU WPCOM: Add Links for Recent Blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurorum authored and coder-karen committed Aug 19, 2024
1 parent 09d79b1 commit cc43f51
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,18 @@ const blockInfoMapping: { [ key: string ]: { link: string; postId: number } } =
link: 'https://wordpress.com/support/wordpress-editor/blocks/subscriber-login-block/',
postId: 380451,
},
'jetpack/blog-stats': {
link: 'https://wordpress.com/support/wordpress-editor/blocks/blog-stats-block/',
postId: 382010,
},
'jetpack/top-posts': {
link: 'https://wordpress.com/support/wordpress-editor/blocks/top-posts-pages-block/',
postId: 381536,
},
'jetpack/goodreads': {
link: 'https://wordpress.com/support/wordpress-editor/blocks/goodreads-block/',
postId: 382051,
},
};

export const blockInfoWithVariations: {
Expand Down

0 comments on commit cc43f51

Please sign in to comment.