1
0

chg: pkg: SWC-89 change the structure from sw plugin to sw theme

This commit is contained in:
2023-02-15 14:59:36 +01:00
parent 6b1afe4bfe
commit 3241feb54d
9 changed files with 38 additions and 17 deletions

View File

@@ -5,13 +5,13 @@
"license": "MIT",
"autoload": {
"psr-4": {
"EtailWestTheme\\": "src/"
"EtailConferenceTheme\\": "src/"
}
},
"extra": {
"shopware-plugin-class": "EtailWestTheme\\EtailWestTheme",
"shopware-plugin-class": "EtailConferenceTheme\\EtailConferenceTheme",
"label": {
"en-GB": "eTail West theme plugin for presentation"
}
}
}
}