wwnorden / news
Simple news module
Installs: 29
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:silverstripe-vendormodule
Requires
- php: >=7.1
- silverstripe/asset-admin: ^1.0
- silverstripe/assets: ^1.0
- silverstripe/cms: ^4.0
- symbiote/silverstripe-gridfieldextensions: ~3.1
README
Requirements
- SilverStripe CMS 4.0+
- SilverStripe Assets 1.0+
- SilverStripe Asset Admin Module 1.0+
- symbiote/silverstripe-gridfieldextensions ^3
Installation
composer require wwnorden/news
Documentation
Create a news article and fill out the form fields. At the End set status to active. Create a new page type news page and publish it. You see the new created news article on it.
Hints
For overwriting the csv Bulkloader with your custom bulkloader file just insert something like the following configuration to your yaml file:
WWN\News\NewsAdmin: model_importers: WWN\News\NewsArticle: '\NewsCsvBulkLoader'