Wagtail set additional permissions for MyPage
问题 Wagtail newbie here. I am trying to add some additional permissions to specific models, but nothing shows up into the "wagtail admin". I can do this the "django" way but I have the impression that wagtail could handle this type of permissions. I could not find any hints in the wagtail documentation. I have a new model named "MyPage": class MyPage(Page): [...] class Meta: permissions = ( ('view_restricted_document', 'can view restricted documents'), ) How do I make this permission available in