Disable slugify in a gatsby-plugin-page-creator #32820
Unanswered
iffjey
asked this question in
Ideas / Feature Requests
Replies: 1 comment
-
Another possible solution is not to perform any transformations if developer provide
It's very frustrating that I can't provide my own slugs |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It would be cool to have a possiblity to disable
slugify
option ingatsby-plugin-page-creator
completely. For the cases where I have my ownslugs
, andslugify
messing with them. Or provide custom function, so it would be possible to do something like(string) => string
without changes.This discussion related to the issue in
slugify
— sindresorhus/slugify#55Because it should be possible to preserve some characters in provided string. Or preserve string completely
Beta Was this translation helpful? Give feedback.
All reactions