-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add a guide about using RBAC from plugins #2788
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
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
docusaurus/docs/cms/plugins-development/guides/admin-permissions-for-plugins.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, @boazpoolman, thank you!
I simply added a few changes to suggest to improve formatting and headings consistency. I applied them directly.
Also, since you're not part of the Strapi org on GitHub apparently, I can't edit your PR directly it seems.
But, to cross-link your guide from the main RBAC docs, could you please add the following after line 174 of the /cms/features/rbac.md file?
:::tip
To create admin permissions for your custom plugin, please refer to our [dedicated guide](/cms/plugins-development/guides/admin-permissions-for-plugins).
:::
Screenshot for context:
docusaurus/docs/cms/plugins-development/guides/admin-permissions-for-plugins.md
Outdated
Show resolved
Hide resolved
docusaurus/docs/cms/plugins-development/guides/admin-permissions-for-plugins.md
Outdated
Show resolved
Hide resolved
docusaurus/docs/cms/plugins-development/guides/admin-permissions-for-plugins.md
Outdated
Show resolved
Hide resolved
docusaurus/docs/cms/plugins-development/guides/admin-permissions-for-plugins.md
Outdated
Show resolved
Hide resolved
docusaurus/docs/cms/plugins-development/guides/admin-permissions-for-plugins.md
Outdated
Show resolved
Hide resolved
docusaurus/docs/cms/plugins-development/guides/admin-permissions-for-plugins.md
Outdated
Show resolved
Hide resolved
docusaurus/docs/cms/plugins-development/guides/admin-permissions-for-plugins.md
Outdated
Show resolved
Hide resolved
docusaurus/docs/cms/plugins-development/guides/admin-permissions-for-plugins.md
Outdated
Show resolved
Hide resolved
…ns-for-plugins.md
…ns-for-plugins.md
…ns-for-plugins.md
…ns-for-plugins.md
…ns-for-plugins.md
…ns-for-plugins.md
…ns-for-plugins.md
What does it do?
Created documentation for RBAC from plugins.
Why is it needed?
To give a good overview of how you can use the RBAC feature from within your plugin.