From 039e3bde7415ea1c35886ae75ba8e54f37cab20c Mon Sep 17 00:00:00 2001 From: ps74 Date: Fri, 3 Sep 2021 11:11:23 +0200 Subject: [PATCH] nr 2. theme anpassungen theme und composer: *.json *.php --- composer.json | 18 ++++++++++++++++++ src/IniHausschuhTheme.php | 4 ++-- src/Resources/theme.json | 3 +-- 3 files changed, 21 insertions(+), 4 deletions(-) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..af3cc99 --- /dev/null +++ b/composer.json @@ -0,0 +1,18 @@ +{ + "name": "swag/theme-skeleton", + "description": "Theme skeleton plugin", + "type": "shopware-platform-plugin", + "license": "MIT", + "autoload": { + "psr-4": { + "IniHausschuhTheme\\": "src/" + } + }, + "extra": { + "shopware-plugin-class": "IniHausschuhTheme\\IniHausschuhTheme", + "label": { + "de-DE": "Theme IniHausschuhTheme plugin", + "en-GB": "Theme IniHausschuhTheme plugin" + } + } +} \ No newline at end of file diff --git a/src/IniHausschuhTheme.php b/src/IniHausschuhTheme.php index e1ed7ee..4e0792f 100644 --- a/src/IniHausschuhTheme.php +++ b/src/IniHausschuhTheme.php @@ -1,11 +1,11 @@