2017-09-06 05:49:23 +02:00
SilverStripe\SiteConfig\SiteConfig :
2015-11-17 02:17:54 +01:00
mysiteconfig :
ReviewFrom : sender@silverstripe.com
ReviewSubject : 'Please log in to review some content!'
ReviewBody : '<h1>$Subject</h1><p>There are $PagesCount pages that are due for review today by you, $ToFirstName.</p><p>This email was sent to $ToEmail</p>'
2017-09-06 05:49:23 +02:00
SilverStripe\Security\Permission :
2015-11-17 02:17:54 +01:00
cmsmain1 :
Code : CMS_ACCESS_CMSMain
cmsmain2 :
Code : CMS_ACCESS_CMSMain
setreviewdates :
Code : EDIT_CONTENT_REVIEW_FIELDS
workflowadmin1 :
Code : IS_WORKFLOW_ADMIN
workflowadmin2 :
Code : IS_WORKFLOW_ADMIN
2010-02-25 04:34:39 +01:00
2017-09-06 05:49:23 +02:00
SilverStripe\Security\Group :
2015-11-17 02:17:54 +01:00
editorgroup :
Title : Edit existing pages
Code : editorgroup
2017-09-06 05:49:23 +02:00
Permissions :
- =>SilverStripe\Security\Permission.cmsmain1
- =>SilverStripe\Security\Permission.workflowadmin1
- =>SilverStripe\Security\Permission.setreviewdates
2015-11-17 02:17:54 +01:00
authorgroup :
Title : Author existing pages
Code : authorgroup
2017-09-06 05:49:23 +02:00
Permissions :
- =>SilverStripe\Security\Permission.cmsmain2
- =>SilverStripe\Security\Permission.workflowadmin2
2010-02-25 04:34:39 +01:00
2017-09-06 05:49:23 +02:00
SilverStripe\Security\Member :
2015-11-17 02:17:54 +01:00
author :
FirstName : Test
Surname : Author
Email : author@example.com
2017-09-06 05:49:23 +02:00
Groups : =>SilverStripe\Security\Group.authorgroup
2015-11-17 02:17:54 +01:00
editor :
FirstName : Test
Surname : Editor
2017-09-06 05:49:23 +02:00
Groups : =>SilverStripe\Security\Group.editorgroup
2015-11-17 02:17:54 +01:00
visitor :
FirstName : Kari
Surname : Visitor
Email : visitor@example.com
2017-09-06 05:49:23 +02:00
2010-02-25 04:34:39 +01:00
Page :
2017-09-06 05:49:23 +02:00
# Cant be reviewed, no owners
2015-11-17 02:17:54 +01:00
home :
Title : Home
ContentReviewType : Custom
NextReviewDate : 2010-02-01
ReviewPeriodDays : 10
2017-09-06 05:49:23 +02:00
# Cant be reviewed, no owners
2015-11-17 02:17:54 +01:00
about :
Title : About Us
ContentReviewType : Custom
NextReviewDate : 2010-02-07
ReviewPeriodDays : 10
staff :
Title : Staff
ContentReviewType : Custom
NextReviewDate : 2010-02-14
ReviewPeriodDays : 10
2017-09-06 05:49:23 +02:00
ContentReviewUsers : =>SilverStripe\Security\Member.author
2015-11-17 02:17:54 +01:00
contact :
Title : Contact Us
ContentReviewType : Custom
ReviewPeriodDays : 10
NextReviewDate : 2010-02-21
2017-09-06 05:49:23 +02:00
ContentReviewGroups : =>SilverStripe\Security\Group.authorgroup
2015-11-17 02:17:54 +01:00
contact-child :
Title : Contact Us Child
ContentReviewType : Inherit
ParentID : =>Page.contact
2017-09-06 05:49:23 +02:00
# Cant be reviewed, no NextReviewDate
2015-11-17 02:17:54 +01:00
no-review :
Title : Page without review date
ContentReviewType : Custom
2017-09-06 05:49:23 +02:00
ContentReviewUsers : =>SilverStripe\Security\Member.author
# Cant be reviewed, no NextReviewDate
2015-11-17 02:17:54 +01:00
group-owned :
Title : Page owned by group
ContentReviewType : Custom
2017-09-06 05:49:23 +02:00
ContentReviewGroups : =>SilverStripe\Security\Group.authorgroup