-
-
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-app@2.15.27
- Git provider:
git-gateway
- Browser version:
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.23
CMS configuration
backend:
name: git-gateway
media_folder: site/static/img
public_folder: img
collections:
- name: post
label: Post
folder: site/content/post
create: true
fields:
- label: Title
name: title
widget: string
- label: Publish Date
name: date
widget: datetime
- label: Intro Blurb
name: description
widget: text
- label: Image
name: image
widget: image
required: false
- label: Body
name: body
widget: markdown
publish: true
type: folder_based_collection
sortable_fields:
- commit_date
- title
- date
- commit_author
- description
view_filters: []
view_groups: []
- name: pages
label: Pages
files:
- file: site/content/_index.md
label: Home Page
name: home
fields:
- label: Title
name: title
widget: string
- label: Subtitle
name: subtitle
widget: string
- label: Image
name: image
widget: image
- label: Blurb
name: blurb
widget: object
fields:
- label: Heading
name: heading
widget: string
- label: Text
name: text
widget: text
- label: Intro
name: intro
widget: object
fields:
- label: Heading
name: heading
widget: string
- label: Text
name: text
widget: text
- label: Products
name: products
widget: list
fields:
- label: Image
name: image
widget: image
- label: Text
name: text
widget: text
- label: Values
name: values
widget: object
fields:
- label: Heading
name: heading
widget: string
- label: Text
name: text
widget: text
- file: site/content/contact/_index.md
label: Contact Page
name: contact
fields:
- label: Title
name: title
widget: string
- label: Logo
name: logo
widget: image
- label: Body
name: body
widget: markdown
- label: Contact Entries
name: contact_entries
widget: list
fields:
- label: Heading
name: heading
widget: string
- label: Text
name: text
widget: text
- file: site/content/products/_index.md
label: Products Page
name: products
fields:
- label: Title
name: title
widget: string
- label: Image
name: image
widget: image
- label: Heading
name: heading
widget: string
- label: Description
name: description
widget: string
- label: Intro
name: intro
widget: object
fields:
- label: Heading
name: heading
widget: string
- label: Description
name: description
widget: text
- label: Blurbs
name: blurbs
widget: list
...
Metadata
Metadata
Assignees
Labels
No labels