fixup! Update DecapCMS config
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Matt Cengia 2024-01-31 00:18:16 +11:00
parent aabd4913e1
commit dcd958d4cf
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ collections: # A list of collections the CMS should be able to edit
label: "Post" # Used in the UI, ie.: "New Post"
folder: "content/posts" # The path to the folder where the documents are stored
preview_path: "posts/{{year}}/{{month}}/{{day}}/{{slug}}"
slug: "{{slug}}"
slug: "{{title}}"
create: true # Allow users to create new documents in this collection
fields: # The fields each document in this collection have
- {label: "Title", name: "title", widget: "string"}