We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d800718 commit 670dd02Copy full SHA for 670dd02
src/static/config.yml
@@ -12,6 +12,8 @@ collections:
12
fields:
13
- { label: "Title", name: "title", widget: "string"}
14
- { label: "Publish Date", name: "date", widget: "datetime" }
15
+ - { label: "Subtitle", name: "subtitle", widget: "text"}
16
+ - { label: "Cover", name: "cover", widget: "image"}
17
- { label: "Tags", name: "tags", widget: "string" }
18
- { label: "Body", name: "body", widget: "markdown"}
19
- name: "photos"
0 commit comments