-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed as not planned
Closed as not planned
Copy link
Description
Describe the bug
To Reproduce
Expected behavior
Screenshots
Applicable Versions:
- Decap CMS version:
[email protected]
- Git provider:
github
- Browser version:
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:135.0) Gecko/20100101 Firefox/135.0
CMS configuration
local_backend: false
backend:
name: github
repo: fc63/furkancoban.com
branch: main
base_url: /api
auth_endpoint: auth
media_folder: public/uploads
public_folder: /uploads
collections:
- name: posts
label: Posts
folder: content/blog
create: true
slug: "{{slug}}"
fields:
- name: title
label: Title
- name: date
label: Date
widget: datetime
- name: lang
label: Language
widget: select
options:
- en
- tr
default: en
- name: tags
label: Tags
widget: list
default: []
- name: summary
label: Summary
widget: text
- name: cover
label: Cover
widget: image
required: false
- name: slug
label: Slug
- name: body
label: Body
widget: markdown
publish: true
type: folder_based_collection
sortable_fields:
- commit_date
- title
- date
- commit_author
- summary
view_filters: []
view_groups: []
- name: portfolio
label: Portfolio
folder: content/portfolio
create: true
slug: "{{slug}}"
fields:
- name: title
label: Title
- name: type
label: Type
widget: select
options:
- project
- research
default: project
- name: year
label: Year
widget: number
- name: role
label: Role
- name: tech
label: Tech
widget: list
default: []
- name: tags
label: Tags
widget: list
default: []
- name: links
label: Links
widget: list
fields:
- name: label
label: Label
widget: string
- name: url
label: URL
widget: string
- name: highlight
label: Highlight
widget: boolean
default: false
- name: lang
label: Language
widget: select
options:
- en
- tr
default: en
- name: slug
label: Slug
- name: body
label: Body
widget: markdown
publish: true
type: folder_based_collection
sortable_fields:
- commit_date
- title
- commit_author
view_filters: []
view_groups: []
- name: site
label: Site
files:
- name: about-en
label: About (EN)
file: content/site/about.en.md
fields:
- name: title
label: Title
- name: body
label: Body
widget: markdown
- name: about-tr
label: About (TR)
file: content/site/about.tr.md
fields:
- name: title
label: Başlık
- name: body
label: İçerik
widget: markdown
- name: cv-en
label: CV (EN)
file: content/site/cv.en.md
fields:
- name: title
label: Title
- name: body
label: Body
widget: markdown
- name: cv-tr
label: CV (TR)
file: content/site/cv.tr.md
fields:
- name: title
label: Başlık
- name: body
label: İçerik
widget: markdown
publish: true
type: file_based_collection
sortable_fields:
- commit_date
- commit_author
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