Skip to content
Prev Previous commit
Next Next commit
Update docusaurus/docs/cms/plugins-development/guides/admin-permissio…
…ns-for-plugins.md
  • Loading branch information
pwizla authored Oct 30, 2025
commit bf5aa59d4dcafe368b9a9609f51d12dd189e1466
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export default pluginPermissions;

### Page permissions

Once you've created the configuration file you are ready to implement your permissions! If you've bootstrapped your plugin using the [plugin SDK init command](/cms/plugins-development/plugin-sdk#npx-strapisdk-plugin-init), you will have an example `HomePage.tsx` file. To implement page permissions you can do the following:
Once you've created the configuration file you are ready to implement your permissions. If you've bootstrapped your plugin using the [plugin SDK init command](/cms/plugins-development/plugin-sdk#npx-strapisdk-plugin-init), you will have an example `HomePage.tsx` file. To implement page permissions you can do the following:

```js title="/src/plugins/my-plugin/admin/src/pages/HomePage.jsx|tsx" {2,5,12,16}
import { Main } from '@strapi/design-system';
Expand Down