Soc/test/fixtures/blog_posts.yml

14 lines
206 B
YAML
Raw Normal View History

published:
title: A published post
user: trevor
published: true
slug: published
2023-10-06 07:26:16 +00:00
summary: Published!
draft:
title: A draft post
user: trevor
published: false
slug: draft
2023-10-06 07:26:16 +00:00
summary: Draft!