Drupal is a registered trademark of Dries Buytaert

Overview

A very lightweight module to display link to entity.
Useful on card, teaser or search result to make all the rendering area clickable.

How it work

The module add an extrafield to all entities (disabled by default)
Set the extrafield to display the streched link

Warning : no CSS included

If you don't have a .streched-link class your could ad this css in your project

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

Activity

Total releases
1
First release
Oct 2025
Latest release
4 months ago
Release cadence
Stability
0% stable

Releases

Version Type Release date
1.0.x-dev Dev Oct 7, 2025