Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MgramTheDuck authored Dec 19, 2024
1 parent 6ca47b1 commit 1435b16
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions admin/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,46 @@ collections:
- { label: "Page Image", name: "image", widget: "string" }
- { label: "Navigation Order", name: "nav_order", widget: "number" }
- { label: "Body", name: "body", widget: "markdown" }
- name: "savage"
label: "Savage" # Used in the UI
folder: "_savage" # The path to the folder where the documents are stored
create: true # Allow users to create new documents in this collection
fields: # The fields for each document, usually in front matter
- { label: "Layout", name: "layout", widget: "hidden", default: "guide" }
- { label: "Title", name: "title", widget: "string" }
- { label: "Description", name: "description", widget: "string" }
- { label: "Permalink", name: "permalink", widget: "string" }
- { label: "expansion", name: "expansion", widget: "string" }
- { label: "difficulty", name: "difficulty", widget: "string" }
- { label: "discussionlink", name: "discussionlink", widget: "string" }
- { label: "Navigation Order", name: "nav_order", widget: "number" }
- { label: "Body", name: "body", widget: "markdown" }
- name: "extreme"
label: "Extreme" # Used in the UI
folder: "_extreme" # The path to the folder where the documents are stored
create: true # Allow users to create new documents in this collection
fields: # The fields for each document, usually in front matter
- { label: "Layout", name: "layout", widget: "hidden", default: "guide" }
- { label: "Title", name: "title", widget: "string" }
- { label: "Description", name: "description", widget: "string" }
- { label: "Permalink", name: "permalink", widget: "string" }
- { label: "expansion", name: "expansion", widget: "string" }
- { label: "difficulty", name: "difficulty", widget: "string" }
- { label: "discussionlink", name: "discussionlink", widget: "string" }
- { label: "Navigation Order", name: "nav_order", widget: "number" }
- { label: "Body", name: "body", widget: "markdown" }
- name: "criterion"
label: "Criterion" # Used in the UI
folder: "_criterion" # The path to the folder where the documents are stored
create: true # Allow users to create new documents in this collection
fields: # The fields for each document, usually in front matter
- { label: "Layout", name: "layout", widget: "hidden", default: "guide" }
- { label: "Title", name: "title", widget: "string" }
- { label: "Description", name: "description", widget: "string" }
- { label: "Permalink", name: "permalink", widget: "string" }
- { label: "expansion", name: "expansion", widget: "string" }
- { label: "difficulty", name: "difficulty", widget: "string" }
- { label: "discussionlink", name: "discussionlink", widget: "string" }
- { label: "Navigation Order", name: "nav_order", widget: "number" }
- { label: "Body", name: "body", widget: "markdown" }

0 comments on commit 1435b16

Please sign in to comment.