forked from rc/aircox
move cover in main panel
This commit is contained in:
parent
1c520c145e
commit
c6723bf689
|
@ -283,13 +283,13 @@ class Publication(Page):
|
|||
content_panels = [
|
||||
MultiFieldPanel([
|
||||
FieldPanel('title'),
|
||||
ImageChooserPanel('cover'),
|
||||
FieldPanel('summary'),
|
||||
FieldPanel('body', classname='full'),
|
||||
], heading=_('Content'))
|
||||
]
|
||||
promote_panels = [
|
||||
MultiFieldPanel([
|
||||
ImageChooserPanel('cover'),
|
||||
FieldPanel('tags'),
|
||||
FieldPanel('focus'),
|
||||
], heading=_('Content')),
|
||||
|
|
Loading…
Reference in New Issue
Block a user