Sfoglia il codice sorgente

Create plugins.json

causefx 7 anni fa
parent
commit
25d4a1a360
1 ha cambiato i file con 19 aggiunte e 0 eliminazioni
  1. 19 0
      plugins.json

+ 19 - 0
plugins.json

@@ -0,0 +1,19 @@
+{
+  "Test Plugin": {
+    "author": "CauseFX",
+    "description": "Some basic shit outlying what this shit does",
+    "icon": null,
+    "contact": null,
+    "website": null,
+    "version": "1.0.0",
+    "release_date": "2018-07-12",
+    "last_updated": "2018-07-12",
+    "files": {
+      "/": "test.pdf",
+      "/plugins/images/test": "test.png",
+      "/api/plugins/api/test": "index.php"
+    },
+    "images": {
+    }
+  }
+}