wwnorden/news

Simple news module

Installs: 28

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:silverstripe-vendormodule

1.2.2 2023-01-14 21:06 UTC

This package is auto-updated.

Last update: 2024-04-14 23:50:06 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'