PHPackages                             pr3set-llc/silverstripe-elemental-features - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. pr3set-llc/silverstripe-elemental-features

ActiveSilverstripe-vendormodule[Utility &amp; Helpers](/categories/utility)

pr3set-llc/silverstripe-elemental-features
==========================================

A block that displays featured content - large image, title, description and link.

5.0.0(7mo ago)010BSD-3-ClausePHPPHP ^8.1

Since Oct 9Pushed 7mo agoCompare

[ Source](https://github.com/PR3SET-LLC/silverstripe-elemental-features)[ Packagist](https://packagist.org/packages/pr3set-llc/silverstripe-elemental-features)[ RSS](/packages/pr3set-llc-silverstripe-elemental-features/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (5)Versions (4)Used By (0)

Silverstripe Elemental Features
===============================

[](#silverstripe-elemental-features)

A block that displays featured content - large image, title, description and link.

[![CI](https://github.com/dynamic/silverstripe-elemental-features/actions/workflows/ci.yml/badge.svg)](https://github.com/dynamic/silverstripe-elemental-features/actions/workflows/ci.yml)[![codecov](https://camo.githubusercontent.com/2ffa6d1baa1a77b5b723738628d241a7fdef7df24b9ad3108085bc1c142b2c10/68747470733a2f2f636f6465636f762e696f2f67682f64796e616d69632f73696c7665727374726970652d656c656d656e74616c2d66656174757265732f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/dynamic/silverstripe-elemental-features)

[![Latest Stable Version](https://camo.githubusercontent.com/9fd87375901bfead6c2ce8683c4578aa45be7ec6cf452330eb0a7e955e978698/68747470733a2f2f706f7365722e707567782e6f72672f64796e616d69632f73696c7665727374726970652d656c656d656e74616c2d66656174757265732f762f737461626c65)](https://packagist.org/packages/dynamic/silverstripe-elemental-features)[![Total Downloads](https://camo.githubusercontent.com/b88c9cdc7a29f9ee394d00a5c179fe820b5d1244f6131625c278660471b9db29/68747470733a2f2f706f7365722e707567782e6f72672f64796e616d69632f73696c7665727374726970652d656c656d656e74616c2d66656174757265732f646f776e6c6f616473)](https://packagist.org/packages/dynamic/silverstripe-elemental-features)[![Latest Unstable Version](https://camo.githubusercontent.com/4545320dad60b2e3d518324cc21b762e5b0eab78c196eb935efed1004a300ded/68747470733a2f2f706f7365722e707567782e6f72672f64796e616d69632f73696c7665727374726970652d656c656d656e74616c2d66656174757265732f762f756e737461626c65)](https://packagist.org/packages/dynamic/silverstripe-elemental-features)[![License](https://camo.githubusercontent.com/0ef9e8d8f01455a9c890a1e56dc5184771cf1ef23a658a2667c429da90784eca/68747470733a2f2f706f7365722e707567782e6f72672f64796e616d69632f73696c7665727374726970652d656c656d656e74616c2d66656174757265732f6c6963656e7365)](https://packagist.org/packages/dynamic/silverstripe-elemental-features)

Requirements
------------

[](#requirements)

- dnadesign/silverstripe-elemental: ^5
- dynamic/silverstripe-elemental-baseobject: ^5
- jonom/focuspoint: ^5

Installation
------------

[](#installation)

`composer require dynamic/silverstripe-elemental-features`

License
-------

[](#license)

See [License](LICENSE.md)

Usage
-----

[](#usage)

A block to display rows of featured content - large image, title, description, and link. Includes an option to alternate the layout of the features from image left to image right.

### Template Notes

[](#template-notes)

The default templates are based off [Bootstrap 5](https://getbootstrap.com/) classes/styling.

Screen Shots
------------

[](#screen-shots)

#### Default Template of a Features Element

[](#default-template-of-a-features-element)

[![Default Template of a Features Element](./docs/en/_images/features-block-sample.png)](./docs/en/_images/features-block-sample.png)

#### Default Template of a Features Element with Alternate Layout

[](#default-template-of-a-features-element-with-alternate-layout)

[![Default Template of a Features Element Alternate](./docs/en/_images/features-block-sample-alt.png)](./docs/en/_images/features-block-sample-alt.png)

#### CMS - Features Element Main Tab

[](#cms---features-element-main-tab)

[![CMS - Features Block Main Tab](./docs/en/_images/features-block-cms.png)](./docs/en/_images/features-block-cms.png)

#### CMS - Features Element - Feature Add/Edit

[](#cms---features-element---feature-addedit)

[![CMS - Features Block Main Tab](./docs/en/_images/features-block-cms-feature.png)](./docs/en/_images/features-block-cms-feature.png)

Upgrading from version 4
------------------------

[](#upgrading-from-version-4)

This module drops `gorriecoe/silverstripe-linkfield` usage in favor of `silverstripe/linkfield`.

Getting more elements
---------------------

[](#getting-more-elements)

See [Elemental modules by Dynamic](https://github.com/orgs/dynamic/repositories?q=elemental&type=all&language=&sort=)

Configuration
-------------

[](#configuration)

See [SilverStripe Elemental Configuration](https://github.com/silverstripe/silverstripe-elemental#configuration)

Translations
------------

[](#translations)

The translations for this project are managed via [Transifex](https://www.transifex.com/dynamicagency/silverstripe-elemental-features/)and are updated automatically during the release process. To contribute, please head to the link above and get translating!

Maintainers
-----------

[](#maintainers)

- [Dynamic](https://www.dynamicagency.com) ()

Bugtracker
----------

[](#bugtracker)

Bugs are tracked in the issues section of this repository. Before submitting an issue please read over existing issues to ensure yours is unique.

If the issue does look like a new bug:

- Create a new issue
- Describe the steps required to reproduce your issue, and the expected outcome. Unit tests, screenshots and screencasts can help here.
- Describe your environment as detailed as possible: SilverStripe version, Browser, PHP version, Operating System, any installed SilverStripe modules.

Please report security issues to the module maintainers directly. Please don't file security issues in the bugtracker.

Development and contribution
----------------------------

[](#development-and-contribution)

If you would like to make contributions to the module please ensure you raise a pull request and discuss with the module maintainers.

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance65

Regular maintenance activity

Popularity5

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 83.6% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~1 days

Total

3

Last Release

212d ago

Major Versions

5.x-dev → 6.x-dev2025-10-10

PHP version history (2 changes)5.0.0PHP ^8.1

6.x-devPHP ^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/c208fab8524cbd6c981c5b550a073e4d09b30ecf085657753328008ac398042a?d=identicon)[pr3set](/maintainers/pr3set)

---

Top Contributors

[![jsirish](https://avatars.githubusercontent.com/u/1163643?v=4)](https://github.com/jsirish "jsirish (46 commits)")[![muskie9](https://avatars.githubusercontent.com/u/870751?v=4)](https://github.com/muskie9 "muskie9 (4 commits)")[![juangadiel](https://avatars.githubusercontent.com/u/706997?v=4)](https://github.com/juangadiel "juangadiel (2 commits)")[![juangadiel-pr3set](https://avatars.githubusercontent.com/u/231773882?v=4)](https://github.com/juangadiel-pr3set "juangadiel-pr3set (2 commits)")[![korthjp17](https://avatars.githubusercontent.com/u/3858661?v=4)](https://github.com/korthjp17 "korthjp17 (1 commits)")

---

Tags

silverstripecontentfeatureblockselemental

### Embed Badge

![Health badge](/badges/pr3set-llc-silverstripe-elemental-features/health.svg)

```
[![Health](https://phpackages.com/badges/pr3set-llc-silverstripe-elemental-features/health.svg)](https://phpackages.com/packages/pr3set-llc-silverstripe-elemental-features)
```

###  Alternatives

[wedevelopnl/silverstripe-elemental-grid

Elemental grid module

1014.1k2](/packages/wedevelopnl-silverstripe-elemental-grid)[bummzack/page-blocks

Modular content-blocks for SilverStripe pages

135.3k](/packages/bummzack-page-blocks)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
