Add page.draft to docs
This commit is contained in:
parent
4783782798
commit
560e467694
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue