diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/Configuration/Backend/Modules.php b/Configuration/Backend/Modules.php new file mode 100644 index 0000000..9c2b001 --- /dev/null +++ b/Configuration/Backend/Modules.php @@ -0,0 +1,23 @@ + [ + 'parent' => 'web', + //'position' => ['after' => 'web_info'], + 'access' => 'user', + 'workspaces' => 'live', + 'iconIdentifier' => 'we_cookie_consent-mod-mod1', + 'path' => '/module/web/WeCookieConsentMod1', + 'labels' => 'LLL:EXT:we_cookie_consent/Resources/Private/Language/locallang_mod1.xlf', + 'extensionName' => 'WeCookieConsent', + 'controllerActions' => [ + BackendController::class => [ + 'gtmWizard', + 'jsonDownload' + ], + ], + ], +]; \ No newline at end of file diff --git a/Configuration/Services.yaml b/Configuration/Services.yaml new file mode 100755 index 0000000..d2a4705 --- /dev/null +++ b/Configuration/Services.yaml @@ -0,0 +1,9 @@ +services: + _defaults: + autowire: true + autoconfigure: true + public: true + + Websedit\WeCookieConsent\: + resource: '../Classes/*' + exclude: '../Classes/Domain/Model/*' diff --git a/Resources/Private/Backend/Layouts-T3V10/Default.html b/Resources/Private/Backend/Layouts-T3V10/Default.html new file mode 100755 index 0000000..186d3de --- /dev/null +++ b/Resources/Private/Backend/Layouts-T3V10/Default.html @@ -0,0 +1,35 @@ + + +
+
+
+
+ + + + +
+
+ + +
+
+
+
+ +
+
+ +
+
+ +
+
+
+ + +
+
+
+
+ \ No newline at end of file