Skip to content

Commit

Permalink
Merge pull request #6 from plone/enable-images-in-search
Browse files Browse the repository at this point in the history
Enable images in search results by default.
  • Loading branch information
jensens authored Apr 11, 2022
2 parents 7a393e3 + 9268453 commit 083d1e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions news/6.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Enable images in search results by default.
[agitator]
2 changes: 1 addition & 1 deletion src/plone/base/interfaces/controlpanel.py
Original file line number Diff line number Diff line change
Expand Up @@ -1024,7 +1024,7 @@ class ISearchSchema(Interface):

search_show_images = schema.Bool(
title=_("Show images in results"),
default=False,
default=True,
required=False,
)

Expand Down

0 comments on commit 083d1e6

Please sign in to comment.