You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browser version: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36
CMS configuration
backend:
name: github
repo: retrofor/retrofor.github.io
publish_mode: editorial_workflow
media_folder: static/img/post
public_folder: /img/post
collections:
- name: blog
label: Blog
folder: blog
create: true
slug: "{{slug}}"
fields:
- label: Title
name: title
widget: string
- label: Author
name: author
widget: string
default: WithdewHua
- label: Type
name: type
widget: string
default: post
- label: Categories
name: categories
widget: list
- label: Tags
name: tags
widget: list
- label: Series
name: series
widget: list
required: false
- label: Publish Date
name: date
widget: datetime
- label: Lastmod
name: lastmod
widget: date
default: ""
required: false
format: YYYY-MM-DD
- label: Description
name: description
widget: text
required: false
- label: Featured Image
name: featured
widget: image
required: false
- label: Featured Alt
name: featuredalt
widget: string
required: false
- label: Featured Path
name: featuredpath
widget: string
default: img/post
required: false
- label: Slug
name: slug
widget: string
required: false
- label: Draft
name: draft
widget: boolean
default: false
required: false
- label: Show TOC
name: showtoc
widget: boolean
default: true
required: false
- label: Post Content
name: body
widget: markdown
publish: true
type: folder_based_collection
sortable_fields:
- commit_date
- title
- date
- author
- description
view_filters: []
view_groups: []
slug:
encoding: unicode
clean_accents: false
sanitize_replacement: "-"
isFetching: false
error: null
Additional context
other errors:
Failed to persist entry: API_ERROR: Although you appear to have the correct authorization credentials, the retrofor organization has enabled OAuth App access restrictions, meaning that data access to third-parties is limited. For more information on these restrictions, including how to enable this app, visit https://docs.github.com/articles/restricting-access-to-your-organization-s-data/
The text was updated successfully, but these errors were encountered:
Describe the bug
I tried to upload or delete pics and nothing happen.
In addition,it seems that there is sth wrong with the
create new post
.To Reproduce
none
Expected behavior
none
Screenshots
Applicable Versions:
[email protected]
github
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36
CMS configuration
Additional context
other errors:
retrofor
organization has enabled OAuth App access restrictions, meaning that data access to third-parties is limited. For more information on these restrictions, including how to enable this app, visit https://docs.github.com/articles/restricting-access-to-your-organization-s-data/The text was updated successfully, but these errors were encountered: