|
(function (cloudStack) {
|
|
cloudStack.plugins.testPlugin.config = {
|
|
title: 'Test Plugin',
|
|
desc: 'Sample plugin',
|
|
externalLink: 'http://www.cloudstack.org/',
|
|
authorName: 'Test Plugin Developer',
|
|
authorEmail: 'plugin.developer@example.com'
|
|
};
|
|
}(cloudStack)); |