Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/ExamplePlugin/plugin.json12
-rw-r--r--plugins/ExampleTheme/plugin.json12
2 files changed, 22 insertions, 2 deletions
diff --git a/plugins/ExamplePlugin/plugin.json b/plugins/ExamplePlugin/plugin.json
index 71f81fb70d..4c96cf36c0 100644
--- a/plugins/ExamplePlugin/plugin.json
+++ b/plugins/ExamplePlugin/plugin.json
@@ -13,7 +13,17 @@
"homepage": ""
}
],
+ "support": {
+ "email": "",
+ "issues": "",
+ "forum": "",
+ "irc": "",
+ "wiki": "",
+ "source": "",
+ "docs": "",
+ "rss": ""
+ },
"homepage": "",
"license": "GPL v3+",
"keywords": []
-} \ No newline at end of file
+}
diff --git a/plugins/ExampleTheme/plugin.json b/plugins/ExampleTheme/plugin.json
index 7f486d6ddf..c07d680097 100644
--- a/plugins/ExampleTheme/plugin.json
+++ b/plugins/ExampleTheme/plugin.json
@@ -7,6 +7,16 @@
"homepage": "",
"license": "GPL v3+",
"keywords": [],
+ "support": {
+ "email": "",
+ "issues": "",
+ "forum": "",
+ "irc": "",
+ "source": "",
+ "docs": "",
+ "wiki": "",
+ "rss": ""
+ },
"authors": [
{
"name": "",
@@ -14,4 +24,4 @@
"homepage": ""
}
]
-} \ No newline at end of file
+}