-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Description
Describe the bug
To Reproduce
Expected behavior
Screenshots
Applicable Versions:
- Decap CMS version:
decap-cms@3.8.3
- Git provider:
github
- Browser version:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36
CMS configuration
backend:
name: github
repo: osamak39/HandyLads
branch: main
auth_endpoint: api/auth
publish_mode: editorial_workflow
media_folder: content/_media
public_folder: /content/_media
collections:
- name: blog
label: Blog Posts
folder: content/blog
create: true
slug: "{{slug}}"
format: frontmatter
extension: md
fields:
- label: Title
name: title
widget: string
required: true
hint: Blog post title (10-100 characters)
- label: Slug
name: slug
widget: string
required: true
pattern:
- ^[a-z0-9]+(?:-[a-z0-9]+)*$
- Must be lowercase with hyphens only
hint: URL-friendly identifier
- label: Summary
name: summary
widget: text
required: true
hint: SEO description (80-180 characters)
- label: Cover Image
name: coverImage
widget: image
required: false
hint: Optional cover image
- label: Tags
name: tags
widget: list
required: false
max: 5
hint: Maximum 5 tags
- label: Author
name: author
widget: string
default: Handy Lads Team
required: true
- label: Language
name: lang
widget: select
options:
- en
- ar
default: en
required: true
- label: Status
name: status
widget: select
options:
- draft
- published
default: draft
required: true
- label: Published Date
name: publishedAt
widget: datetime
required: true
format: YYYY-MM-DDTHH:mm:ss.sssZ
- label: Content
name: body
widget: markdown
required: true
hint: Main blog post content
publish: true
type: folder_based_collection
sortable_fields:
- commit_date
- title
- author
- summary
view_filters: []
view_groups: []
editor:
preview: true
site_url: https://handylads.com
display_url: https://handylads.com
logo_url: https://handylads.com/images/logo-handylads-desktop-light.svg
editor:
preview: true
slug:
encoding: unicode
clean_accents: false
sanitize_replacement: "-"
isFetching: false
error: null
Additional context
ItaiAxelrad
Metadata
Metadata
Assignees
Labels
No labels