This commit is contained in:
Denys Konovalov 2020-07-18 11:03:55 +02:00
parent cb517c3377
commit ae9bfc833e
3 changed files with 10 additions and 4 deletions

@ -2,5 +2,4 @@
title: Aktuelles
bg_image: images/backgrounds/page-title.png
description: Hier finden sie die aktuelen Beiträge aus dem Schulblog.
---

@ -11,8 +11,11 @@ image: "images/image.png"
# post author
author: "Denys Konovalov"
# taxonomy
categories: ["Digitalisierung"]
tags: ["Internet", "Schulwebsite"]
categories:
- "Digitalisierung"
tags:
- "Internet"
- "Schulwebsite"
# type
type: "post"
---

@ -54,7 +54,11 @@ collections:
searchFields: ["title"]
valueField: "title"
displayFields: ["title"]
- {label: "Kategorien", name: "cathegories", widget: "string", required: false, hint: '["1", "2"]'}
- label: "Kategorien"
name: "cathegories"
widget: "list"
required: false
field: {label: "Kategorie", name: "cathegory", widget: "string"}
- {label: "Tags", name: "tags", widget: "string", required: false, hint: '["Tag 1", "Tag 2"]'}
- {label: "Type", name: "type", widget: "hidden", default: "post"}
- {label: "Text", name: "body", widget: "markdown"}