chg: pkg: SWC-89 change the structure from sw plugin to sw theme
This commit is contained in:
22
src/Resources/theme.json
Normal file
22
src/Resources/theme.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "EtailConferenceTheme",
|
||||
"author": "Shopware AG",
|
||||
"views": [
|
||||
"@Storefront",
|
||||
"@Plugins",
|
||||
"@EtailConferenceTheme"
|
||||
],
|
||||
"style": [
|
||||
"app/storefront/src/scss/overrides.scss",
|
||||
"@Storefront",
|
||||
"app/storefront/src/scss/base.scss"
|
||||
],
|
||||
"script": [
|
||||
"@Storefront",
|
||||
"app/storefront/dist/storefront/js/etail-conference-theme.js"
|
||||
],
|
||||
"asset": [
|
||||
"@Storefront",
|
||||
"app/storefront/src/assets"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user