logicbrush/silverstripe-blog-utils

A collection of enhancements & utilities for the Silverstripe Blog module.

Installs: 138

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 0

Open Issues: 0

Type:silverstripe-vendormodule

v1.0.0 2024-09-30 15:09 UTC

This package is auto-updated.

Last update: 2024-10-30 18:34:18 UTC


README

A collection of enhancements & utilities for the Silverstripe Blog module.

These include:

  • a cron task/extension to allow the specification of an expiration date for a post, at which time it is automatically archived.

Installation

composer require "logicbrush/silverstripe-blog-utils"

To execute the cron task, you must create a cron job that calls dev/cron as illustrated here.

Blog Post Expiration

A new date time field Expired Date has been added to the Post Options tab. Enter this value to have the post automatically archived at the specified time.