-
-
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.8.3
- Git provider:
github
- Browser version:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36
CMS configuration
backend:
name: github
repo: LUSIC-Co-Ltd/INSiTEManual
branch: develop
base_url: https://github-oauth-auth-ozeufqlyla-an.a.run.app
auth_endpoint: /
publish_mode: editorial_workflow
media_folder: apps/docs/public/images
public_folder: /images
collections:
- name: daily-operations
label: 日常業務
folder: apps/docs/src/content/docs/daily-operations
create: true
slug: "{{slug}}"
fields:
- label: タイトル
name: title
widget: string
- label: 説明
name: description
widget: string
required: false
- label: 本文
name: body
widget: markdown
publish: true
type: folder_based_collection
sortable_fields:
- commit_date
- title
- commit_author
- description
view_filters: []
view_groups: []
- name: property-management
label: 物件管理
folder: apps/docs/src/content/docs/property-management
create: true
slug: "{{slug}}"
fields:
- label: タイトル
name: title
widget: string
- label: 説明
name: description
widget: string
required: false
- label: 本文
name: body
widget: markdown
publish: true
type: folder_based_collection
sortable_fields:
- commit_date
- title
- commit_author
- description
view_filters: []
view_groups: []
- name: tenant-management
label: テナント管理
folder: apps/docs/src/content/docs/tenant-management
create: true
slug: "{{slug}}"
fields:
- label: タイトル
name: title
widget: string
- label: 説明
name: description
widget: string
required: false
- label: 本文
name: body
widget: markdown
publish: true
type: folder_based_collection
sortable_fields:
- commit_date
- title
- commit_author
- description
view_filters: []
view_groups: []
- name: admin-settings
label: 管理者設定
folder: apps/docs/src/content/docs/admin-settings
create: true
slug: "{{slug}}"
fields:
- label: タイトル
name: title
widget: string
- label: 説明
name: description
widget: string
required: false
- label: 本文
name: body
widget: markdown
publish: true
type: folder_based_collection
sortable_fields:
- commit_date
- title
- commit_author
- description
view_filters: []
view_groups: []
slug:
encoding: unicode
clean_accents: false
sanitize_replacement: "-"
isFetching: false
error: "'collections' collections names must be unique"
Additional context
Metadata
Metadata
Assignees
Labels
No labels