How to remove "Create new entry" button

System Information
  • Strapi Version: 4.1.12
  • Operating System: Ubuntu
  • Database: Postgress
  • Node Version: 14.*

image

In my application the items are added via plugin, this is already working, however I would like to remove the add new entry button, as it should not be possible to do this manually.

Is there any way to achieve this goal?

I believe having different permission for create/update in a collection is part of premium feature. However you can disable/remove the button using patch-package.

1 Like