diff --git a/config/studio/ui.xml b/config/studio/ui.xml index d9b4303..09c6019 100644 --- a/config/studio/ui.xml +++ b/config/studio/ui.xml @@ -337,7 +337,11 @@ <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> diff --git a/craftercms-plugin.yaml b/craftercms-plugin.yaml index fffb34c..80b199c 100644 --- a/craftercms-plugin.yaml +++ b/craftercms-plugin.yaml @@ -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