17 lines
367 B
YAML
17 lines
367 B
YAML
one:
|
|
record: one (Micropost)
|
|
name: content
|
|
body: <p>Just some text</p>
|
|
published_blog_post:
|
|
record: published (BlogPost)
|
|
name: content
|
|
body: <p>Just some text</p>
|
|
draft_blog_post:
|
|
record: draft (BlogPost)
|
|
name: content
|
|
body: <p>Just some text</p>
|
|
learning_goal_one:
|
|
record: linux (LearningGoal)
|
|
name: content
|
|
body: <p>Learning about Linux</p>
|