From be14d44e03d25ffbfd2b8eed67774c83d119ed89 Mon Sep 17 00:00:00 2001 From: Thomas Steur <thomas.steur@gmail.com> Date: Tue, 19 Jan 2016 06:52:23 +0000 Subject: [PATCH] make sure example plugins have all needed plugin json fields set --- plugins/ExamplePlugin/plugin.json | 5 ++++- plugins/ExampleTheme/plugin.json | 12 +++++++++++- 2 files changed, 15 insertions(+), 2 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 diff --git a/plugins/ExampleTheme/plugin.json b/plugins/ExampleTheme/plugin.json index 433b1eac3f..4b31d0a4fb 100644 --- a/plugins/ExampleTheme/plugin.json +++ b/plugins/ExampleTheme/plugin.json @@ -3,5 +3,15 @@ "description": "Piwik Platform showcase: example of how to create a simple Theme.", "version": "0.1.0", "theme": true, - "stylesheet": "stylesheets/theme.less" + "stylesheet": "stylesheets/theme.less", + "homepage": "", + "license": "", + "keywords": [], + "authors": [ + { + "name": "", + "email": "", + "homepage": "" + } + ] } \ No newline at end of file -- GitLab