Koo Chong Wang
Koo Chong Wang
As per title, we allow our users to key in tag with comma so we wish tagmanager are able to change the tag separator to different symbol.
i download the demo folder and upgrade meteor to 1.3.4.1, the data-sets server side search is not working on client side. Server side is mongodb query is working fine with...
Hope there is a way to set global settings to enable & disable or customise the editor buttons. As well as the position of the editor buttons
Uncaught TypeError: Expecting a function in instanceof check, but got [object Object] cfs_file.js:61
having problem for the FS collection implementation ``` javascript File = new FS.Collection("files", { stores: [new FS.Store.FileSystem("files", { path: '~/uploads', filter: { allow: { contentTypes: ['image/*','application/pdf'] } } })] });...