-
Notifications
You must be signed in to change notification settings - Fork 823
Forms: Add step names and dots style to progress indicator #44472
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
base: trunk
Are you sure you want to change the base?
Conversation
- Add block styles for line (default) and dots variations - Add toggle setting to show/hide step names for both styles - Implement block context system to share step data between form and progress indicator - Add server-side rendering for steps using PHP Tag Processor - Support custom step labels from form-step blocks - Fallback to parsing post content when context data unavailable
Are you an Automattician? Please test your changes on all WordPress.com environments to help mitigate accidental explosions.
Interested in more tips and information?
|
Thank you for your PR! When contributing to Jetpack, we have a few suggestions that can help us test and review your patch:
This comment will be updated as you work on your PR and make changes. If you think that some of those checks are not needed for your PR, please explain why you think so. Thanks for cooperation 🤖 🔴 Action required: Please include detailed testing steps, explaining how to test your change, like so:
🔴 Action required: We would recommend that you add a section to the PR description to specify whether this PR includes any changes to data or privacy, like so:
Follow this PR Review Process:
If you have questions about anything, reach out in #jetpack-developers for guidance! |
Code Coverage SummaryCoverage changed in 6 files. Only the first 5 are listed here.
Full summary · PHP report · JS report If appropriate, add one of these labels to override the failing coverage check:
Covered by non-unit tests
|
Summary
Enhances the form progress indicator block with new display options and improved functionality:
Features
Line Style (Default)
Dots Style
Settings Panel
Technical Implementation
providesContext
/usesContext
for proper data sharing between blocksTest plan