-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Command Palette: Remove context from editor commands #73807
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
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
|
Size Change: +2 B (0%) Total Size: 2.58 MB
ℹ️ View Unchanged
|
|
Flaky tests detected in 51f0628. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/20016629365
|
|
For now, let's ship this PR and explore the ideal solution for #73716. |
What?
This PR reverts #73717
Why?
We added an
entity-editcontext to the editor-related commands to hide unnecessary commands in the template list page. However, the context property simply determines whether the command is visible by default; it does not disable the command itself.The underlying problem seems a bit complicated, so I'm reverting #73717 for now in case we can't find an ideal solution soon. See #73716 (comment) for more details.
Testing Instructions
Screenshots or screencast