Add support for templates in the file manager

This commit is contained in:
yflory
2016-12-22 16:53:35 +01:00
parent 1772cc93c8
commit 9b6c9e3891
6 changed files with 184 additions and 54 deletions

View File

@@ -86,6 +86,14 @@ define([
cb();
};
Store.addTemplate = function (href) {
filesOp.addTemplate(href);
};
Store.listTemplates = function () {
return filesOp.listTemplates();
};
Store.getProxy = function () {
return exp;
};