mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
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
This commit is contained in:
parent
b18bca651f
commit
a065aabda7
@ -1,6 +1,9 @@
|
|||||||
(function (cloudStack) {
|
(function (cloudStack) {
|
||||||
cloudStack.plugins.testPlugin.config = {
|
cloudStack.plugins.testPlugin.config = {
|
||||||
title: 'Test Plugin',
|
title: 'Test Plugin',
|
||||||
desc: 'Sample plugin'
|
desc: 'Sample plugin',
|
||||||
|
externalLink: 'http://www.cloudstack.org/',
|
||||||
|
authorName: 'Test Plugin Developer',
|
||||||
|
authorEmail: 'plugin.developer@example.com'
|
||||||
};
|
};
|
||||||
}(cloudStack));
|
}(cloudStack));
|
||||||
Loading…
x
Reference in New Issue
Block a user