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/ExampleTheme
parentf82a2d45df0a365ea40dead55123fad96452ab26 (diff)
Set a consistent description in plugins metadata
fixes https://github.com/piwik/piwik/issues/7184
Diffstat (limited to 'plugins/ExampleTheme')
-rw-r--r--plugins/ExampleTheme/plugin.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ExampleTheme/plugin.json b/plugins/ExampleTheme/plugin.json
index b43f1a61b2..433b1eac3f 100644
--- a/plugins/ExampleTheme/plugin.json
+++ b/plugins/ExampleTheme/plugin.json
@@ -1,6 +1,6 @@
{
"name": "ExampleTheme",
- "description": "ExampleDescription",
+ "description": "Piwik Platform showcase: example of how to create a simple Theme.",
"version": "0.1.0",
"theme": true,
"stylesheet": "stylesheets/theme.less"