-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add "Permalink" to the Slug editor and more #24949
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
Conversation
|
App Name | WordPress | |
Configuration | Release-Alpha | |
Build Number | 29544 | |
Version | PR #24949 | |
Bundle ID | org.wordpress.alpha | |
Commit | b1455a8 | |
Installation URL | 53hq8bh9vn6sg |
|
App Name | Jetpack | |
Configuration | Release-Alpha | |
Build Number | 29544 | |
Version | PR #24949 | |
Bundle ID | com.jetpack.alpha | |
Commit | b1455a8 | |
Installation URL | 2hlog023f3b6g |
.font(.subheadline) | ||
.foregroundColor(.secondary) | ||
|
||
if let url = URL(string: "https://wordpress.com/support/permalinks-and-slugs/") { |
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.
It's safe to force-unwrap here, since the value is hard-coded.
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.
Updated.
|
Closes https://linear.app/a8c/issue/CMM-558/add-permalink-in-slug-editor-and-add-explanation-about-slug
permalinkTemplateURL
returned by the server and now included in the Core Data model for 25.6. It seems to be available only using the REST API, so it's Dotcom only.Screenshots
Before / After