migrate visual editor from prosemirror to slate

This commit is contained in:
Shawn Erquhart
2017-06-19 17:15:59 -04:00
parent 49b3a62823
commit 9c869be8fa
8 changed files with 299 additions and 225 deletions

View File

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