WordPress-iOS
WordPress-iOS copied to clipboard
Add slug and excerpt fields to Page Settings
Fixes https://github.com/wordpress-mobile/WordPress-iOS/issues/11225
To test:
- Open Page Settings
- ✅ Verify that the settings contain "Slug" and "Excerpt" fields
- Update the fields and save
- ✅ Verify that the changes are reflected on the web
Regression Notes
- Potential unintended areas of impact: Page Settings
- What I did to test those areas of impact (or what existing automated tests I relied on): manual
- What automated tests I added (or what prevented me from doing so): n/a
PR submission checklist:
- [ ] I have completed the Regression Notes.
- [ ] I have considered adding unit tests for my changes.
- [ ] I have considered adding accessibility improvements for my changes.
- [ ] I have considered if this change warrants user-facing release notes and have added them to
RELEASE-NOTES.txtif necessary.
Testing checklist:
- [ ] WordPress.com sites and self-hosted Jetpack sites.
- [ ] Portrait and landscape orientations.
- [ ] Light and dark modes.
- [ ] Fonts: Larger, smaller and bold text.
- [ ] High contrast.
- [ ] VoiceOver.
- [ ] Languages with large words or with letters/accents not frequently used in English.
- [ ] Right-to-left languages. (Even if translation isn’t complete, formatting should still respect the right-to-left layout)
- [ ] iPhone and iPad.
- [ ] Multi-tasking: Split view and Slide over. (iPad)
📲 You can test the changes from this Pull Request in WordPress Alpha by scanning the QR code below to install the corresponding build.
| App Name | WordPress Alpha |
|
| Configuration | Release-Alpha | |
| Build Number | pr23135-15a2476 | |
| Version | 24.8 | |
| Bundle ID | org.wordpress.alpha | |
| Commit | 15a2476596a63180b22117c530d4f0eb88512602 | |
| App Center Build | WPiOS - One-Offs #9764 |
📲 You can test the changes from this Pull Request in Jetpack Alpha by scanning the QR code below to install the corresponding build.
| App Name | Jetpack Alpha |
|
| Configuration | Release-Alpha | |
| Build Number | pr23135-15a2476 | |
| Version | 24.8 | |
| Bundle ID | com.jetpack.alpha | |
| Commit | 15a2476596a63180b22117c530d4f0eb88512602 | |
| App Center Build | jetpack-installable-builds #8810 |
There's a visual bug - some times the "excerpt" label isn't centered vertically
Is there a way to reproduce it? It's likely something to do with the odd layout hacks in WPTableViewCell... should replace this with SwiftUI.