initial commit
This commit is contained in:
commit
c1a7aec8ed
144 changed files with 10269 additions and 0 deletions
22
src/Resources/theme.json
Normal file
22
src/Resources/theme.json
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"name": "Wgsh",
|
||||
"author": "Shopware AG",
|
||||
"views": [
|
||||
"@Storefront",
|
||||
"@Plugins",
|
||||
"@Wgsh"
|
||||
],
|
||||
"style": [
|
||||
"app/storefront/src/scss/overrides.scss",
|
||||
"@Storefront",
|
||||
"app/storefront/src/scss/base.scss"
|
||||
],
|
||||
"script": [
|
||||
"@Storefront",
|
||||
"app/storefront/dist/storefront/js/wgsh.js"
|
||||
],
|
||||
"asset": [
|
||||
"@Storefront",
|
||||
"app/storefront/src/assets"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue