1
0

new: pkg: SWC-89 initialize the plugin for SW

This commit is contained in:
2023-02-15 13:28:25 +01:00
parent c30dc0849d
commit 6b1afe4bfe
3 changed files with 46 additions and 0 deletions

17
composer.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "itg-theme/etail-west-plugin",
"description": "eTail West theme plugin for presentation",
"type": "shopware-platform-plugin",
"license": "MIT",
"autoload": {
"psr-4": {
"EtailWestTheme\\": "src/"
}
},
"extra": {
"shopware-plugin-class": "EtailWestTheme\\EtailWestTheme",
"label": {
"en-GB": "eTail West theme plugin for presentation"
}
}
}