This commit is contained in:
2020-07-18 11:03:55 +02:00
parent 358b3bf2db
commit 694c2b29a7
3 changed files with 10 additions and 4 deletions

View File

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