Soc/test/fixtures/action_text/rich_texts.yml

13 lines
265 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>