shortcode integrations
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 30s

This commit is contained in:
2025-06-09 23:55:03 +02:00
parent 61713f57f5
commit 0eafcb19a2
3 changed files with 102 additions and 3 deletions

View File

@@ -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" }