mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-04 13:34:46 +00:00
Merge pull request #1625 from kaedroho/show-in-menus-filter-field
Added show_in_menus into Page filter fields
This commit is contained in:
commit
07793aeaee
1 changed files with 1 additions and 0 deletions
|
|
@ -301,6 +301,7 @@ class Page(six.with_metaclass(PageBase, MP_Node, ClusterableModel, index.Indexed
|
|||
index.FilterField('path'),
|
||||
index.FilterField('depth'),
|
||||
index.FilterField('locked'),
|
||||
index.FilterField('show_in_menus'),
|
||||
)
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
|
|
|||
Loading…
Reference in a new issue