fix stuff
This commit is contained in:
parent
bce84af7f3
commit
d1debc5b9f
|
@ -703,10 +703,7 @@ class SectionImage(SectionRelativeItem):
|
||||||
)
|
)
|
||||||
|
|
||||||
panels = SectionItem.panels + [
|
panels = SectionItem.panels + [
|
||||||
MultiFieldPanel([
|
|
||||||
ImageChooserPanel('image'),
|
ImageChooserPanel('image'),
|
||||||
FieldPanel('image'),
|
|
||||||
], heading=_('Source')),
|
|
||||||
MultiFieldPanel([
|
MultiFieldPanel([
|
||||||
FieldPanel('width'),
|
FieldPanel('width'),
|
||||||
FieldPanel('height'),
|
FieldPanel('height'),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user