nr 2. theme anpassungen theme und composer: *.json *.php

This commit is contained in:
ps74
2021-09-03 11:11:23 +02:00
parent 397be912ec
commit 039e3bde74
3 changed files with 21 additions and 4 deletions

View File

@@ -1,11 +1,11 @@
<?php declare(strict_types=1);
namespace Unsertheme;
namespace IniHausschuhTheme;
use Shopware\Core\Framework\Plugin;
use Shopware\Storefront\Framework\ThemeInterface;
class Unsertheme extends Plugin implements ThemeInterface
class IniHausschuhTheme extends Plugin implements ThemeInterface
{
public function getThemeConfigPath(): string
{

View File

@@ -12,7 +12,7 @@
"app/storefront/src/scss/overrides.scss",
"@Storefront",
"@RHWebMagnify",
"app/storefront/src/scss/base.scss",
"app/storefront/src/scss/base.scss"
],
"script": [
"@Storefront",
@@ -24,7 +24,6 @@
"@RHWebMagnify",
"app/storefront/src/assets"
],
,
"config": {
"tabs": {
"tabLayout": {