-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DOCS Add simple userguide and images
- Loading branch information
Showing
3 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
title: Share draft content | ||
summary: Share draft page content with non-CMS users. | ||
|
||
# Share draft content | ||
|
||
The [Share draft content](https://github.com/silverstripe/silverstripe-sharedraftcontent/) module provides the ability for SilverStripe users to share draft page content with non-CMS users. | ||
|
||
This enables CMS users to generate a private link which can be shared securely with anyone. Each preview link is valid for 30 days. | ||
|
||
![Share draft content CMS view](../images/share_draft_popover.png) | ||
|
||
## Viewing the shared draft page | ||
|
||
Navigating to the shared link will allow you to view the draft state of the page. | ||
|
||
<div class="note" markdown="1">If you navigate away from the shared draft page you will be taken to the published state.</div> | ||
|
||
Pages appear in two states: | ||
* Draft state contains content which is yet to be published. While viewing draft pages, a message will appear to inform you of this. | ||
|
||
* Published state contains content which has been published. As a result, you will not be notified of this, and will see the live version of the site. | ||
|
||
![Share draft content front-end alert](../images/share_draft_frontend.png) <!-- to do update images when UI has been updated --> |