2016-08-23 04:36:06 +02:00
|
|
|
SilverStripe\SiteConfig\SiteConfig:
|
2015-03-11 06:54:08 +01:00
|
|
|
default:
|
|
|
|
Title: My test site
|
|
|
|
Tagline: Default site config
|
|
|
|
CanViewType: Anyone
|
|
|
|
CanEditType: LoggedInUsers
|
|
|
|
CanCreateTopLevelType: LoggedInUsers
|
|
|
|
|
2016-06-23 01:51:20 +02:00
|
|
|
SilverStripe\Security\Group:
|
2014-04-28 22:54:17 +02:00
|
|
|
editors:
|
|
|
|
Title: Editors
|
|
|
|
admins:
|
|
|
|
Title: Administrators
|
|
|
|
allsections:
|
|
|
|
Title: All Section Editors
|
|
|
|
securityadmins:
|
|
|
|
Title: Security Admins
|
2013-12-13 10:03:01 +01:00
|
|
|
|
2016-06-23 01:51:20 +02:00
|
|
|
SilverStripe\Security\Permission:
|
2014-04-28 22:54:17 +02:00
|
|
|
admins:
|
|
|
|
Code: ADMIN
|
2016-06-23 01:51:20 +02:00
|
|
|
Group: =>SilverStripe\Security\Group.admins
|
2014-04-28 22:54:17 +02:00
|
|
|
editors:
|
|
|
|
Code: CMS_ACCESS_CMSMain
|
2016-06-23 01:51:20 +02:00
|
|
|
Group: =>SilverStripe\Security\Group.editors
|
2014-04-28 22:54:17 +02:00
|
|
|
allsections:
|
|
|
|
Code: CMS_ACCESS_LeftAndMain
|
2016-06-23 01:51:20 +02:00
|
|
|
Group: =>SilverStripe\Security\Group.allsections
|
2014-04-28 22:54:17 +02:00
|
|
|
securityadmins:
|
|
|
|
Code: CMS_ACCESS_SecurityAdmin
|
2016-06-23 01:51:20 +02:00
|
|
|
Group: =>SilverStripe\Security\Group.securityadmins
|
2013-12-13 10:03:01 +01:00
|
|
|
|
2016-06-23 01:51:20 +02:00
|
|
|
SilverStripe\Security\Member:
|
2014-04-28 22:54:17 +02:00
|
|
|
editor:
|
|
|
|
FirstName: Test
|
|
|
|
Surname: Editor
|
2016-06-23 01:51:20 +02:00
|
|
|
Groups: =>SilverStripe\Security\Group.editors
|
2014-04-28 22:54:17 +02:00
|
|
|
admin:
|
|
|
|
FirstName: Test
|
|
|
|
Surname: Administrator
|
2016-06-23 01:51:20 +02:00
|
|
|
Groups: =>SilverStripe\Security\Group.admins
|
2014-04-28 22:54:17 +02:00
|
|
|
allsections:
|
2016-06-23 01:51:20 +02:00
|
|
|
Groups: =>SilverStripe\Security\Group.allsections
|
2014-04-28 22:54:17 +02:00
|
|
|
securityadmin:
|
2016-06-23 01:51:20 +02:00
|
|
|
Groups: =>SilverStripe\Security\Group.securityadmins
|
2011-03-18 04:38:18 +01:00
|
|
|
|
|
|
|
Page:
|
2014-04-28 22:54:17 +02:00
|
|
|
home:
|
|
|
|
Title: Home
|
|
|
|
CanEditType: OnlyTheseUsers
|
2016-06-23 01:51:20 +02:00
|
|
|
EditorGroups: =>SilverStripe\Security\Group.admins
|
2014-04-28 22:54:17 +02:00
|
|
|
about:
|
|
|
|
Title: About Us
|
|
|
|
CanEditType: OnlyTheseUsers
|
2016-06-23 01:51:20 +02:00
|
|
|
EditorGroups: =>SilverStripe\Security\Group.admins
|
2014-04-28 22:54:17 +02:00
|
|
|
staff:
|
|
|
|
Title: Staff
|
|
|
|
URLSegment: my-staff
|
|
|
|
Parent: =>Page.about
|
|
|
|
ceo:
|
|
|
|
Title: CEO
|
|
|
|
Parent: =>Page.staff
|
|
|
|
staffduplicate:
|
|
|
|
Title: Staff
|
|
|
|
URLSegment: my-staff
|
|
|
|
Parent: =>Page.about
|
2014-06-10 06:26:08 +02:00
|
|
|
ShowInMenus: 0
|
2014-04-28 22:54:17 +02:00
|
|
|
products:
|
|
|
|
Title: Products
|
|
|
|
CanEditType: OnlyTheseUsers
|
2016-06-23 01:51:20 +02:00
|
|
|
EditorGroups: =>SilverStripe\Security\Group.editors
|
2014-04-28 22:54:17 +02:00
|
|
|
product1:
|
|
|
|
Title: 1.1 Test Product
|
|
|
|
Parent: =>Page.products
|
|
|
|
CanEditType: Inherit
|
|
|
|
product2:
|
|
|
|
Title: Another Product
|
|
|
|
Parent: =>Page.products
|
|
|
|
CanEditType: Inherit
|
|
|
|
product3:
|
|
|
|
Title: Another Product
|
|
|
|
Parent: =>Page.products
|
|
|
|
CanEditType: Inherit
|
|
|
|
product4:
|
|
|
|
Title: Another Product
|
|
|
|
Parent: =>Page.products
|
|
|
|
CanEditType: OnlyTheseUsers
|
2016-06-23 01:51:20 +02:00
|
|
|
EditorGroups: =>SilverStripe\Security\Group.admins
|
2014-04-28 22:54:17 +02:00
|
|
|
contact:
|
|
|
|
Title: Contact Us
|
|
|
|
object:
|
|
|
|
Title: Object
|
|
|
|
controller:
|
|
|
|
Title: Controller
|
|
|
|
numericonly:
|
|
|
|
Title: 1930
|
|
|
|
metapage:
|
|
|
|
Title: 'HTML & XML'
|
|
|
|
MetaDescription: 'The <br /> and <br> tags'
|
|
|
|
ExtraMeta: '<link rel="canonical" href="http://www.mysite.com/html-and-xml" />'
|
2014-05-08 04:09:02 +02:00
|
|
|
breadcrumbs:
|
|
|
|
Title: 'Breadcrumbs'
|
|
|
|
breadcrumbs2:
|
|
|
|
Title: 'Breadcrumbs 2'
|
|
|
|
Parent: =>Page.breadcrumbs
|
|
|
|
breadcrumbs3:
|
|
|
|
Title: 'Breadcrumbs 3'
|
|
|
|
Parent: =>Page.breadcrumbs2
|
|
|
|
breadcrumbs4:
|
|
|
|
Title: 'Breadcrumbs 4'
|
|
|
|
Parent: =>Page.breadcrumbs3
|
|
|
|
breadcrumbs5:
|
|
|
|
Title: 'Breadcrumbs 5'
|
|
|
|
Parent: =>Page.breadcrumbs4
|
2011-03-18 04:38:18 +01:00
|
|
|
|
2017-08-09 04:53:38 +02:00
|
|
|
SilverStripe\CMS\Tests\Model\SiteTreeTest_Conflicted:
|
2014-04-28 22:54:17 +02:00
|
|
|
parent:
|
|
|
|
Title: Parent
|
2011-03-18 04:38:18 +01:00
|
|
|
|
2016-08-10 06:08:39 +02:00
|
|
|
SilverStripe\CMS\Model\RedirectorPage:
|
2014-04-28 22:54:17 +02:00
|
|
|
external:
|
|
|
|
Title: External
|
|
|
|
URLSegment: external
|
|
|
|
RedirectionType: External
|
|
|
|
ExternalURL: "http://www.google.com?a&b"
|
2017-07-28 21:02:29 +02:00
|
|
|
|
2017-08-09 04:53:38 +02:00
|
|
|
SilverStripe\CMS\Tests\Model\SiteTreeTest_DataObject:
|
2017-07-28 21:02:29 +02:00
|
|
|
relations:
|
|
|
|
Title: 'Linked DataObject'
|
2017-08-09 04:53:38 +02:00
|
|
|
Pages: =>Page.home,=>Page.about,=>Page.staff
|