nr 2. theme anpassungen theme und composer: *.json *.php
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user