mirror of
https://github.com/silverstripe/silverstripe-subsites
synced 2024-10-22 11:05:55 +02:00
37 lines
857 B
YAML
37 lines
857 B
YAML
Subsite_Template:
|
|
main:
|
|
Title: Template
|
|
Domain: test.com
|
|
other:
|
|
Title: Other Template
|
|
Domain: other.com
|
|
|
|
Page:
|
|
home:
|
|
Title: Home
|
|
SubsiteID: =>Subsite_Template.main
|
|
about:
|
|
Title: About
|
|
SubsiteID: =>Subsite_Template.main
|
|
staff:
|
|
Title: Staff
|
|
ParentID: =>Page.about
|
|
SubsiteID: =>Subsite_Template.main
|
|
contact:
|
|
Title: Contact Us
|
|
SubsiteID: =>Subsite_Template.main
|
|
|
|
# Pages from the other template - added here as a control group :-)
|
|
home2:
|
|
Title: Home
|
|
SubsiteID: =>Subsite_Template.other
|
|
contact2:
|
|
Title: Contact Us
|
|
SubsiteID: =>Subsite_Template.other
|
|
|
|
#ErrorPage:
|
|
# 404:
|
|
# Title: Page not Found
|
|
# ErrorCode: 404
|
|
# SubsiteID: =>Subsite_Template.main
|
|
|