mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
f44598dc3a
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@60212 467b73ca-7a2a-4603-9d3b-597d59a354a9
26 lines
549 B
YAML
26 lines
549 B
YAML
PageComment:
|
|
comment1:
|
|
Name: Joe
|
|
Comment: This is a test comment
|
|
comment2:
|
|
Name: Jane
|
|
Comment: This is another test comment
|
|
comment3:
|
|
Name: Bob
|
|
Comment: Another comment
|
|
comment4:
|
|
Name: Bob
|
|
Comment: Second comment by Bob
|
|
|
|
Page:
|
|
home:
|
|
Title: Home
|
|
Comments: =>PageComment.comment1,=>PageComment.comment2
|
|
page1:
|
|
Title: First Page
|
|
Content: <p>Some test content</p>
|
|
Comments: =>PageComment.comment3,=>PageComment.comment4
|
|
page2:
|
|
Title: Second Page
|
|
|