Skip to content

Commit

Permalink
Deploying to gh-pages from @ 735439e 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSeccubus committed Nov 2, 2023
1 parent 28c2728 commit dee1240
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ collections: # A list of collections the CMS should be able to edit
file: "join.md"
fields:
- {label: Title, name: title, widget: string }
- {label: Description, name: description, widget: string }
- {label: Layout, name: layout, widget: hidden, default: default }
- {label: Body, name: body, widget: markdown }
- label: "Donate"
Expand All @@ -34,6 +33,7 @@ collections: # A list of collections the CMS should be able to edit
fields:
- {label: Title, name: title, widget: string }
- {label: Layout, name: layout, widget: hidden, default: default }
- {label: Scripts, name: scripts, widget: list, default: ["supp.js]"}
- {label: Body, name: body, widget: markdown }
- label: "News"
name: "news"
Expand All @@ -47,15 +47,13 @@ collections: # A list of collections the CMS should be able to edit
file: "partners.md"
fields:
- {label: Title, name: title, widget: string }
- {label: Description, name: description, widget: string }
- {label: Layout, name: layout, widget: hidden, default: default }
- {label: Body, name: body, widget: markdown }
- label: "Reports"
name: "reports"
file: "reports.md"
fields:
- {label: Title, name: title, widget: string }
- {label: Description, name: description, widget: string }
- {label: Layout, name: layout, widget: hidden, default: default }
- {label: Body, name: body, widget: markdown }
- label: "Team"
Expand Down

0 comments on commit dee1240

Please sign in to comment.