silverstripe-framework/tests/model/TranslatableTest.yml
Ingo Schommer 080cd5c99f ENHANCEMENT Added basic unit tests to new Translatable API
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@70073 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-01-13 04:34:45 +00:00

21 lines
428 B
YAML

Page:
testpage_en:
Title: Home
URLSegment: testpage
Lang: en
testpage_fr:
Title: Maison
URLSegment: testpage
Lang: fr
OriginalID: =>Page.testpage_en
parent:
Title: Parent
URLSegment: parent
child:
Title: Child
URLSegment: child
Parent: =>Page.parent
grandchild:
Title: Grantchild
URLSegment: grandchild
Parent: =>Page.child