initial commit
This commit is contained in:
commit
c1a7aec8ed
144 changed files with 10269 additions and 0 deletions
18
composer.json
Normal file
18
composer.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"name": "wgsh/theme-plugin",
|
||||
"description": "Schriesheim theme plugin",
|
||||
"type": "shopware-platform-plugin",
|
||||
"license": "MIT",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Wgsh\\": "src/"
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
"shopware-plugin-class": "Wgsh\\Wgsh",
|
||||
"label": {
|
||||
"de-DE": "Theme Schriesheim plugin",
|
||||
"en-GB": "Theme Schriesheim plugin"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue