From 94950fd8f0a9b5d35c9d38bbddb03fe7de3920b0 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 24 Jun 2022 15:00:27 +0200 Subject: [PATCH] initial import of SmcShipcloudLive skeleton --- SmcShipcloudLive/composer.json | 18 ++++++++++++++++++ .../src/Resources/config/config.xml | 14 ++++++++++++++ .../src/Resources/config/services.xml | 10 ++++++++++ SmcShipcloudLive/src/SmcShipcloudLive.php | 9 +++++++++ 4 files changed, 51 insertions(+) create mode 100644 SmcShipcloudLive/composer.json create mode 100644 SmcShipcloudLive/src/Resources/config/config.xml create mode 100644 SmcShipcloudLive/src/Resources/config/services.xml create mode 100644 SmcShipcloudLive/src/SmcShipcloudLive.php 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 @@ +