-
-
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.7.1 - Git provider:
git-gateway - Browser version:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36
CMS configuration
backend:
name: git-gateway
branch: main
local_backend: true
publish_mode: editorial_workflow
editor:
preview: false
media_folder: src/assets/uploads
public_folder: /assets/uploads
i18n:
&a1
structure: multiple_folders
locales:
- en
- de
default_locale: en
collections:
- name: home
label: Home
folder: src/content/pages
create: false
i18n: *a1
filter:
field: layout
value: home
fields:
- name: layout
widget: hidden
default: home
i18n: none
- name: title
label: Title
widget: string
i18n: translate
hint: "Page title for meta: Keep short and useful."
- name: description
label: Description
widget: text
i18n: translate
hint: "Description for meta tags: feeds to search engine and social media
previews."
- label: Hero
name: hero
widget: object
i18n: translate
fields:
- name: title
label: Title
widget: string
i18n: translate
- label: Intro
name: intro
widget: object
i18n: translate
fields:
- name: title
label: Title
widget: string
i18n: translate
- name: text
label: Text
widget: markdown
i18n: translate
- label: "Monster: Green"
name: monsterGreen
widget: object
i18n: translate
collapsed: true
fields:
- name: area
label: Area
widget: string
i18n: translate
- name: area_desc
label: Area description
widget: string
i18n: translate
- name: hello
label: Hello
widget: string
i18n: translate
- name: name
label: Name
widget: string
i18n: translate
- name: description
label: Description
widget: markdown
i18n: translate
- name: instagram
label: Instagram
widget: string
i18n: translate
hint: only the handle
- label: "Monster: Blue"
name: monsterBlue
widget: object
i18n: translate
collapsed: true
fields:
- name: area
label: Area
widget: string
i18n: translate
- name: area_desc
label: Area description
widget: string
i18n: translate
- name: hello
label: Hello
widget: string
i18n: translate
- name: name
label: Name
widget: string
i18n: translate
- name: description
label: Description
widget: markdown
i18n: translate
- name: instagram
label: Instagram
widget: string
i18n: translate
hint: only the handle
- label: "Monster: Red"
name: monsterRed
widget: object
i18n: translate
collapsed: true
fields:
- name: area
label: Area
widget: string
i18n: translate
- name: area_desc
label: Area description
widget: string
i18n: translate
- name: hello
label: Hello
widget: string
i18n: translate
- name: name
label: Name
widget: string
i18n: translate
- n
...
Metadata
Metadata
Assignees
Labels
No labels