-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed as not planned
Labels
Description
Describe the bug
To Reproduce
Expected behavior
Screenshots
Applicable Versions:
- Netlify CMS version:
netlify-cms@2.10.192
- Git provider:
git-gateway
- Browser version:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36
CMS configuration
backend:
name: git-gateway
branch: main
media_folder: public/assets
public_folder: /assets
collections:
- name: blog
label: Blog
folder: src/blog
create: true
slug: "{{year}}-{{month}}-{{day}}-{{slug}}"
fields:
- label: Title
name: title
widget: string
- label: Description
name: description
widget: string
- label: Author
name: author
widget: string
- label: Date
name: date
widget: datetime
- label: Tags
name: tags
widget: list
default:
- post
- label: Featured Image
name: image
widget: image
- label: Image caption
name: imageAlt
widget: string
- label: Body
name: body
widget: markdown
publish: true
type: folder_based_collection
sortable_fields:
- commit_date
- title
- date
- author
- description
view_filters: []
view_groups: []
- name: nahwu
label: Nahwu
folder: src/nahwu
create: true
slug: "{{year}}-{{month}}-{{day}}-{{slug}}"
fields:
- label: Title
name: title
widget: string
- label: Description
name: description
widget: string
- label: Author
name: author
widget: string
- label: Date
name: date
widget: datetime
- label: Tags
name: tags
widget: list
default:
- nahwu
- label: Featured Image
name: image
widget: image
- label: Image caption
name: imageAlt
widget: string
- label: Body
name: body
widget: markdown
publish: true
type: folder_based_collection
sortable_fields:
- commit_date
- title
- date
- author
- description
view_filters: []
view_groups: []
publish_mode: simple
slug:
encoding: unicode
clean_accents: false
sanitize_replacement: "-"
isFetching: false
error: null
Additional context