Themes
Last updated
Last updated
Plugins and AdditionalBundles can bring themes which will automatically be installed. You can add one theme per bundle. So you can provide multiple themes in one plugin with the help of AdditionalBundles.
If you want to provide a theme with an AdditionalBundle the subdirectory of the bundle must be identical to it's name. So if the name of your bundle is FooBundle it must be found in the FooBundle/-subdirectory within your plugin directory.
A plugin or bundle must implement the empty ThemeInterface
to be known as a theme:
If you want to know how to create a theme take a look into the Shopware documentation: