-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Error: The Field title is missing for the collection #2491
Comments
You need a field named title. The error message could be improved, agreed. Sent with GitHawk |
Thanks. I'd highly suggest putting in the docs. It's not mentioned anywhere - I literally searched for "title" in the docs and the only hits were for 2 examples that had |
@TidyIQ https://www.netlifycms.org/docs/configuration-options/#identifier_field You can set something other than title, but you have to let the CMS know by setting |
@TidyIQ This is stated in the docs and the actual page hasn't been updated in a year. |
Using Gatsby, all I did was install
"netlify-cms-app": "^2.9.7"
and"gatsby-plugin-netlify-cms": "^4.1.6"
, added the plugin togatsby-config.js
, then created the following file atstatic/admin/config.yml
:When I run
gatsby develop
and go tohttp://localhost:8000/admin
I get the following error message in console:That's literally all I've done so it should be easy enough to reproduce the issue. No idea what I've done wrong.
The text was updated successfully, but these errors were encountered: