1
Fork 0

Fix image field

This commit is contained in:
Jake Howard 2016-12-24 19:48:49 +00:00
parent 47838fd652
commit c8be0baa1f

View file

@ -18,7 +18,7 @@ class Entity(MetadataPageMixin, Page):
FieldPanel('seo_title'), FieldPanel('seo_title'),
FieldPanel('post_date'), FieldPanel('post_date'),
FieldPanel('search_description'), FieldPanel('search_description'),
ImageChooserPanel('image'), ImageChooserPanel('search_image'),
], 'Common page configuration'), ], 'Common page configuration'),
] ]