DataViews: Support "link" type in actions #68278
Labels
[Feature] DataViews
Work surrounding upgrading and evolving views in the site editor and beyond
[Type] Enhancement
A suggestion for improvement.
What problem does this address?
Currently, DataViews actions support handling user interactions. However, no explicit support exists for a "link" type that can enable navigation without custom implementations, such as;
This can lead to inconsistent behavior, such as broken native browser interactions for cmd+click, ctrl+click, and middle-click. This also impacts accessibility and increases complexity when a native tag could easily handle these use cases.
What is your proposed solution?
Adding a "link" type here
gutenberg/packages/dataviews/src/types.ts
Line 481 in c3ca59b
The text was updated successfully, but these errors were encountered: