mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
e23023b8a9
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@89207 467b73ca-7a2a-4603-9d3b-597d59a354a9
27 lines
670 B
YAML
27 lines
670 B
YAML
Page:
|
|
content:
|
|
Title: ContentPage
|
|
Content: This is some happy content.
|
|
about:
|
|
Title: About
|
|
URLSegment: about
|
|
Content: about us here
|
|
brokenInternalRedirector:
|
|
RedirectionType: Internal
|
|
Title: RedirectorPageToBrokenInteralPage
|
|
LinkToID: 0
|
|
workingInternalRedirector:
|
|
RedirectionType: Internal
|
|
Title: RedirectorPageToBrokenInteralPage
|
|
LinkTo: =>Page.content
|
|
|
|
File:
|
|
privacypolicy:
|
|
Name: privacypolicy.pdf
|
|
Title: privacypolicy.pdf
|
|
Filename: assets/privacypolicy.pdf
|
|
|
|
ErrorPage:
|
|
404:
|
|
Title: Page not Found
|
|
ErrorCode: 404 |