Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit 49a1fd0

Browse files
committed
fix: install strapi-plugin-protected-populate
1 parent 82933ae commit 49a1fd0

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-3
lines changed

apps/backend/config/plugins.js

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
module.exports = () => {
2+
return {
3+
"protected-populate": {
4+
enabled: true,
5+
},
6+
};
7+
};

apps/backend/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"react-dom": "^18.2.0",
3030
"react-router-dom": "^5.3.4",
3131
"strapi-plugin-config-sync": "^1.1.2",
32+
"strapi-plugin-protected-populate": "^1.3.5",
3233
"styled-components": "5.3.11"
3334
},
3435
"author": {
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

package-lock.json

+19-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)