Skip to content
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.

Commit

Permalink
Added dependency to SwfBootstrapTheme in plugin.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Wieland committed Oct 25, 2017
1 parent 67019f5 commit 12285ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Resources/Themes/Frontend/NoSearchBarTheme/Theme.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

class Theme extends \Shopware\Components\Theme
{
protected $extend = 'BootstrapResponsive';
protected $extend = 'BootstrapBare';

protected $name = 'No Search Bar Theme';

Expand Down
6 changes: 5 additions & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@
<plugin xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/shopware/shopware/5.2/engine/Shopware/Components/Plugin/schema/plugin.xsd">
<label>No Search Bar Theme</label>
<version>0.0.0dev01</version>
<version>1.0.1</version>
<description>This theme removes the searchbar and widens the shop logo</description>

<compatibility minVersion="5.3.0"/>
<requiredPlugins>
<requiredPlugin pluginName="SwfBootstrapTheme" minVersion="1.0.0"/>
</requiredPlugins>

<author>conexco</author>
<license>MIT</license>
</plugin>

0 comments on commit 12285ac

Please sign in to comment.