Skip to content

Commit 7f8defa

Browse files
author
Timothee Gosselin
authored
typos
1 parent d2ded9d commit 7f8defa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/static/admin/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ collections: # A list of collections the CMS should be able to edit
118118
- {label: "Agenda", name: "event", widget: "string"}
119119
- {label: "Actus", name: "news", widget: "string"}
120120
- {label: "Team", name: "team", widget: "string"}
121-
- {label: "Mission", name: "misssion", widget: list, fields: [
122-
{label: "Title", name: "title", widget: string},
121+
- {label: "Mission", name: "misssion", widget: "list", fields: [
122+
{label: "Title", name: "title", widget: "string"},
123123
{label: "Description", name: "description", widget: "text"},
124124
{label: "Picto", name: "picto", widget: "image"},
125125
{label: "Call To Action", name: "calltoaction", widget: "object", fields: [

0 commit comments

Comments
 (0)