CMS error in config

Hello,
I’m struggling with this error.

Error loading the CMS configuration
Config Errors:
YAMLSyntaxError: All collection items must start at the same column at line 15, column 7:

  -label: "Project Co-ordinators" 
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^…

Check your config.yml file.

Here is my config.yml file:
collections:

  • name: “Pages”
    label: “Project Co-ordinators”
    file: “src/view/Student/ProgramCoordinators.js”
    slug: “{{slug}}” # Filename template, e.g., YYYY-MM-DD-title.md
    fields:
    • { Label: “Card.Header”, name: “name”, widget: “String”}
    • { Label: " Card.Description", name: “position”, widget: " String"}
    • { label: “Card Description”, name: “Email id”, widget: “string”}

Can someone help me with this?

Thank you,
Achyuth Krishna

hey there, have you tried a yaml validator? maybe your yaml contains some syntax errors?