Skip to content

Commit

Permalink
[5510][next] Don't show Launcher and logo in Studio's search tool (#85)
Browse files Browse the repository at this point in the history
* Use the same icon for Site Tools in Sidebar and Navigation Menu #5308

* Update version

* Update Site tools icon to ConstructionRounded

* Update version

* Don't show Launcher and logo in Studio's search tool #5510

* Update version
  • Loading branch information
jvega190 authored Apr 19, 2022
1 parent 6077a90 commit d5f2c25
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion config/studio/ui.xml
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,11 @@
<configuration>
<title id="words.search" defaultMessage="Search"/>
<icon id="@mui/icons-material/SearchRounded"/>
<widget id="craftercms.components.Search" />
<widget id="craftercms.components.Search">
<configuration>
<embedded>true</embedded>
</configuration>
</widget>
</configuration>
</widget>
</widgets>
Expand Down
2 changes: 1 addition & 1 deletion craftercms-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugin:
version:
major: 2
minor: 0
patch: 15
patch: 16
description: |
A versatile blog blueprint.
website:
Expand Down

0 comments on commit d5f2c25

Please sign in to comment.