This commit is contained in:
2020-07-12 15:07:45 +02:00
parent 53594788c8
commit fc6b29f5ca
2 changed files with 2 additions and 20 deletions

View File

@ -54,9 +54,7 @@ collections:
searchFields: ["title"]
valueField: "title"
displayFields: ["title"]
- label: "Kategorien"
name: "cathegories"
widget: "list"
- {label: "Tags", name: "tags", widget: "list", required: false, hint: '''["Tag 1", "Tag 2"]'''}
- {label: "Kategorien", name: "cathegories", widget: "string", required: false, hint: '["1", "2"]'}
- {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"}