Skip to content

Commit

Permalink
Merge pull request #7590 from strapi/fix/7572
Browse files Browse the repository at this point in the history
Prevent from uninstalling the upload plugin in the admin panel
  • Loading branch information
soupette committed Aug 25, 2020
2 parents 4ee79e2 + 1b157c3 commit e6589f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/strapi-plugin-upload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"strapi": {
"name": "Media Library",
"icon": "cloud-upload-alt",
"description": "upload.plugin.description"
"description": "upload.plugin.description",
"required": true
},
"scripts": {
"test": "echo \"no tests yet\""
Expand Down

0 comments on commit e6589f6

Please sign in to comment.