Skip to content

Commit

Permalink
fix: remove hero_image from promote_panels
Browse files Browse the repository at this point in the history
  • Loading branch information
ngurenyaga committed Nov 22, 2021
1 parent e9640de commit f63f12c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mycarehub/content/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,9 +320,6 @@ def tag_names(self):
InlinePanel("documents", label="Documents"),
InlinePanel("featured_media", label="Audio and Video (media)"),
]
promote_panels = Page.promote_panels + [
FieldPanel("hero_image"),
]

# these fields determine the content that is indexed for search purposes
search_fields = Page.search_fields + [
Expand Down

0 comments on commit f63f12c

Please sign in to comment.