Move the beta Media Library usage documentation to its own page - #3450
Merged
Conversation
The Media Library page was describing only the beta UI, which readers see only after enabling the betaMediaLibrary future flag. Its Usage section describes the default UI again, and the beta UI moves to an unlisted page linked from the callout, until the flag ships as the default.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Clarified the documentation regarding the new Media Library UI being in beta.
Collaborator
Author
|
merging it 😎 🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR gives the Media Library page back the documentation of the UI that readers actually see. Since #3433 its Usage section described the beta UI, which only matches what a reader sees after enabling the
betaMediaLibraryfuture flag, so the page documented a UI that is not the default yet./cms/features/media-library, unchanged from its state before Document the new beta Media Library UI #3433, including the MIME type detection added by Document MIME type detection for ambiguous file types in Media Library #3418/cms/features/media-library-beta, an unlisted page linked from the callout, which Document the new Media Library as the default at GA #3448 folds back into the main page when the new UI becomes the defaultTabs were considered for showing both UIs on one page and rejected on evidence: a probe build shows that headings inside a
TabItemall land in the table of contents at once, so the page would list the sections of both UIs interleaved with half of them hidden, and the identical heading names of the two UIs would collide into duplicated anchors. The repository's own tabs guide also restricts Tabs to language variants.Direct preview link 👉 here