nr.1 test

This commit is contained in:
ps74
2021-09-03 10:32:10 +02:00
parent 8aa5c499eb
commit 397be912ec
2 changed files with 6352 additions and 6 deletions

14
src/IniHausschuhTheme.php Normal file
View File

@@ -0,0 +1,14 @@
<?php declare(strict_types=1);
namespace Unsertheme;
use Shopware\Core\Framework\Plugin;
use Shopware\Storefront\Framework\ThemeInterface;
class Unsertheme extends Plugin implements ThemeInterface
{
public function getThemeConfigPath(): string
{
return 'theme.json';
}
}