cloudstack/ui/plugins/testPlugin/config.js

9 lines
278 B
JavaScript

(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));