Soc/test/fixtures/action_text/rich_texts.yml

17 lines
367 B
YAML
Raw Normal View History

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>
2024-01-06 09:42:36 +00:00
learning_goal_one:
record: linux (LearningGoal)
name: content
body: <p>Learning about Linux</p>