-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
gatsby-source-contentful useNameForId
is inconsistently applied when creating the graphql schema
#28329
Comments
Ah, looks like this was made configurable with |
useNameForId
is inconsistently applied when creating the graphql schema
I'm re-opening this issue because |
@LekoArts re-tagging you in case you need to manually re-add the |
I got the same problem so I've fixed it on the PR #28649 . Thx. |
Hiya! This issue has gone quiet. Spooky quiet. 👻 We get a lot of issues, so we currently close issues after 60 days of inactivity. It’s been at least 20 days since the last update here. Thanks for being a part of the Gatsby community! 💪💜 |
ack |
Description
Even when
useNameForId
is set tofalse
forgatsby-source-contentful
's gatsby config, the startup process still applies a regexp validation to the content type name. This prevents using emojis in content type names, even when the content type id is used in the graphql schema.Steps to reproduce
useNameForId
tofalse
ingatsby-config
Expected result
Gatsby allows me to use emojis in the content type name, so long as the content type id is used to build the graphql schema.
Actual result
I cannot start the dev server when there is an emoji in the content type name, and
useNameForId
isfalse
.Environment
The text was updated successfully, but these errors were encountered: