-
-
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:
github
- Browser version:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36
CMS configuration
backend:
name: github
repo: The64thGamer/cheeseepedia
branch: main
use_graphql: false
open_authoring: true
base_url: https://sveltia-cms-auth.a22j2udvt.workers.dev
slug:
encoding: ascii
clean_accents: true
sanitize_replacement: "-"
media_folder: static/photos
public_folder: /photos
site_url: https://cheeseepedia.org
display_url: https://cheeseepedia.org
publish_mode: editorial_workflow
collections:
- name: wiki
label: Articles
folder: content/wiki
preview_path: wiki/{{filename}}
create: true
extension: html
format: toml-frontmatter
slug: "{{slug}}"
editor:
preview: true
fields:
- label: Title
name: title
widget: string
- label: Body
name: body
widget: text
- label: Start Date (Formatted 2024-12-31, set to 0000-00-00 if Unknown, or use 00
for any parts unknown)
name: startDate
widget: string
required: false
- label: End Date (Leave blank if not ended, set to 0000-00-00 if Unknown)
name: endDate
widget: string
required: false
- label: Thumbnail (example.avif)
name: pageThumbnailFile
widget: string
required: false
- label: Contributors (List your Username here!)
name: contributors
widget: list
required: true
min: 1
max: 1000
field:
label: Username
name: username
widget: string
- label: Citations (List sources here!)
name: citations
widget: list
required: true
min: 1
max: 1000
field:
label: Source
name: source
widget: string
- label: Credits
name: credits
widget: list
required: false
field:
label: Credit
name: credit
widget: string
- label: Manufacturer
name: manufacturer
widget: string
required: false
- label: Units Produced
name: unitsProduced
widget: string
required: false
- label: Wholesale Price
name: wholesalePrice
widget: string
required: false
- label: Dimensions
name: dimensions
widget: string
required: false
- label: "Store #"
name: storeNumber
widget: string
required: false
- label: Media Duration / Length
name: mediaDuration
widget: string
required: false
- label: Showtape Formats
name: showtapeFormats
widget: list
required: false
field:
label: Format
name: format
widget: string
- label: Download Links (example.org|Description)
name: downloadLinks
widget: list
required: false
field:
label: Link | Desc
name: link
widget: string
- label: Prices (Price|Date) ($4.99|1983-12-31)
name: prices
widget: list
required: false
field:
label: Price | Desc
name: price
widget: string
- label: Also Known As
name: alsoKnownAs
widget: list
required: false
field:
label: AKA
name: aka
widget: string
- label: Latitude, Longitude
name: latitudeLongitude
min: 0
max: 2
widget: list
required: false
field:
label: LatLong
name: latlong
widget: string
- label: Tags
name: tags
widget: select
min: 1
max: 5
multiple
...
Metadata
Metadata
Assignees
Labels
No labels