Soc/test/fixtures/blog_posts.yml

14 lines
206 B
YAML

published:
title: A published post
user: trevor
published: true
slug: published
summary: Published!
draft:
title: A draft post
user: trevor
published: false
slug: draft
summary: Draft!