Can i use alt text from filemanager?

Permalink Browser Info Environment
Great block, thank you!! I have 1 question, is it possible to use the alt text from filemanager instead of the build in alt text fields?
What do i have to edit in the generated block to add this?

Type: Discussion
Status: New
buurvrouw
View Replies: View Best Answer
buurvrouw replied on at Permalink Best Answer Reply
buurvrouw
Ah, figured it out!

in controller.php add:
$image->alt = $file->getDescription();
after: $image = $ih->getThumbnail($file, $width, $height, $crop);

in view.php replace:
alt=""
with:
alt="<?php echo $field_1_image->alt; ?>"

concrete5 Environment Information

Browser User-Agent String

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You have not specified a license for this support ticket. You must have a valid license assigned to a support ticket to request a refund.