commit 94950fd8f0a9b5d35c9d38bbddb03fe7de3920b0 Author: Harald Welte Date: Fri Jun 24 15:00:27 2022 +0200 initial import of SmcShipcloudLive skeleton diff --git a/SmcShipcloudLive/composer.json b/SmcShipcloudLive/composer.json new file mode 100644 index 0000000..d972da5 --- /dev/null +++ b/SmcShipcloudLive/composer.json @@ -0,0 +1,18 @@ +{ + "name": "swag/plugin-skeleton", + "description": "Skeleton plugin", + "type": "shopware-platform-plugin", + "license": "MIT", + "autoload": { + "psr-4": { + "SmcShipcloudLive\\": "src/" + } + }, + "extra": { + "shopware-plugin-class": "SmcShipcloudLive\\SmcShipcloudLive", + "label": { + "de-DE": "Skeleton plugin", + "en-GB": "Skeleton plugin" + } + } +} diff --git a/SmcShipcloudLive/src/Resources/config/config.xml b/SmcShipcloudLive/src/Resources/config/config.xml new file mode 100644 index 0000000..da37fea --- /dev/null +++ b/SmcShipcloudLive/src/Resources/config/config.xml @@ -0,0 +1,14 @@ + + + + #SmcShipcloudLive# Settings + #SmcShipcloudLive# Einstellungen + + + active + + + + + \ No newline at end of file diff --git a/SmcShipcloudLive/src/Resources/config/services.xml b/SmcShipcloudLive/src/Resources/config/services.xml new file mode 100644 index 0000000..b0a1dc7 --- /dev/null +++ b/SmcShipcloudLive/src/Resources/config/services.xml @@ -0,0 +1,10 @@ + + + + + + + + \ No newline at end of file diff --git a/SmcShipcloudLive/src/SmcShipcloudLive.php b/SmcShipcloudLive/src/SmcShipcloudLive.php new file mode 100644 index 0000000..074babe --- /dev/null +++ b/SmcShipcloudLive/src/SmcShipcloudLive.php @@ -0,0 +1,9 @@ +