new: pkg: SWC-89 initialize the plugin for SW
This commit is contained in:
17
composer.json
Normal file
17
composer.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user