sheadawson / silverstripe-newsly
A simple and configurable news module for SilverStripe CMS
Installs: 991
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 2
Forks: 7
Open Issues: 1
Type:silverstripe-module
Requires
- php: >=5.3.2
- micmania1/silverstripe-lumberjack: 1.0.*
- sheadawson/quickaddnew: 1.1.*
- silverstripe/cms: ~3.1
- silverstripe/framework: ~3.1
This package is auto-updated.
Last update: 2024-10-08 11:01:38 UTC
README
Newsly is a simple news/blog module for SilverStripe. It aims to offer configurable and optional features that cater to a range of common news-section requirements.
Requirements
- SilverStripe ~3.1
- Lumberjack
- Quickaddnew
Maintainers
Features
- NewsHolder and NewsArticle page types
- Articles managed in gridfield with lumberjack
- Articles can have images and attachments (optional)
- Articles can have tags (optional)
- Related articles (related via shared tags)
- Article Authors (optional, can be configured as a simple string or a NewsAuthor object/profile)
- Archive list, Tag list functions
Installation
composer require sheadawson/silverstripe-newsly
Configuration
The following configurations can be set in your yml config:
NewsArticle: setting: value