Skip to content

Commit a065aab

Browse files
committed
UI plugins: Add more metadata
Add more metadata to plugin config.js: - externalLink: Link to plugin/author's web site - authorName: Author's full name - authorEmail: Author's contact e-mail
1 parent b18bca6 commit a065aab

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

ui/plugins/testPlugin/config.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
(function (cloudStack) {
22
cloudStack.plugins.testPlugin.config = {
33
title: 'Test Plugin',
4-
desc: 'Sample plugin'
4+
desc: 'Sample plugin',
5+
externalLink: 'http://www.cloudstack.org/',
6+
authorName: 'Test Plugin Developer',
7+
authorEmail: 'plugin.developer@example.com'
58
};
69
}(cloudStack));

0 commit comments

Comments
 (0)