attempt prosemirror update, troubleshooting

This commit is contained in:
Shawn Erquhart
2017-06-15 11:36:10 -04:00
parent e7ac3a7671
commit 49b3a62823
5 changed files with 27 additions and 33 deletions

View File

@ -15,6 +15,8 @@ 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: "Body B", name: "bodyb", widget: "markdown"}
- {label: "Body C", name: "bodyc", widget: "markdown"}
meta:
- {label: "SEO Description", name: "description", widget: "text"}