docs: add twitter metadata tags (#1732)

This commit is contained in:
Shawn Erquhart
2018-09-07 16:05:16 -04:00
committed by GitHub
parent 9af77fe2bb
commit afe13b1bab
5 changed files with 31 additions and 1 deletions

View File

@ -29,6 +29,7 @@ collections: # A list of collections the CMS should be able to edit
- {label: "Author", name: "author", widget: "string"}
- {label: "Description (for blog list)", name: "description", widget: "text"}
- {label: "Meta Description (defaults to Description)", name: "meta_description", widget: "text", required: false}
- {label: "Twitter Image", name: "twitter_image", widget: "image"}
- {label: "Date", name: "date", widget: "date"}
- {label: "Body", name: "body", widget: "markdown"}
- name: updates