mirror of
https://github.com/silverstripe/silverstripe-contentreview
synced 2024-10-22 17:05:47 +02:00
24 lines
500 B
Markdown
24 lines
500 B
Markdown
# Content Review module
|
|
|
|
## Maintainer Contact
|
|
* Tom Rix (Nickname: trix)
|
|
<tom (at) silverstripe (dot) com>
|
|
|
|
## Requirements
|
|
* SilverStripe 2.4 or newer
|
|
|
|
|
|
## Installation
|
|
|
|
Drop it into your installation folder, and refresh your database schema
|
|
through `http://<your-host>/dev/build`.
|
|
|
|
If you wish to have emails sent when a page comes up for review, you
|
|
new to have the DailyTask cron job set up. See ScheduledTask.php
|
|
|
|
## Usage
|
|
|
|
When you open a page in the CMS, there will now be a Review tab.
|
|
|
|
|