Automattic / Automattic/wp-calypso
Pass proper parameters to launch a login window
Open
- Dominant language
- TypeScript
- Stars
- 12.6k
- Forks
- 2k
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 552
Description
D89966-code introduces new parameters that we have to pass according to the post setting:
- source=jetpack_post_paid
- source=jetpack_subscribe
- source=jetpack_post_email_only
We want to pass an appropriate access level that we introduced in the https://github.com/Automattic/jetpack/pull/26417 .
- We probably need to change the specific names inside WPCOM codebase to match what we have in Jetpack
- We need to pass what we have in Jetpack to the proper parameter.
Contributor guide
Assessment
This issue has not been assessed yet.