Oct. 8, 2024

How to Remove the “Add” Button from Wagtail Admin SnippetViewSet

From time to time, I encounter scenarios where I want to restrict certain actions, such as adding new instances for a particular model in Wagtail CMS Admin. For example, if I have a ContactFormSubmission model, I don’t want admins to be able to create form submissions manually; that’s what the …

Read now