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 <thomas.steur@gmail.com>2016-01-19 09:52:23 +0300
committerThomas Steur <thomas.steur@gmail.com>2016-01-19 09:52:23 +0300
commitbe14d44e03d25ffbfd2b8eed67774c83d119ed89 (patch)
tree259821747728e8a22b604b8981e18d23f6dbfa73 /plugins/ExamplePlugin
parentee4c5cd93c1e4c5187de19e4445d95acce3390b5 (diff)
make sure example plugins have all needed plugin json fields set
Diffstat (limited to 'plugins/ExamplePlugin')
-rw-r--r--plugins/ExamplePlugin/plugin.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/ExamplePlugin/plugin.json b/plugins/ExamplePlugin/plugin.json
index 9f8e7a09bf..7f989d960b 100644
--- a/plugins/ExamplePlugin/plugin.json
+++ b/plugins/ExamplePlugin/plugin.json
@@ -12,5 +12,8 @@
"email": "",
"homepage": ""
}
- ]
+ ],
+ "homepage": "",
+ "license": "",
+ "keywords": []
} \ No newline at end of file