feat(v2): add draft feature to blog posts (#2335)

This commit is contained in:
Alexey Pyltsyn 2020-02-29 08:20:00 +03:00 committed by GitHub
parent 3cbee86e36
commit 84eeb5120c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 55 additions and 18 deletions

View file

@ -52,6 +52,7 @@ The only required field is `title`; however, we provide options to add author in
- `author_title` - A description of the author.
- `title` - The blog post title.
- `tags` - A list of strings to tag to your post.
- `draft` - A boolean flag to indicate that the blog post is work in process and therefore should not be published yet. However, draft blog posts will be displayed during development.
## Summary truncation