Skip to content

Commit

Permalink
[5510] Don't show Launcher and logo in Studio's search tool (#17)
Browse files Browse the repository at this point in the history
* Don't show Launcher and logo in Studio's search tool #5510

* Update version
  • Loading branch information
jvega190 authored Apr 19, 2022
1 parent c5f6f3d commit e9bcd02
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 @@ -337,7 +337,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: 8
patch: 9
description: |
Simple Alexa skill blueprint
documentation: https://raw.githubusercontent.com/craftercms/alexa-blueprint/next/readme.md
Expand Down

0 comments on commit e9bcd02

Please sign in to comment.