mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-28 06:05:31 +03:00
Update folder paths for content in netlify CMS config.
This commit is contained in:
parent
1baf3f1829
commit
b43bbf740c
4
examples/docs/static/admin/config.yml
vendored
4
examples/docs/static/admin/config.yml
vendored
@ -8,7 +8,7 @@ publish_mode: "editorial_workflow" # see https://www.netlifycms.org/docs/open-au
|
||||
collections: # A list of collections the CMS should be able to edit
|
||||
- name: "post" # Used in routes, ie.: /admin/collections/:slug/edit
|
||||
label: "Post" # Used in the UI, ie.: "New Post"
|
||||
folder: "examples/docs/content" # The path to the folder where the documents are stored
|
||||
folder: "examples/docs/content/blog" # The path to the folder where the documents are stored
|
||||
filter: {field: "type", value: "blog"}
|
||||
create: true # Allow users to create new documents in this collection
|
||||
fields: # The fields each document in this collection have
|
||||
@ -31,7 +31,7 @@ collections: # A list of collections the CMS should be able to edit
|
||||
}
|
||||
- name: "docs" # Used in routes, ie.: /admin/collections/:slug/edit
|
||||
label: "Docs" # Used in the UI, ie.: "New Post"
|
||||
folder: "examples/docs/content" # The path to the folder where the documents are stored
|
||||
folder: "examples/docs/content/docs" # The path to the folder where the documents are stored
|
||||
filter: {field: "type", value: "doc"}
|
||||
create: true # Allow users to create new documents in this collection
|
||||
fields: # The fields each document in this collection have
|
||||
|
Loading…
Reference in New Issue
Block a user