diff --git a/blog/models.py b/blog/models.py index a9b1c34..d98a731 100644 --- a/blog/models.py +++ b/blog/models.py @@ -84,6 +84,10 @@ class BlogPage(SeoMixin, Page): InlinePanel('gallery_images', label="Gallery images"), ] + settings_panels = Page.settings_panels = [ + FieldPanel('first_published_at') + ] + promote_panels = SeoMixin.seo_panels seo_content_type = SeoType.ARTICLE