Skip to content
New issue

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

TypeError: t.get is not a function #7122

Closed
alli1337 opened this issue Feb 27, 2024 · 1 comment
Closed

TypeError: t.get is not a function #7122

alli1337 opened this issue Feb 27, 2024 · 1 comment

Comments

@alli1337
Copy link

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/121.0.0.0 Safari/537.36

CMS configuration

backend:
  name: git-gateway
  branch: master
media_folder: static/assets/img/uploads/articles
public_folder: /assets/img/uploads/articles
collections:
- name: 'template-library'
    label: 'Template Library'
    folder: 'content/template-library'
    create: true
    editor:
      preview: false
    fields:
      - {
        label: 'Meta Title',
        name: 'title',
        widget: 'string',
        hint: 'for SEO (shows on page tab)'
        }
      - label: 'Template Type'
        name: 'templateType'
        widget: 'list'
        types:
        - label: 'Automation'
          name: 'automation'
          widget: object
          summary: '{{fields.title}}'
          fields:
            - {
              label: 'Meta Title',
              name: 'title',
              widget: 'string',
              hint: 'for SEO (shows on page tab)'
              }
            - {
              label: 'Description',
              name: 'description',
              widget: 'text'
              }
            - {
              label: 'Type of Template',
              name: 'templateType',
              widget: 'string'
              }
            - {
              label: Tone of Template,
              name: 'tone',
              }
            - {
              label: 'Template Content',
              name: 'body',
              widget: 'markdown'
              }
...
@martinjagodic
Copy link
Member

Hi @alli1337, please fill out all the fields in the issue template. The information you provided is not enough to debug the problem.

I'm closing the issue for now. Once you add the missing information, I can open it again.

@martinjagodic martinjagodic closed this as not planned Won't fix, can't repro, duplicate, stale Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants