shortcode integrations
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 30s
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 30s
This commit is contained in:
@@ -22,8 +22,8 @@ collections:
|
||||
fields:
|
||||
- { label: "Layout", name: "layout", widget: "hidden", default: "post" }
|
||||
- { label: "Title", name: "title", widget: "string" }
|
||||
- { label: "Summary", name: "summary", widget: "string" }
|
||||
- { label: "Description", name: "description", widget: "string" }
|
||||
- { label: "Summary", name: "summary", widget: "string", required: false }
|
||||
- { label: "Description", name: "description", widget: "string", required: false }
|
||||
- {
|
||||
label: "Authors",
|
||||
name: "authors",
|
||||
@@ -33,8 +33,12 @@ collections:
|
||||
}
|
||||
- { label: "Date", name: "date", widget: "datetime" }
|
||||
- { label: "Draft", name: "draft", widget: "boolean", default: true }
|
||||
- { label: "Cover Image", name: "image", widget: "prefixed-image" }
|
||||
|
||||
- { label: "Cover Image", name: "image", widget: "prefixed-image", required : false }
|
||||
- { label: "Cover Style", name: "cover_style", widget: "select", options: ["basic", "big", "background", "thumbAndBackground"], default: "default" }
|
||||
|
||||
|
||||
|
||||
- { label: "images", name: "images", widget: "image", multiple: true }
|
||||
- { label: "Body", name: "body", widget: "markdown" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user