blob: 52d6609b91532c40bf90a928089716fdd9986fee [file] [log] [blame]
requirejs.config({
baseUrl: '/js/src',
paths : {
'lib': '../lib'
}
});
KorAP.Plugins = [{
'name' : 'Export',
'desc' : 'Exports Kalamar results',
// 'about' : 'https://localhost:5678/',
'embed' : [{
'panel' : 'result',
'title' : 'Export',
'classes' : ['export'],
'onClick' : {
'action' : 'addWidget',
'template' : 'http://localhost:3003/demo/plugin-client.html',
}
},{
'panel' : 'result',
'title' : 'Glemm',
'onClick' : {
'action' : 'toggle',
'state' : 'glemm',
'template' : 'http://localhost:3003/demo/plugin-client.html',
}
}]
},{
'name' : 'Example New',
'desc' : 'Some content about cats',
// 'about' : 'https://localhost:5678/',
'embed' : [{
'panel' : 'match',
'title' : 'Translate',
'classes' : ['translate'],
'onClick' : {
'action' : 'addWidget',
'template' : 'http://localhost:3003/demo/plugin-client.html',
}
}]
}];
require(['app/en','init']);