This commit is contained in:
Denys Konovalov 2020-07-11 14:11:36 +02:00
parent d3f1fcc639
commit aa528ec0e6

@ -14,7 +14,7 @@ collections:
slug: "{{slug}}" # Filename template, e.g., YYYY-MM-DD-title.md slug: "{{slug}}" # Filename template, e.g., YYYY-MM-DD-title.md
fields: # The fields for each document, usually in front matter fields: # The fields for each document, usually in front matter
- {label: "Name", name: "title", widget: "string"} - {label: "Name", name: "title", widget: "string"}
- {label: "Hintergrundbild", name: "bg_image", widget: "image", "default: "images/backgrounds/page-title.jpg"} - {label: "Hintergrundbild", name: "bg_image", widget: "image", default: "images/backgrounds/page-title.jpg"}
- {label: "Metabeschreibung", name: "description", widget: "text"} - {label: "Metabeschreibung", name: "description", widget: "text"}
- {label: "Gravatar-E-Mail", name: "email", widget: "string"} - {label: "Gravatar-E-Mail", name: "email", widget: "string"}
- {label: "Foto", name: "image", widget: "image"} - {label: "Foto", name: "image", widget: "image"}