Enable rich previews for custom links in the Navigation Block and Editor #32555
Labels
[Block] Navigation
Affects the Navigation Block
[Feature] Link Editing
Link components (LinkControl, URLInput) and integrations (RichText link formatting)
[Status] In Progress
Tracking issues with work in progress
What problem does this address?
The introduction of rich previews for remote URLs in #31464 only applies to the post editor and only then to usage within
core/paragraph
(strictly anything that utilises the@wordpress/format
library package).We should enable this feature in the Nav Block and Editor to provide a rich user experience.
What is your proposed solution?
hasRichPreviews
prop on<LinkControl>
within thecore/navigation-link
component.__experimentalFetchRemoteUrlData
API to be available within the Nav Editor.The text was updated successfully, but these errors were encountered: