Skip to content

Commit

Permalink
Add contributing collection to CMS
Browse files Browse the repository at this point in the history
  • Loading branch information
AnimatedSwine37 committed Apr 13, 2024
1 parent 74cf86a commit 0d7f427
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions admin/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ backend:
media_folder: "assets/images/uploads"

collections:
- label: "Contributing"
name: "contributing"
folder: "contributing"
create: true
fields:
- {label: "Title", name: "title", widget: "string"}
- {label: "Body", name: "body", widget: "markdown"}

- name: getting-started
label: Getting Started
label_singular: 'Page'
Expand Down

0 comments on commit 0d7f427

Please sign in to comment.