Fix image field
This commit is contained in:
parent
47838fd652
commit
c8be0baa1f
1 changed files with 1 additions and 1 deletions
|
@ -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'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Reference in a new issue