nswdpc / silverstripe-elemental-decoratedcontent
Decorated content element for Silverstripe
Installs: 4 062
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:silverstripe-vendormodule
Requires
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2024-10-22 07:56:09 UTC
README
This module extends the content element to provide some decorations for the default ElementContent
element.
It provides:
- an image
- a link (via gorriecoe/linkfield)
- a call to action text field
- a date (different to created/last edited)
- a tag field (via silverstripe/taxonomy)
(all optional)
Requirements
See composer.json for details. In brief:
- dnadesign/silverstripe-elemental
- gorriecoe/silverstripe-linkfield
- silverstripe/taxonomy
- silverstripe/tagfield
Installation
composer require nswdpc/silverstripe-element-decoratedcontent
Usage
In a page, select the 'Decorated content' block and complete the fields, then publish.
License
BSD-3-Clause
See License
Configuration
None!
Maintainers
Bugtracker
Please add issues to the Github issue tracker
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.