diff --git a/ui/plugins/testPlugin/config.js b/ui/plugins/testPlugin/config.js index 7b653dbafa2..e6f648c9b97 100644 --- a/ui/plugins/testPlugin/config.js +++ b/ui/plugins/testPlugin/config.js @@ -1,6 +1,9 @@ (function (cloudStack) { cloudStack.plugins.testPlugin.config = { title: 'Test Plugin', - desc: 'Sample plugin' + desc: 'Sample plugin', + externalLink: 'http://www.cloudstack.org/', + authorName: 'Test Plugin Developer', + authorEmail: 'plugin.developer@example.com' }; }(cloudStack)); \ No newline at end of file