<?php declare(strict_types=1);
namespace Wabs\IgmTheme;
use Shopware\Core\Framework\Plugin;
use Shopware\Core\Framework\Plugin\Context\ActivateContext;
use Shopware\Core\Framework\Plugin\Context\DeactivateContext;
use Shopware\Storefront\Framework\ThemeInterface;
use WabsBKLichtTheme\Service\WabsBKLTCustomFieldSetService;
class WabsIgmTheme extends Plugin implements ThemeInterface
{
public function getThemeConfigPath(): string
{
return 'theme.json';
}
}