Skip to content

Commit

Permalink
[5510] Don't show Launcher and logo in Studio's search tool (#183)
Browse files Browse the repository at this point in the history
* Fix - Video Center View All videos for a channel does not reflect the total amount of videos #5263

* Update version

* Update Cards query not to send size parameter if not in query (to use search default value)

* PR review updates

* Bump dependencies

* Use the same icon for Site Tools in Sidebar and Navigation Menu #5308

* Update version

* Update Site tools icon to ConstructionRounded

* Update version

* Fix - Author role has no available actions for various sections #5391

* 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 38c003a commit 59346ce
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 @@ -355,7 +355,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 @@ -14,7 +14,7 @@ plugin:
version:
major: 2
minor: 0
patch: 22
patch: 23
description: |
Video Center webapp built with React atop CrafterCMS that is backed by YouTube, AWS Media Service, or Box.
website:
Expand Down

0 comments on commit 59346ce

Please sign in to comment.