Add page.draft to docs

This commit is contained in:
Vincent Prouillet 2017-11-01 14:53:28 +01:00
parent 4783782798
commit 560e467694

View file

@ -20,6 +20,7 @@ description: String?;
date: String?; date: String?;
slug: String; slug: String;
path: String; path: String;
draft: Bool;
// the path, split on '/' // the path, split on '/'
components: Array<String>; components: Array<String>;
permalink: String; permalink: String;