tweak cms configs to be more robust/appropriate for blog collection
This commit is contained in:
parent
fbaafdfe97
commit
347df772b1
|
@ -30,6 +30,8 @@ collections:
|
|||
label: Categories
|
||||
widget: list
|
||||
allow_add: false
|
||||
allow_delete: false
|
||||
collapsed: true
|
||||
default:
|
||||
- 'blog'
|
||||
fields:
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue