Show pages in menu by default
This commit is contained in:
parent
8a9772bc21
commit
42b58eda6d
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ from wagtail.models import Page
|
|||
|
||||
|
||||
class BasePage(Page):
|
||||
show_in_menus_default = True
|
||||
|
||||
class Meta:
|
||||
abstract = True
|
||||
|
||||
|
|
Loading…
Reference in a new issue