PHPackages                             derralf/elemental-featurelist - 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. derralf/elemental-featurelist

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

derralf/elemental-featurelist
=============================

A content block to display short headlines/questions and texts/answers along with icons/images for the silverstripe-elemental module

05PHPCI failing

Since Jul 8Pushed 5y ago1 watchersCompare

[ Source](https://github.com/derralf/silverstripe-elemental-featurelist)[ Packagist](https://packagist.org/packages/derralf/elemental-featurelist)[ RSS](/packages/derralf-elemental-featurelist/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

SilverStripe Elemental Feature List
===================================

[](#silverstripe-elemental-feature-list)

A content block to display short headlines/questions and texts/answers along with icons/images for the silverstripe-elemental module.
(private project, no help/support provided)

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

[](#requirements)

- SilverStripe CMS ^4.3
- dnadesign/silverstripe-elemental ^4.0
- sheadawson/silverstripe-linkable ^2.0@dev

Suggestions
-----------

[](#suggestions)

- derralf/elemental-styling

Modify `/templates/Derralf/Elements/Featurelist/Includes/Title.ss` to your needs when using StyledTitle from derralf/elemental-styling.

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

[](#installation)

- Install the module via Composer ```
    composer require derralf/elemental-featurelist

    ```

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

[](#configuration)

A basic/default config. Add this to your **mysite/\_config/elements.yml**

```

---
Name: elementalfeaturelist
---

Derralf\Elements\Featurelist\Element\ElementFeaturelistHolder:
  ## disable StyledTitle
  #title_tag_variants: null
  #title_alignment_variants: null
  # styles
  style_default_description: 'defdault: 2 columns'
  styles:
    TwoColumns: '2 columns'

Derralf\Elements\Featurelist\Model\ElementFeatureListItem:
  readmore_link_class: 'btn btn-primary btn-readmore'

```

Additionally you may apply the default styles:

```
# add default styles
DNADesign\Elemental\Controllers\ElementController:
  default_styles:
    # boptstrap 3 example styles
    - derralf/elemental-featurelist:client/dist/styles/frontend-default.css

```

See Elemental Docs for [how to disable the default styles](https://github.com/dnadesign/silverstripe-elemental#disabling-the-default-stylesheets).

### Adding your own templates

[](#adding-your-own-templates)

You may add your own templates/styles like this:

```
Derralf\Elements\Featurelist\Element\ElementFeaturelistHolder:
  styles:
    MyCustomTemplate: "new customized special Layout"

```

...and put a template named `ElementFeaturelistHolder_MyCustomTemplate.ss`in `themes/{your_theme}/templates/Derralf/Elements/Featurelist/Element/`
**and/or**add styles for `.derralf__elements__featurelist__element__elementfeaturelistholder .mycustomtemplate` to your style sheet

Template Notes
--------------

[](#template-notes)

Included templates are based on Bootstrap 3+ but require extra/additional styling (see included stylesheet).

- Optionaly, you can require basic CSS stylings provided with this module to your controller class like: **mysite/code/PageController.php**```
        Requirements::css('derralf/elemental-featurelist:client/dist/styles/frontend-default.css');

    ```

    or copy over and modify `client/src/styles/frontend-default.scss` in your theme scss

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

[](#screen-shots)

(not available)

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

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.

### Community

Maintainers

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

### Embed Badge

![Health badge](/badges/derralf-elemental-featurelist/health.svg)

```
[![Health](https://phpackages.com/badges/derralf-elemental-featurelist/health.svg)](https://phpackages.com/packages/derralf-elemental-featurelist)
```

###  Alternatives

[magenerds/baseprice

This module displays base prices

40107.4k](/packages/magenerds-baseprice)

PHPackages © 2026

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