attempt prosemirror update, troubleshooting
This commit is contained in:
@ -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"}
|
||||
|
||||
|
Reference in New Issue
Block a user