Extension to quickly add a (set of) featured image(s) to a pagetype
or set of featured images (max amount configurable)
composer require restruct/silverstripe-featuredimages dev-master
Add to config.yml (max_featured_images is optional, default = 1):
Page:
extensions:
- '\Restruct\SilverStripe\FeaturedImages\FeaturedImageExtension'
max_featured_images: 3
And use in templates as
$PageImage
or
<% loop $PageImages %>
$Me
<% end_loop %>
Module rating system helping users find modules that are well supported. For more on how the rating system works visit Module standards
Score not correct? Let us know there is a problem