-
-
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.4
- Git provider:
github
- Browser version:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36
CMS configuration
backend:
name: github
repo: knuthbecker/billige-elselskaber-main
branch: main
base_url: http://localhost:4600
auth_endpoint: api/auth
media_folder: public/Media
public_folder: /Media
collections:
- name: blog
label: Blog Posts
folder: content/blog
create: true
slug: "{{slug}}"
fields:
- label: Title
name: title
widget: string
required: true
- label: URL Slug
name: slug
widget: string
required: true
hint: URL-friendly version of title (e.g., bedste-elselskab-til-solceller)
- label: Description
name: description
widget: text
required: true
hint: Meta description for SEO (150-160 characters)
- label: Category
name: category
widget: select
options:
- label: Artikler
value: Artikler
- label: Analyser
value: Analyser
- label: Anmeldelser
value: Anmeldelser
default: Artikler
- label: Layout Type
name: layoutIdentifier
widget: select
options:
- label: Standard Article Layout
value: TopSectionPageLayout
- label: Provider Review Layout
value: ProviderReviewLayout
default: TopSectionPageLayout
- label: Top Component
name: topComponentIdentifier
widget: select
required: false
options:
- label: None
value: ""
- label: Solar Calculator
value: SolarOffersCalculator
- label: Provider Violations Table
value: EnhancedProviderViolationsTable
default: ""
hint: Special component to show at the top of the article
- label: Hide Sidebar
name: hideSidebar
widget: boolean
default: false
required: false
- label: Publish Date
name: date
widget: datetime
date_format: YYYY-MM-DD
time_format: false
format: YYYY-MM-DD
- label: Last Updated
name: lastUpdated
widget: datetime
date_format: YYYY-MM-DD
time_format: false
format: YYYY-MM-DD
required: false
- label: Reading Time (minutes)
name: readingTime
widget: number
value_type: int
min: 1
default: 5
- label: Featured Image
name: featuredImage
widget: image
required: false
- label: Featured Image Alt Text
name: featuredImageAlt
widget: string
required: false
- label: Share Hashtags
name: shareHashtags
widget: list
allow_add: true
required: false
hint: "Hashtags for social sharing (without #)"
- label: Tags
name: tags
widget: list
allow_add: true
required: false
hint: SEO tags for the article
- label: Main Section
name: mainSection
widget: object
required: false
hint: Breadcrumb navigation settings
fields:
- label: Text
name: text
widget: string
required: false
- label: Link
name: href
widget: string
required: false
- label: Article Headline
name: articleHeadline
widget: string
required: false
hint: Alternative headline for display
- label: Info Box Text
name: infoBoxText
widget: text
required: false
hint: Special info box content
- label: Provider ID
name: providerID
widget: str
...
Metadata
Metadata
Assignees
Labels
No labels