Skip to content

Commit

Permalink
docs(gatsby-theme-blog-core): include Blog Post Fields (#20633)
Browse files Browse the repository at this point in the history
Closes #20631
  • Loading branch information
Phizzard authored and blainekasten committed Jan 17, 2020
1 parent bb43f5d commit 0b3684e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions packages/gatsby-theme-blog-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,18 @@ module.exports = {
},
}
```

### Blog Post Fields

The following are the defined blog post fields based on the node interface in the schema

| Field | Type |
| -------- | -------- |
| id | String |
| title | String |
| body | String |
| slug | String |
| date | Date |
| tags | String[] |
| keywords | String[] |
| excerpt | String |

0 comments on commit 0b3684e

Please sign in to comment.