Provides means to extend Link Control #47820
Labels
[Feature] Link Editing
Link components (LinkControl, URLInput) and integrations (RichText link formatting)
Needs Dev
Ready for, and needs developer efforts
[Type] Enhancement
A suggestion for improvement.
There is a need to be able to extend and modify the
<LinkControl>
component when it is consumed by Gutenberg Core.Currently extenders are forced to reimplement Gutenberg Core's handling which is unstable and vulnerable to regressions.
To solve this we need:
onChange
event is handled for all usages in Gutenberg Core.See original discussion in #47328 (comment)
The text was updated successfully, but these errors were encountered: