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
Requires
- php: ^7.4||^8.0
- silverstripe/blog: *
- silverstripe/cms: ^4.0||^5.0
- silverstripe/crontask: *
Requires (Dev)
- cmrcx/phptidy: *
- logicbrush/metrics: *
- phpunit/phpunit: ^8.0||^9.5
- rector/rector: ^1.2
- silverstripe/sqlite3: *
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.