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:
authorThomas Steur <tsteur@users.noreply.github.com>2016-08-03 01:55:43 +0300
committerGitHub <noreply@github.com>2016-08-03 01:55:43 +0300
commit3dca3ed1647ec03f26ae54b0ee48f433f3944cfe (patch)
tree0ac833fb9b38a4c4b37b0d9e9059fb257c224dc3 /plugins/ExamplePlugin
parent5f91bfbde51a9567b468d53b9263a093cf318c64 (diff)
Add support section to plugin json template (#10358)
* Add support section to plugin json template As suggested by a developer. The Marketplace has been supporting this for quite a while already. * Added support section to example theme plugin json * added wiki section * added wiki section
Diffstat (limited to 'plugins/ExamplePlugin')
-rw-r--r--plugins/ExamplePlugin/plugin.json12
1 files changed, 11 insertions, 1 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
+}