mirror of
https://github.com/silverstripe/silverstripe-subsites
synced 2024-10-22 09:05:55 +00:00
MINOR Fixed whitespace/tabbing in SubsiteTest.yml
This commit is contained in:
parent
b4aea98d98
commit
c058679097
@ -1,53 +1,54 @@
|
|||||||
Subsite_Template:
|
Subsite_Template:
|
||||||
main:
|
main:
|
||||||
Title: Template
|
Title: Template
|
||||||
Domain: test.com
|
Domain: test.com
|
||||||
other:
|
other:
|
||||||
Title: Other Template
|
Title: Other Template
|
||||||
Domain: other.com
|
Domain: other.com
|
||||||
|
|
||||||
Page:
|
Page:
|
||||||
home:
|
home:
|
||||||
Title: Home
|
Title: Home
|
||||||
SubsiteID: =>Subsite_Template.main
|
SubsiteID: =>Subsite_Template.main
|
||||||
about:
|
about:
|
||||||
Title: About
|
Title: About
|
||||||
SubsiteID: =>Subsite_Template.main
|
SubsiteID: =>Subsite_Template.main
|
||||||
staff:
|
staff:
|
||||||
Title: Staff
|
Title: Staff
|
||||||
ParentID: =>Page.about
|
ParentID: =>Page.about
|
||||||
SubsiteID: =>Subsite_Template.main
|
SubsiteID: =>Subsite_Template.main
|
||||||
contact:
|
contact:
|
||||||
Title: Contact Us
|
Title: Contact Us
|
||||||
SubsiteID: =>Subsite_Template.main
|
SubsiteID: =>Subsite_Template.main
|
||||||
|
|
||||||
# Pages from the other template - added here as a control group :-)
|
# Pages from the other template - added here as a control group :-)
|
||||||
home2:
|
home2:
|
||||||
Title: Home
|
Title: Home
|
||||||
SubsiteID: =>Subsite_Template.other
|
SubsiteID: =>Subsite_Template.other
|
||||||
contact2:
|
contact2:
|
||||||
Title: Contact Us
|
Title: Contact Us
|
||||||
SubsiteID: =>Subsite_Template.other
|
SubsiteID: =>Subsite_Template.other
|
||||||
|
|
||||||
#ErrorPage:
|
#ErrorPage:
|
||||||
# 404:
|
# 404:
|
||||||
# Title: Page not Found
|
# Title: Page not Found
|
||||||
# ErrorCode: 404
|
# ErrorCode: 404
|
||||||
# SubsiteID: =>Subsite_Template.main
|
# SubsiteID: =>Subsite_Template.main
|
||||||
|
|
||||||
Group:
|
Group:
|
||||||
admin:
|
admin:
|
||||||
Title: Admin
|
Title: Admin
|
||||||
|
|
||||||
|
|
||||||
Member:
|
Member:
|
||||||
admin:
|
admin:
|
||||||
FirstName: Admin
|
FirstName: Admin
|
||||||
Surname: User
|
Surname: User
|
||||||
Email: admin@test.com
|
Email: admin@test.com
|
||||||
Password: rangi
|
Password: rangi
|
||||||
Groups: =>Group.admin
|
Groups: =>Group.admin
|
||||||
|
|
||||||
Permission:
|
Permission:
|
||||||
admin:
|
admin:
|
||||||
Code: ADMIN
|
Code: ADMIN
|
||||||
GroupID: =>Group.admin
|
GroupID: =>Group.admin
|
Loading…
x
Reference in New Issue
Block a user