mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
29 lines
584 B
YAML
29 lines
584 B
YAML
BlogHolder:
|
|
mainblog:
|
|
Title: Main Blog
|
|
otherblog:
|
|
Title: Other Blog
|
|
|
|
BlogEntry:
|
|
testpost:
|
|
Title: Test Post
|
|
URLSegment: test-post
|
|
Date: 2007-02-17 18:45:00
|
|
Parent: =>BlogHolder.mainblog
|
|
Tags: tag1,tag2
|
|
testpost2:
|
|
Title: Test Post 2
|
|
URLSegment: test-post-2
|
|
Date: 2008-01-31 20:48:00
|
|
Parent: =>BlogHolder.mainblog
|
|
Tags: tag2,tag3
|
|
testpost3:
|
|
Title: Test Post 3
|
|
URLSegment: test-post-3
|
|
Date: 2008-01-17 18:45:00
|
|
Parent: =>BlogHolder.mainblog
|
|
Tags: tag1,tag2,tag3
|
|
|
|
|
|
|