Updated example plugin

This commit is contained in:
DJj123dj
2026-05-31 17:15:50 +02:00
parent 849c688e56
commit 2e6fa61b4f
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# Example Plugin # Example Plugin
A simple example of an Open Ticket v4 plugin! A basic example plugin for developers that want to create their own plugin.
> Use this plugin as a starter template for all your custom plugins! > Use this plugin as a starter template for all your custom plugins!
+3 -3
View File
@@ -3,7 +3,7 @@
"id":"example-plugin", "id":"example-plugin",
"version":"1.0.0", "version":"1.0.0",
"startFile":"index.ts", "startFile":"index.ts",
"supportedVersions":["OTv4.0.x","OTv4.1.x","OTv4.2.x"], "supportedVersions":["OTv4.2.x"],
"enabled":false, "enabled":false,
"priority":0, "priority":0,
@@ -16,8 +16,8 @@
"details":{ "details":{
"author":"DJj123dj", "author":"DJj123dj",
"contributors":[], "contributors":[],
"shortDescription":"A simple template for an Open Ticket v4 plugin!", "shortDescription":"A basic example plugin for developers that want to create their own plugin.",
"longDescription":"A simple example of an Open Ticket v4 plugin!", "longDescription":"A basic example plugin for developers that want to create their own plugin.",
"imageUrl":"", "imageUrl":"",
"projectUrl":"", "projectUrl":"",
"tags":["template","example","default"] "tags":["template","example","default"]