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

View File

@@ -0,0 +1,8 @@
/*
Override variable defaults
==================================================
This file is used to override default SCSS variables from the Shopware Storefront or Bootstrap.
Because of the !default flags, theme variable overrides have to be declared beforehand.
https://getbootstrap.com/docs/4.0/getting-started/theming/#variable-defaults
*/

View File

@@ -1,10 +0,0 @@
<?xml version="1.0" ?>
<container xmlns="http://symfony.com/schema/dic/services"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
<services>
</services>
</container>

22
src/Resources/theme.json Normal file
View 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"
]
}