Skip to content

Commit

Permalink
MU WPCOM: Add Support Links for Recent Blocks (#38794)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurorum authored Aug 19, 2024
1 parent 09d79b1 commit d4cdc44
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: changed

Gutenberg: Include links to support docs for recent blocks.
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 d4cdc44

Please sign in to comment.