I have a content type that has an entity reference field allowing you to link to other pages and add a custom image, for nice big CTAs.
However, it’s come to light that some of the links may need to be to Views that show content as a list or map.
The ER field has autocomplete enabled and it can’t find the view by its URL e.g /my-view
Is there a plugin that would allow the field to find Views? Or do I have to change the content type and add a Link field instead?