Soc/test/fixtures/blog_posts.yml

12 lines
166 B
YAML
Raw Normal View History

published:
title: A published post
user: trevor
published: true
slug: published
draft:
title: A draft post
user: trevor
published: false
slug: draft