-
Notifications
You must be signed in to change notification settings - Fork 813
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Donations: Save block content #16705
Conversation
Thank you for the great PR description! When this PR is ready for review, please apply the E2E results is available here (for debugging purposes): https://jetpack-e2e-dashboard.herokuapp.com/pr-16705 Scheduled Jetpack release: September 1, 2020. |
Caution: This PR has changes that must be merged to WordPress.com |
Front-end looks great 🎉 It looks like there's some regressions with the amount handling though. I can have valid values rejected (eg. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me right now. 👍
Yep, latest fix looks good! |
* Adds support for saving the content of a donations block into the post content, so the published view contains the block output. * It also follows up #16593 (comment) and implements the content sync logic as suggested there.
Changes proposed in this Pull Request:
Adds support for saving the content of a donations block into the post content, so the published view contains the block output.

It also follows up Donations block: Make currency and amounts editable #16593 (comment) and implements the content sync logic as suggested there:
Jetpack product discussion
pbMlHh-dW-p2
Does this pull request change what data or activity we track or use?
No.
Testing instructions:
JETPACK_BETA_BLOCKS
.JETPACK__SANDBOX_DOMAIN
value.Proposed changelog entry for your changes:
N/A.