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
|
label: Categories
|
||||||
widget: list
|
widget: list
|
||||||
allow_add: false
|
allow_add: false
|
||||||
|
allow_delete: false
|
||||||
|
collapsed: true
|
||||||
default:
|
default:
|
||||||
- 'blog'
|
- 'blog'
|
||||||
fields:
|
fields:
|
||||||
|
|
|
@ -34,9 +34,6 @@ collections:
|
||||||
- label: "Tags"
|
- label: "Tags"
|
||||||
name: "tags"
|
name: "tags"
|
||||||
widget: "list"
|
widget: "list"
|
||||||
fields:
|
allow_add: true
|
||||||
- label: "Tag"
|
|
||||||
name: "tag"
|
|
||||||
widget: "string"
|
|
||||||
required: true
|
required: true
|
||||||
- {label: "Body", name: "body", widget: "markdown", required: true}
|
- {label: "Body", name: "body", widget: "markdown", required: true}
|
||||||
|
|
Loading…
Reference in a new issue