mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
1c907dd227
API Decouple File and ErrorPage API Link tracking is now only performed on stage (in lieu of versioned relationships) API Refactor versioned API methods out of SiteTree and into Versioned
44 lines
1.1 KiB
YAML
44 lines
1.1 KiB
YAML
Group:
|
|
websiteusers:
|
|
Title: View certain restricted pages
|
|
Member:
|
|
randomuser:
|
|
Email: randomuser@test.com
|
|
Password: test
|
|
websiteuser:
|
|
Email: websiteuser@test.com
|
|
Password: test
|
|
Groups: =>Group.websiteusers
|
|
SiteTree:
|
|
searchformholder:
|
|
URLSegment: searchformholder
|
|
Title: searchformholder
|
|
publicPublishedPage:
|
|
Title: publicPublishedPage
|
|
publicUnpublishedPage:
|
|
Title: publicUnpublishedPage
|
|
restrictedViewLoggedInUsers:
|
|
CanViewType: LoggedInUsers
|
|
Title: restrictedViewLoggedInUsers
|
|
restrictedViewOnlyWebsiteUsers:
|
|
CanViewType: OnlyTheseUsers
|
|
ViewerGroups: =>Group.websiteusers
|
|
Title: restrictedViewOnlyWebsiteUsers
|
|
inheritRestrictedView:
|
|
CanViewType: Inherit
|
|
Parent: =>SiteTree.restrictedViewLoggedInUsers
|
|
Title: inheritRestrictedView
|
|
dontShowInSearchPage:
|
|
Title: dontShowInSearchPage
|
|
ShowInSearch: 0
|
|
pageWithSpecialChars:
|
|
Title: Brötchen
|
|
Content: Frisch vom Bäcker
|
|
File:
|
|
showInSearchFile:
|
|
Title: showInSearchFile
|
|
ShowInSearch: 1
|
|
dontShowInSearchFile:
|
|
Title: dontShowInSearchFile
|
|
ShowInSearch: 0
|