Skip to content

Commit

Permalink
MU WPCOM: Add description link to Subscriber Login block (#38629)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkuliga authored and matticbot committed Jul 31, 2024
1 parent 8b6ac95 commit 0c5b5e9
Show file tree
Hide file tree
Showing 7 changed files with 94 additions and 87 deletions.
58 changes: 29 additions & 29 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions vendor/automattic/jetpack-mu-wpcom/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ This is an alpha version! The changes listed here are not final.
- MU WPCOM: Port the newspack blocks from the ETK
- MU WPCOM: Port the starter-page-templates feature from ETK

### Changed
- Add description link to Subscriber Login block

## [5.52.1] - 2024-07-30
### Changed
- Fixup versions [#38612]
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('lodash', 'react', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-plugins', 'wp-url'), 'version' => 'd4f5a70f4d467b95d7ed');
<?php return array('dependencies' => array('lodash', 'react', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-plugins', 'wp-url'), 'version' => '74d2df649cf02bb3423b');

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,10 @@ const blockInfoMapping: { [ key: string ]: { link: string; postId: number } } =
link: 'https://wordpress.com/support/likes/',
postId: 7294,
},
'jetpack/subscriber-login': {
link: 'https://wordpress.com/support/wordpress-editor/blocks/subscriber-login-block/',
postId: 380451,
},
};

export const blockInfoWithVariations: {
Expand Down
Loading

0 comments on commit 0c5b5e9

Please sign in to comment.