Fix leftovers from wiki instance
diff --git a/data/deliko.plugins.xl.json b/data/deliko.plugins.xl.json
new file mode 100644
index 0000000..387a6e4
--- /dev/null
+++ b/data/deliko.plugins.xl.json
@@ -0,0 +1,26 @@
+[
+  {
+    "name": "Export",
+    "desc": "Exports Kalamar results",
+    "embed": [
+      {
+        "panel": "result",
+        "title": "exports KWICs and snippets",
+        "icon": "\uf019",
+        "classes": [
+          "button-icon",
+          "plugin"
+        ],
+        "onClick": {
+          "action": "addWidget",
+          "template": "https://korap.dnb.de/plugin/export/export",
+          "permissions": [
+            "forms",
+            "scripts",
+            "downloads"
+          ]
+        }
+      }
+    ]
+  }
+]
\ No newline at end of file
diff --git a/data/deliko.plugins.xs.json b/data/deliko.plugins.xs.json
new file mode 100644
index 0000000..dd6b9d9
--- /dev/null
+++ b/data/deliko.plugins.xs.json
@@ -0,0 +1,26 @@
+[
+  {
+    "name": "Export",
+    "desc": "Exports Kalamar results",
+    "embed": [
+      {
+        "panel": "result",
+        "title": "exports KWICs and snippets",
+        "icon": "\uf019",
+        "classes": [
+          "button-icon",
+          "plugin"
+        ],
+        "onClick": {
+          "action": "addWidget",
+          "template": "https://korap.dnb.de/deliko/plugin/export/export",
+          "permissions": [
+            "forms",
+            "scripts",
+            "downloads"
+          ]
+        }
+      }
+    ]
+  }
+]
\ No newline at end of file
diff --git a/deliko-xl-compose.yml b/deliko-xl-compose.yml
index 0fec832..5b15062 100644
--- a/deliko-xl-compose.yml
+++ b/deliko-xl-compose.yml
@@ -26,8 +26,8 @@
         source: ./data/partial/citation.html.ep
         target: /kalamar/templates/custom/partial/citation.html.ep
       - type: bind
-        source: ./data/wiki.plugins.xl.json
-        target: /kalamar/wiki.plugins.json
+        source: ./data/deliko.plugins.xl.json
+        target: /kalamar/deliko.plugins.json
     profiles:
       - lite
     restart: "unless-stopped"
diff --git a/korap4dnb-compose.yml b/korap4dnb-compose.yml
index c2262af..6df1f0b 100644
--- a/korap4dnb-compose.yml
+++ b/korap4dnb-compose.yml
@@ -26,8 +26,8 @@
         source: ./data/partial/citation.html.ep
         target: /kalamar/templates/custom/partial/citation.html.ep
       - type: bind
-        source: ./data/wiki.plugins.xs.json
-        target: /kalamar/wiki.plugins.json
+        source: ./data/deliko.plugins.xs.json
+        target: /kalamar/deliko.plugins.json
     profiles:
       - lite
     restart: "unless-stopped"