madeyourday / contao-rocksolid-slider

RockSolid Slider Contao Extension
http://rocksolidthemes.com/de/contao/plugins/responsive-slider
Other
9 stars 7 forks source link

Add title attribute to links #90

Open Werbeagentur-Kopfnuss opened 3 months ago

Werbeagentur-Kopfnuss commented 3 months ago

Hey, can you add the title attribute to the links in the slider? Something like that in rsts_default.html5? Line: 81

$attributes[] = 'title="zur Seite ' . $slide['title'] . '" href="' . $slide['linkUrl'] . '"';

A separate field for the title would be better.