Caption on images
PermalinkIs this simply a bad naming convention in the UI or am I missing something?
I tried adding this code to concrete/core/controllers/blocks/image.php:
$img .= "<p>{$this->altText}</p>";
on line 141, but that just hosed the page. :)
(I put the new file in the root level blocks directory)

Thanks
Are you looking for this feature for use in 5.7?
Yes I am.
I notice that the documentation for 5.7 Image block says that "The Alt. Text area is a short description that is useful for SEO and accessibility. Many templates also use it for a caption." This comment suggests that if I was a little bit more Cr5 savvy I could find a way of achieving the desired result, but I'm afraid I'm stumped. My apologies if I sound a tad peeved.
It should be unzipped into this directory:
application\blocks
This should be the path to the template after unzipping:
application\blocks\image\templates\caption\view.php