-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Description
Describe the bug
To Reproduce
Expected behavior
Screenshots
Applicable Versions:
- Decap CMS version:
decap-cms@3.9.0 - Git provider:
proxy - Browser version:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 Edg/143.0.0.0
CMS configuration
backend:
name: proxy
repo: Harivux/Fluxara
base_url: https://fluxara.cloud
auth_endpoint: auth
proxy_url: http://localhost:8081/api/v1
local_backend: true
media_folder: public/images/blog
public_folder: /images/blog
display_url: https://fluxara.cloud
logo_url: https://fluxara.cloud/favicon.png
locale: en
collections:
- name: blog
label: Blog
folder: src/content/blog
create: true
slug: "{{slug}}"
fields:
- label: Slug
name: slug
widget: string
hint: URL-friendly name (e.g., pluto-aquarius-crypto)
- label: Title
name: title
widget: string
- label: Description
name: description
widget: text
- label: Author
name: author
widget: string
default: MingShi TongZi
- label: Publish Date
name: date
widget: datetime
format: YYYY-MM-DD
dateFormat: YYYY-MM-DD
timeFormat: false
date_format: YYYY-MM-DD
time_format: false
- label: Read Time
name: readTime
widget: string
default: 5 min read
- label: Tags
name: tags
widget: list
default:
- Insight
- label: Featured Image
name: image
widget: image
required: false
- label: Last Updated
name: updatedAt
widget: datetime
format: YYYY-MM-DD
dateFormat: YYYY-MM-DD
timeFormat: false
required: false
date_format: YYYY-MM-DD
time_format: false
- label: Body
name: body
widget: markdown
publish: true
type: folder_based_collection
sortable_fields:
- 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
Metadata
Metadata
Assignees
Labels
No labels