mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-11 08:43:10 +00:00
Added go_live_at and expire_at to common page configuration
This commit is contained in:
parent
3fa98ef82e
commit
ad3c62fed5
1 changed files with 2 additions and 0 deletions
|
|
@ -731,5 +731,7 @@ Page.promote_panels = [
|
|||
FieldPanel('seo_title'),
|
||||
FieldPanel('show_in_menus'),
|
||||
FieldPanel('search_description'),
|
||||
FieldPanel('go_live_at'),
|
||||
FieldPanel('expire_at'),
|
||||
], ugettext_lazy('Common page configuration')),
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue