tweak cms configs to be more robust/appropriate for blog collection

This commit is contained in:
KemoNine 2023-03-19 12:33:12 -04:00
parent fbaafdfe97
commit 347df772b1
2 changed files with 3 additions and 4 deletions

View file

@ -30,6 +30,8 @@ collections:
label: Categories
widget: list
allow_add: false
allow_delete: false
collapsed: true
default:
- 'blog'
fields:

View file

@ -34,9 +34,6 @@ collections:
- label: "Tags"
name: "tags"
widget: "list"
fields:
- label: "Tag"
name: "tag"
widget: "string"
allow_add: true
required: true
- {label: "Body", name: "body", widget: "markdown", required: true}