Removed test line

This commit is contained in:
Jerry Holmes 2017-05-16 17:14:00 -04:00 committed by David Calavera
parent 635d218b01
commit 982d1db25d

View File

@ -15,7 +15,6 @@ collections: # A list of collections the CMS should be able to edit
- {label: "Publish Date", name: "date", widget: "datetime", format: "YYYY-MM-DD hh:mma"}
- {label: "Cover Image", name: "image", widget: "image", required: false, tagname: ""}
- {label: "Body", name: "body", widget: "markdown"}
- {label: "Some Field", name: "somefield", widget: "string", required: false} # Testing empty field
meta:
- {label: "SEO Description", name: "description", widget: "text"}