Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 728 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 728 Bytes

silverstripe-blog-utils

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.