-
-
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.3.3
- Git provider:
github
- Browser version:
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:139.0) Gecko/20100101 Firefox/139.0
CMS configuration
backend:
name: github
repo: lbebayern/vereinswiki-info
branch: main
site_domain: https://vereinswiki-info.pages.dev
base_url: https://vereinswiki-info.pages.dev
auth_endpoint: /api/auth
media_folder: assets/images
public_folder: /assets/images
slug:
encoding: ascii
clean_accents: true
sanitize_replacement: "-"
collections:
- name: post
label: Post
folder: _posts
create: true
slug: "{{year}}-{{month}}-{{day}}-{{slug}}"
fields:
- label: Layout
name: layout
widget: hidden
default: post
- label: Titel
name: title
widget: string
- label: Veröffentlichungsdatum
name: date
widget: datetime
required: false
- label: Feature-Bild
name: image
widget: image
required: false
- label: Bild-Unterzeile
name: label
widget: string
required: false
- label: Bild-Credits
name: credits
widget: string
required: false
- label: Galerie
name: gallery
widget: list
summary: "{{fields.image}}"
fields:
- label: Image
name: image
widget: image
- label: Label
name: label
widget: string
- label: Bild-Credits
name: credits
widget: string
required: false
required: false
- label: Lead (Anreißer)
name: lead
widget: markdown
- label: Body
name: body
widget: markdown
- label: Autor
name: author
widget: relation
collection: author
search_fields:
- title
value_field: "{{title}}"
display_fields:
- title
- label: Rubrik
name: category
widget: relation
collection: category
search_fields:
- title
value_field: "{{title}}"
display_fields:
- title
multiple: true
- label: Unterkategorie
name: tags
widget: list
summary: "{{fields.label}}"
field:
label: Label
name: label
widget: string
required: false
- label: Video
name: video
widget: file
required: false
media_library:
config:
multiple: false
output_filename_only: true
default_transformations:
- fetch_format: auto
quality: auto
- label: Video-Thumbnail
name: video_thumbnail
widget: image
required: false
- label: Video-Unterzeile
name: video_label
widget: string
required: false
- label: Video-Credits
name: video_credits
widget: string
required: false
publish: true
type: folder_based_collection
sortable_fields:
- commit_date
- title
- date
- commit_author
view_filters: []
view_groups: []
- name: pages
label: Seiten
folder: _pages
create: true
slug: "{{slug}}"
fields:
- label: Layout
name: layout
widget: hidden
default: page
- label: Titel
name: title
widget: string
- label: Body
name: body
widget: markdown
publish: true
type: folder_based_collection
sortable_fields:
- commit_date
- title
- commit_author
view_filters: []
view_groups: []
- name: old_wiki
label: Alter Wiki-Beitrag
folder: _old_wiki
create: true
slug: "{{year}}-{{month}}-{{day}}-{{slug}}"
fields:
- label: Layout
name: l
...
Metadata
Metadata
Assignees
Labels
No labels