-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Fix template display in page details with a custom template #51638
Conversation
packages/edit-site/src/components/sidebar-navigation-screen-page/page-details.js
Show resolved
Hide resolved
Size Change: +72 B (0%) Total Size: 1.4 MB
ℹ️ View Unchanged
|
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.
packages/edit-site/src/components/sidebar-navigation-screen-page/page-details.js
Outdated
Show resolved
Hide resolved
packages/edit-site/src/components/sidebar-navigation-screen-page/page-details.js
Outdated
Show resolved
Hide resolved
packages/edit-site/src/components/sidebar-navigation-screen-page/page-details.js
Outdated
Show resolved
Hide resolved
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.
Thanks, Nik!
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.
Thanks Nik!
Flaky tests detected in a9e6814. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/5310431518
|
…s#51638) * Fix template display in page details with a custom template * address feedback
What?
This PR fixes the template display in page details with a custom template. Currently if a page has a custom template assigned, its title is not shown in page details panel in site editor. This was because we were searching the default templates only and not all the available ones.
This was mentioned in a different PR by @jameskoster here.
Testing Instructions
pages->some page
) and observe that now thetemplate row
is displayed in the page details panel.Screenshots or screencast