Add support for templates in the file manager
This commit is contained in:
@@ -86,6 +86,14 @@ define([
|
||||
cb();
|
||||
};
|
||||
|
||||
Store.addTemplate = function (href) {
|
||||
filesOp.addTemplate(href);
|
||||
};
|
||||
|
||||
Store.listTemplates = function () {
|
||||
return filesOp.listTemplates();
|
||||
};
|
||||
|
||||
Store.getProxy = function () {
|
||||
return exp;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user