We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe.
It is annoying to model a metadata for a 1:1 relationship with a syntactically incorrect name.
E.g. I have a category metadata for my portfolio projects. This is translated in the following route:
category
/projects/category/[slug]
but the correct one should be /projects/categories/[slug]
/projects/categories/[slug]
Describe the solution you'd like
pluralize metadata names
Describe alternatives you've considered
I can create a 1:1metadata directly with the plural form of its name but it is not the natural way of thinking.
Additional context N/A
The text was updated successfully, but these errors were encountered:
indaco
No branches or pull requests
Is your feature request related to a problem? Please describe.
It is annoying to model a metadata for a 1:1 relationship with a syntactically incorrect name.
E.g. I have a
category
metadata for my portfolio projects. This is translated in the following route:/projects/category/[slug]
but the correct one should be
/projects/categories/[slug]
Describe the solution you'd like
pluralize metadata names
Describe alternatives you've considered
I can create a 1:1metadata directly with the plural form of its name but it is not the natural way of thinking.
Additional context
N/A
The text was updated successfully, but these errors were encountered: