Add access control to languages #1496
dave-calleja
started this conversation in
Feature Requests & Ideas
Replies: 2 comments 3 replies
-
Hey @dave-calleja — this is a great thought. Super easy to add too. Gonna add it to our roadmap. 👍 |
Beta Was this translation helpful? Give feedback.
3 replies
-
You can now add access control to languages by reading from the access: {
create: ({ req }) => req.locale !== 'es'
} |
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.
-
I am finding payload awesome to work with however where the access rules shine in most parts, they seem totally missing in others. One such case is giving a user access to only certain languages. One use case could be that you want to give access to a translator but only for a certain language.
Is this possible with current features? or Does this need to be added as a feature?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions