set alt and title from merged properties
thomaskieslich opened this issue · 1 comments
thomaskieslich commented
$this->tagBuilder->addAttribute('alt', $file->getProperty('alternative'));
$this->tagBuilder->addAttribute('title', $file->getProperty('title'));
Set alt and title from filereference too.
alexanderschnitzler commented
Sorry Thomas,
I didn't get notified by github about that issue.
Will see that I can push a new release soon.