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:
authormattab <matthieu.aubry@gmail.com>2015-02-12 04:10:59 +0300
committermattab <matthieu.aubry@gmail.com>2015-02-12 04:11:35 +0300
commit90cff4fa4c8b50d804c804021ce09af4d29a4528 (patch)
tree4b4a47f8692d06c766d6c7d67d0aa67e0f7b3d65 /plugins/ExamplePlugin/plugin.json
parentf82a2d45df0a365ea40dead55123fad96452ab26 (diff)
Set a consistent description in plugins metadata
fixes https://github.com/piwik/piwik/issues/7184
Diffstat (limited to 'plugins/ExamplePlugin/plugin.json')
-rw-r--r--plugins/ExamplePlugin/plugin.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ExamplePlugin/plugin.json b/plugins/ExamplePlugin/plugin.json
index d3b8257e4d..c152b6c269 100644
--- a/plugins/ExamplePlugin/plugin.json
+++ b/plugins/ExamplePlugin/plugin.json
@@ -1,7 +1,7 @@
{
"name": "ExamplePlugin",
"version": "0.1.0",
- "description": "ExampleDescription",
+ "description": "Piwik Platform showcase: how to create widgets, menus, scheduled tasks, a custom archiver, plugin tests, and a AngularJS component.",
"theme": false,
"require": {
"piwik": ">=PIWIK_VERSION"