-
-
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:
decap-cms@3.6.2
- Git provider:
git-gateway
- Browser version:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36
CMS configuration
backend:
name: git-gateway
branch: main
media_folder: public/uploads
public_folder: /uploads
collections:
- name: pages
label: Pages
files:
- name: home
label: Home Page
file: content/pages/home.json
fields:
- label: Hero Title
name: heroTitle
widget: string
- label: Hero Subtitle
name: heroSubtitle
widget: text
- label: Hero Image
name: heroImage
widget: image
- label: Features
name: features
widget: list
fields:
- label: Title
name: title
widget: string
- label: Description
name: description
widget: text
- label: Icon
name: icon
widget: select
options:
- Users
- BadgeCheck
- Percent
- BarChart4
- ShoppingBag
- Award
- label: Statistics
name: statistics
widget: object
fields:
- label: Influencers Count
name: influencers
widget: string
- label: Brands Count
name: brands
widget: string
- label: Campaigns Count
name: campaigns
widget: string
- label: Revenue Share
name: revenueShare
widget: string
- name: about
label: About Page
file: content/pages/about.json
fields:
- label: Title
name: title
widget: string
- label: Subtitle
name: subtitle
widget: text
- label: Main Image
name: mainImage
widget: image
- label: Mission
name: mission
widget: object
fields:
- label: Title
name: title
widget: string
- label: Description
name: description
widget: text
- label: Values
name: values
widget: list
fields:
- label: Title
name: title
widget: string
- label: Description
name: description
widget: text
publish: true
type: file_based_collection
sortable_fields:
- commit_date
- commit_author
view_filters: []
view_groups: []
- name: team
label: Team Members
folder: content/team
create: true
fields:
- label: Name
name: name
widget: string
- label: Role
name: role
widget: string
- label: Bio
name: bio
widget: text
- label: Image
name: image
widget: image
- label: LinkedIn
name: linkedin
widget: string
required: false
- label: Twitter
name: twitter
widget: string
required: false
- label: Order
name: order
widget: number
default: 999
publish: true
type: folder_based_collection
sortable_fields:
- commit_date
- name
- name
- bio
view_filters: []
view_groups: []
- name: influencers
label: Influencers
folder: content/influencers
create: true
fields:
- label: Name
name: name
widget: string
- label: Category
name: category
...
Metadata
Metadata
Assignees
Labels
No labels