We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2ded9d commit 7f8defaCopy full SHA for 7f8defa
site/static/admin/config.yml
@@ -118,8 +118,8 @@ collections: # A list of collections the CMS should be able to edit
118
- {label: "Agenda", name: "event", widget: "string"}
119
- {label: "Actus", name: "news", widget: "string"}
120
- {label: "Team", name: "team", widget: "string"}
121
- - {label: "Mission", name: "misssion", widget: list, fields: [
122
- {label: "Title", name: "title", widget: string},
+ - {label: "Mission", name: "misssion", widget: "list", fields: [
+ {label: "Title", name: "title", widget: "string"},
123
{label: "Description", name: "description", widget: "text"},
124
{label: "Picto", name: "picto", widget: "image"},
125
{label: "Call To Action", name: "calltoaction", widget: "object", fields: [
0 commit comments