make publication date editable

This commit is contained in:
Konstantin 2024-03-23 17:38:16 +01:00
parent f866c3ec2e
commit 7400412ddf

View file

@ -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