++upd
This commit is contained in:
parent
cb517c3377
commit
ae9bfc833e
@ -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"}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user