Skip to content

Commit

Permalink
setting default.
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulKinlan committed Oct 23, 2021
1 parent 0141cb1 commit 4885e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/admin/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ collections: # A list of collections the CMS should be able to edit
fields: # The fields each document in this collection have
- {label: "Title", name: "title", widget: "string"}
- {label: "Publish Date", name: "date", widget: "datetime"}
- {label: "Draft", name: "draft", widget: "boolean", default: false}
- {label: "Draft", name: "draft", widget: "boolean", default: false, required: false}
- {label: "Intro Blurb", name: "summary", widget: "text"}
- {label: "Image", name: "image_header", widget: "image", required: false}
- {label: "Tags", name: "tags", widget: "list"}
Expand Down

1 comment on commit 4885e8f

@vercel
Copy link

@vercel vercel bot commented on 4885e8f Oct 23, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.