Add new, simpler link control for use by core extenders #65092
Labels
[Feature] Extensibility
The ability to extend blocks or the editing experience
[Feature] UI Components
Impacts or related to the UI component system
[Type] Enhancement
A suggestion for improvement.
What problem does this address?
The amount of React code required to make a link control is quite considerable. Developers would find it much easier to implement if this were available as a reusable component. See https://github.com/ndiego/enable-linked-groups/blob/main/src/index.js for an example.
What is your proposed solution?
Take the code which has been written here for the control, make it into a simpler reusable wrapped component, and add to one of the core component packages.
The text was updated successfully, but these errors were encountered: