mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
20 lines
740 B
YAML
20 lines
740 B
YAML
SilverStripe\CMS\Model\SiteTree:
|
|
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: =>SilverStripe\CMS\Model\SiteTree.content
|
|
SilverStripe\CMS\Tests\Model\SiteTreeBrokenLinksTest\NotPageObject:
|
|
object1:
|
|
Content: 'Everything will be ok'
|