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>2013-07-15 12:22:37 +0400
committermattab <matthieu.aubry@gmail.com>2013-07-15 12:22:37 +0400
commitf4b96569eb6520d373f18c9fa06e86af837ac103 (patch)
treec3feb4073454b6590d847da9bd8b8e4ab6855d4b /plugins/ExampleUI
parent81c138e63645bfc047a94941ca2e0932b2b91db8 (diff)
Refs #4054
* Removing PluginDescription from core en.php files, for all Example* plugins (to showcase the JSON file in the Example plugin)
Diffstat (limited to 'plugins/ExampleUI')
-rw-r--r--plugins/ExampleUI/plugin.piwik.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/ExampleUI/plugin.piwik.json b/plugins/ExampleUI/plugin.piwik.json
new file mode 100644
index 0000000000..66c4611c54
--- /dev/null
+++ b/plugins/ExampleUI/plugin.piwik.json
@@ -0,0 +1,15 @@
+{
+ "name": "ExampleUI",
+ "description": "Example Plugin: This plugin showcases the Piwik User Interface framework, how to easily display custom data tables, graphs, and more.",
+ "version": "1.0",
+ "keywords": ["example", "framework", "platform", "ui", "visualization"],
+ "homepage": "http://piwik.org",
+ "license": "GPL-3.0+",
+ "authors": [
+ {
+ "name": "Piwik",
+ "email": "hello@piwik.org",
+ "homepage": "http://piwik.org"
+ }
+ ]
+} \ No newline at end of file