-
-
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:
- 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/129.0.0.0 Safari/537.36
CMS configuration
backend:
name: git-gateway
branch: main
media_folder: src/assets/blog-image
public_folder: /assets/blog-image
collections:
- name: blog
label: פוסטים
folder: src/posts
create: true
slug: "{{title}}"
fields:
- label: כותרת
name: title
widget: string
- label: תיאור
name: description
widget: text
- label: מחבר
name: author
widget: string
- label: Date
name: date
widget: datetime
- label: תגיות
name: tags
widget: list
default:
- כל היצירות
- רעיונות יצירה לימי הולדת
- רעיונות יצירה
- רעיונות יצירה לחנוכה
- רעיונות יצירה לפורים
- מומלצים
- label: יש להוסיף פסיק בין המילים - מילות מפתח
name: meta_keywords
widget: string
- label: תיאור לתגית המטא
name: meta_description
widget: text
- label: תמונה ראשית
name: image
widget: image
- label: לתמונה alt
name: imageAlt
widget: string
- label: כותרת 1
name: section1Title
widget: string
required: false
- label: מה צריך?
name: section1List
widget: list
fields:
- label: שם הפריט
name: name
widget: string
- label: קישור (אם יש)
name: url
widget: string
required: false
- label: כותרת 2
name: section2Title
widget: string
required: false
- label: שלבי היצירה
name: section2List
widget: list
fields:
- label: הוראות הכנה
name: text
widget: text
- label: תמונות
name: images
widget: list
fields:
- label: טקסט מעל לתמונה
name: caption
widget: string
required: false
- label: תמונה
name: src
widget: image
- label: לתמונה alt
name: alt
widget: string
- label: פריסת עמוד
name: layout
widget: select
options:
- label: Post
value: post.njk
- label: Post 1
value: post-1.njk
- label: תוכן
name: body
widget: markdown
required: false
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
Metadata
Metadata
Assignees
Labels
No labels