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

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

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

@ -54,7 +54,11 @@ collections:
searchFields: ["title"] searchFields: ["title"]
valueField: "title" valueField: "title"
displayFields: ["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: "Tags", name: "tags", widget: "string", required: false, hint: '["Tag 1", "Tag 2"]'}
- {label: "Type", name: "type", widget: "hidden", default: "post"} - {label: "Type", name: "type", widget: "hidden", default: "post"}
- {label: "Text", name: "body", widget: "markdown"} - {label: "Text", name: "body", widget: "markdown"}