mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
77ec2b90c6
Removed ErrorPage class and references so it can be split off in to a separate module. Please install https://github.com/silverstripe/silverstripe-errorpage when upgrading to SS4 to preserve ErrorPage functionality. Closes https://github.com/silverstripe/silverstripe-framework/issues/4149
17 lines
570 B
YAML
17 lines
570 B
YAML
Page:
|
|
content:
|
|
Title: ContentPage
|
|
Content: 'This is some partially happy content. It has one missing a skiplink, but does have another <a name="yes-anchor-here">skiplink here</a>.'
|
|
about:
|
|
Title: About
|
|
URLSegment: about
|
|
Content: 'about us here <a name="yes-anchor-here">about skiplinks here</a>.'
|
|
brokenInternalRedirector:
|
|
RedirectionType: Internal
|
|
Title: RedirectorPageToBrokenInteralPage
|
|
LinkToID: 0
|
|
workingInternalRedirector:
|
|
RedirectionType: Internal
|
|
Title: RedirectorPageToBrokenInteralPage
|
|
LinkTo: =>Page.content
|