**Describe the bug** **To Reproduce** **Expected behavior** **Screenshots** **Applicable Versions:** - Netlify CMS version: `netlify-cms@2.10.192` - Git provider: `git-gateway` - Browser version: `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36` **CMS configuration** ``` backend: name: git-gateway branch: main media_folder: public/uploads public_folder: /uploads publish_mode: editorial_workflow collections: - name: blog label: Blog folder: content/blogs create: true slug: "{{slug}}" fields: - label: Title name: title widget: string - label: Publish Date name: date widget: datetime date_format: DD.MM.YYYY time_format: HH:mm format: LLL - label: Body name: body widget: markdown publish: true type: folder_based_collection sortable_fields: - commit_date - title - date - commit_author view_filters: [] view_groups: [] slug: encoding: unicode clean_accents: false sanitize_replacement: "-" isFetching: false error: null ``` **Additional context**