Filemanager: add second type of folder

Hi,

I have a situation where i need two types of folders. So something where ‘type’ will be either ‘folder’ or ‘folder2’ and i’ll be using two icons to differentiate between the two. I’ve added a folder2 entry to icons and specified an different font-awesome icon (bitbucket for now). However, it doesn’t seem to behave as a folder would. Anything else i need to do?

thanks,
jas

https://webix.com/snippet/d71824b7

For data tree, you need to customize the default rendering pattern of folders, i.e. create and apply a custom type;
For the data view (both modes) you just need to extend templateIcon.

Hi,

This seemed to work for me. However, i think for some reason it’s no longer letting me go to a specific folder location as follows:

http://localhost:1234/#!/folder2/folderfolder/

Is there something that would disable that capability?

thanks

Apologies, that issue turned out to be on my server side. Ignore last question. Thanks