Search by

wwnorden / news

wwnorden

Simple news module

Package info

github.com/wwnorden/news

Type:silverstripe-vendormodule

pkg:composer/wwnorden/news

Statistics

Installs: 30

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.2.2 2023-01-14 21:06 UTC

This package is auto-updated.

Last update: 2026-09-15 05:42:49 UTC


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'