We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
To Reproduce
Expected behavior
Screenshots
Applicable Versions:
[email protected]
git-gateway
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36
CMS configuration
backend: name: git-gateway branch: main media_folder: /public/assets/images public_folder: /public/assets/images collections: - name: blog label: Blog folder: src/content/blog create: true fields: - label: Title name: title widget: string - label: Publish Date name: pubDatetime widget: datetime - label: Modfiy date name: modDatetime widget: datetime - label: Description name: description widget: string - label: Body name: body widget: markdown - label: Tags name: tags widget: list - label: Author name: author widget: string - label: Slug name: slug widget: string - label: Featured name: featured widget: boolean default: false - label: Draft name: draft widget: boolean default: false publish: true type: folder_based_collection sortable_fields: - commit_date - title - author - description view_filters: [] view_groups: [] publish_mode: simple slug: encoding: unicode clean_accents: false sanitize_replacement: "-" isFetching: false error: null
Additional context
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
To Reproduce
Expected behavior
Screenshots
Applicable Versions:
[email protected]
git-gateway
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36
CMS configuration
Additional context
The text was updated successfully, but these errors were encountered: