make publication date editable
This commit is contained in:
parent
f866c3ec2e
commit
7400412ddf
1 changed files with 4 additions and 0 deletions
|
@ -84,6 +84,10 @@ class BlogPage(SeoMixin, Page):
|
||||||
InlinePanel('gallery_images', label="Gallery images"),
|
InlinePanel('gallery_images', label="Gallery images"),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
settings_panels = Page.settings_panels = [
|
||||||
|
FieldPanel('first_published_at')
|
||||||
|
]
|
||||||
|
|
||||||
promote_panels = SeoMixin.seo_panels
|
promote_panels = SeoMixin.seo_panels
|
||||||
seo_content_type = SeoType.ARTICLE
|
seo_content_type = SeoType.ARTICLE
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue