fix(jetpack): disable Image Studio to restore Media Library custom fields#4616
fix(jetpack): disable Image Studio to restore Media Library custom fields#4616wil-gerken merged 3 commits intoreleasefrom
Conversation
There was a problem hiding this comment.
Pull request overview
Disables Jetpack Image Studio’s “Big Sky” full-screen media editor in wp-admin so the standard Media Library attachment detail view (and Newspack photo credit fields) remain accessible.
Changes:
- Hooks a new admin callback to dequeue Jetpack Image Studio assets.
- Adds
disable_image_studio()to dequeue the Image Studio script and stylesheet handles.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
🎉 This PR is included in version 6.36.1-hotfix-disable-jetpack-image-studio.3 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Hey @wil-gerken, good job getting this PR merged! 🎉 Now, the Please check if this PR needs to be included in the "Upcoming Changes" and "Release Notes" doc. If it doesn't, simply remove the label. If it does, please add an entry to our shared document, with screenshots and testing instructions if applicable, then remove the label. Thank you! ❤️ |
## [6.36.1](v6.36.0...v6.36.1) (2026-04-02) ### Bug Fixes * **jetpack:** disable Image Studio to restore Media Library custom fields ([#4616](#4616)) ([3861d1f](3861d1f))
|
🎉 This PR is included in version 6.36.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
All Submissions:
Changes proposed in this Pull Request:
The latest release of Jetpack Image Studio replaces the standard Media Library attachment detail view with a full-screen AI editor ("Big Sky"). This hides custom fields added by other plugins, including Newspack’s photo credit fields (
Credit,Credit URL,Organization).This change disables Jetpack Image Studio by dequeuing its script and stylesheet assets on admin screens, restoring the standard Media Library attachment view and making the photo credit fields accessible again.
Closes
NPPM-2705.How to test the changes in this Pull Request:
Note: Full reproduction requires an Atomic site with Jetpack 15.7+ and Big Sky active. Local Docker environments do not include the Big Sky data store required for Image Studio to render fully.
Before applying the PR (reproduce the issue)
Credit,Credit URL,Organization) are no longer accessibleAfter applying the PR (verify the fix)
Other information: